Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp291 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
292 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
293 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
357 LIS->InsertMachineInstrInMaps(*And); in emitElse()
359 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
360 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
416 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
792 LIS->InsertMachineInstrInMaps(*BfeMI); in lowerInitExec()
793 LIS->InsertMachineInstrInMaps(*BfmMI); in lowerInitExec()
794 LIS->InsertMachineInstrInMaps(*CmpMI); in lowerInitExec()
[all …]
H A DSIWholeQuadMode.cpp751 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
752 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
806 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
924 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
1026 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillI1()
1227 LIS->InsertMachineInstrInMaps(*MI); in toExact()
1243 LIS->InsertMachineInstrInMaps(*MI); in toWQM()
1264 LIS->InsertMachineInstrInMaps(*MI); in toStrictMode()
1292 LIS->InsertMachineInstrInMaps(*MI); in fromStrictMode()
1642 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction()
[all …]
H A DSILowerSGPRSpills.cpp287 LIS->InsertMachineInstrInMaps(*MIB); in extendWWMVirtRegLiveness()
303 LIS->InsertMachineInstrInMaps(*MIB); in extendWWMVirtRegLiveness()
H A DGCNPreRAOptimizations.cpp206 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
H A DGCNSchedStrategy.cpp1402 LIS->InsertMachineInstrInMaps(*NewMI); in sinkTriviallyRematInsts()
/freebsd-14.2/contrib/llvm-project/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.cpp1188 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg()
1332 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()
1333 SlotIndex InsIdx = LIS->InsertMachineInstrInMaps(*InsMI); in convertToThreeAddressWithLEA()
1335 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()
1338 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1340 SlotIndex ExtIdx = LIS->InsertMachineInstrInMaps(*ExtMI); in convertToThreeAddressWithLEA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp386 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
586 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
H A DInlineSpiller.cpp1045 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp1551 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DRegisterCoalescer.cpp1191 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp734 LIS->InsertMachineInstrInMaps(*TfrT); in split()
735 LIS->InsertMachineInstrInMaps(*TfrF); in split()
920 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp584 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
655 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()