Searched refs:InsertMachineInstrInMaps (Results 1 – 4 of 4) sorted by relevance
140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); in trivialSpillEverywhere()153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); in trivialSpillEverywhere()
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()
216 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function