Lines Matching refs:Indexes
40 SlotIndexes *Indexes = nullptr; member in __anon2781a4450111::SILowerSGPRSpills
87 ArrayRef<CalleeSavedInfo> CSI, SlotIndexes *Indexes, in insertCSRSaves() argument
116 if (Indexes) { in insertCSRSaves()
119 Indexes->insertMachineInstrInMaps(Inst); in insertCSRSaves()
131 SlotIndexes *Indexes, LiveIntervals *LIS) { in insertCSRRestores() argument
156 if (Indexes) { in insertCSRRestores()
158 Indexes->insertMachineInstrInMaps(Inst); in insertCSRRestores()
247 insertCSRSaves(*SaveBlock, CSI, Indexes, LIS); in spillCalleeSavedRegs()
254 insertCSRRestores(*RestoreBlock, CSI, Indexes, LIS); in spillCalleeSavedRegs()
317 Indexes = SIWrapper ? &SIWrapper->getSI() : nullptr; in runOnMachineFunction()
377 MI, FI, nullptr, Indexes, LIS, true); in runOnMachineFunction()
385 MI, FI, nullptr, Indexes, LIS); in runOnMachineFunction()