Home
last modified time | relevance | path

Searched refs:InsertMachineInstrInMaps (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DSpiller.cpp140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); in trivialSpillEverywhere()
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); in trivialSpillEverywhere()
DStrongPHIElimination.cpp700 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI()
769 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI()
DInlineSpiller.cpp728 LIS.InsertMachineInstrInMaps(MII); in hoistSpill()
1083 SlotIndex LoadIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot(); in insertReload()
1101 SlotIndex StoreIdx = LIS.InsertMachineInstrInMaps(MI).getRegSlot(); in insertSpill()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h216 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function