Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp313 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); in LowerPHINode()
465 LIS->InsertMachineInstrInMaps(NewSrcInstr); in LowerPHINode()
DInlineSpiller.cpp749 LIS.InsertMachineInstrInMaps(MII); in hoistSpill()
1157 LIS.InsertMachineInstrInMaps(&*MII); in foldMemoryOperand()
DTwoAddressInstructionPass.cpp1488 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot(); in processTiedPairs()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h242 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function
/external/llvm/lib/Target/R600/
DSILoadStoreOptimizer.cpp261 LIS->InsertMachineInstrInMaps(Read2); in mergeRead2Pair()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp410 SlotIndex MX = LIS->isNotInMIMap(MI) ? LIS->InsertMachineInstrInMaps(MI) in addInstrToLiveness()