Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSpiller.cpp140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot(); in trivialSpillEverywhere()
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot(); in trivialSpillEverywhere()
DPHIElimination.cpp306 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); in LowerPHINode()
458 LIS->InsertMachineInstrInMaps(NewSrcInstr); in LowerPHINode()
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()
DTwoAddressInstructionPass.cpp1392 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot(); in processTiedPairs()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h224 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function