Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp283 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
290 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
291 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
292 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
335 LIS->InsertMachineInstrInMaps(*And); in emitElse()
358 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
360 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
361 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
415 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
438 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()
[all …]
H A DSIWholeQuadMode.cpp754 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
755 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
809 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
924 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()
925 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()
926 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()
927 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
1024 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()
1025 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()
1026 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()
[all …]
H A DGCNPreRAOptimizations.cpp206 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
H A DGCNSchedStrategy.cpp1363 LIS->InsertMachineInstrInMaps(*NewMI); in sinkTriviallyRematInsts()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TileConfig.cpp176 LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
191 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
H A DX86InstrInfo.cpp1118 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg()
1262 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()
1263 SlotIndex InsIdx = LIS->InsertMachineInstrInMaps(*InsMI); in convertToThreeAddressWithLEA()
1265 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()
1268 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1270 SlotIndex ExtIdx = LIS->InsertMachineInstrInMaps(*ExtMI); in convertToThreeAddressWithLEA()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPHIElimination.cpp389 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
566 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
H A DInlineSpiller.cpp976 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp1523 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DRegisterCoalescer.cpp1191 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h260 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp733 LIS->InsertMachineInstrInMaps(*TfrT); in split()
734 LIS->InsertMachineInstrInMaps(*TfrF); in split()
919 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp579 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
656 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()