1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Target/PowerPC/GISel
Matt Arsenault fc47c36984 GlobalISel: Track original argument index in ArgInfo
SelectionDAG's equivalents in ISD::InputArg/OutputArg track the
original argument index. Mips relies on this, and its currently
reinventing its own parallel CallLowering infrastructure which tracks
these indexes on the side. Add this to help move towards deleting the
custom mips handling.
2021-07-08 13:39:02 -04:00
..
PPCCallLowering.cpp GlobalISel: Track original argument index in ArgInfo 2021-07-08 13:39:02 -04:00
PPCCallLowering.h GlobalISel: Use LLT in call lowering callbacks 2021-07-01 12:15:54 -04:00
PPCInstructionSelector.cpp
PPCLegalizerInfo.cpp
PPCLegalizerInfo.h
PPCRegisterBankInfo.cpp
PPCRegisterBankInfo.h
PPCRegisterBanks.td