Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/
HDPHIElimination.cpp313 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr); in LowerPHINode()
465 LIS->InsertMachineInstrInMaps(NewSrcInstr); in LowerPHINode()
HDInlineSpiller.cpp749 LIS.InsertMachineInstrInMaps(MII); in hoistSpill()
1158 LIS.InsertMachineInstrInMaps(&*MII); in foldMemoryOperand()
HDTwoAddressInstructionPass.cpp1504 LastCopyIdx = LIS->InsertMachineInstrInMaps(PrevMI).getRegSlot(); in processTiedPairs()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDLiveIntervalAnalysis.h242 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSILoadStoreOptimizer.cpp271 LIS->InsertMachineInstrInMaps(Read2); in mergeRead2Pair()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp419 SlotIndex MX = LIS->isNotInMIMap(MI) ? LIS->InsertMachineInstrInMaps(MI) in addInstrToLiveness()