llvm-project/llvm/lib/Target/PowerPC/GISel
Matt Arsenault 9b057f647d 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 [globalisel][legalizer] Separate the deprecated LegalizerInfo from the current one 2021-06-01 13:23:48 -07:00
PPCLegalizerInfo.h
PPCRegisterBankInfo.cpp
PPCRegisterBankInfo.h
PPCRegisterBanks.td