Searched refs:InsertMachineInstrInMaps (Results 1 – 6 of 6) sorted by relevance
140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); in trivialSpillEverywhere()153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); in trivialSpillEverywhere()
306 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); in LowerPHINode()458 LIS->InsertMachineInstrInMaps(NewSrcInstr); in LowerPHINode()
700 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI()769 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI()
728 LIS.InsertMachineInstrInMaps(MII); in hoistSpill()1083 SlotIndex LoadIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot(); in insertReload()1101 SlotIndex StoreIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot(); in insertSpill()
1392 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot(); in processTiedPairs()
224 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function