Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp290 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
291 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
292 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
335 LIS->InsertMachineInstrInMaps(*And); in emitElse()
360 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
361 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
415 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
780 LIS->InsertMachineInstrInMaps(*BfeMI); in lowerInitExec()
781 LIS->InsertMachineInstrInMaps(*BfmMI); in lowerInitExec()
782 LIS->InsertMachineInstrInMaps(*CmpMI); in lowerInitExec()
[all …]
H A DSIWholeQuadMode.cpp754 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
755 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
809 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
927 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
1029 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillI1()
1178 LIS->InsertMachineInstrInMaps(*MI); in toExact()
1194 LIS->InsertMachineInstrInMaps(*MI); in toWQM()
1215 LIS->InsertMachineInstrInMaps(*MI); in toStrictMode()
1238 LIS->InsertMachineInstrInMaps(*MI); in fromStrictMode()
1584 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction()
[all …]
H A DSILowerSGPRSpills.cpp110 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves()
146 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
H A DGCNPreRAOptimizations.cpp206 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
H A DSIRegisterInfo.cpp1709 LIS->InsertMachineInstrInMaps(*MIB); in spillSGPR()
1758 LIS->InsertMachineInstrInMaps(*WriteLane); in spillSGPR()
1818 LIS->InsertMachineInstrInMaps(*MIB); in restoreSGPR()
1852 LIS->InsertMachineInstrInMaps(*MIB); in restoreSGPR()
H A DGCNSchedStrategy.cpp1009 LIS->InsertMachineInstrInMaps(*NewMI); in sinkTriviallyRematInsts()
/llvm-project-15.0.7/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()
1260 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()
1261 SlotIndex InsIdx = LIS->InsertMachineInstrInMaps(*InsMI); in convertToThreeAddressWithLEA()
1263 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()
1266 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1268 SlotIndex ExtIdx = LIS->InsertMachineInstrInMaps(*ExtMI); in convertToThreeAddressWithLEA()
/llvm-project-15.0.7/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.cpp959 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp1523 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DRegisterCoalescer.cpp1202 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h260 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp713 LIS->InsertMachineInstrInMaps(*TfrT); in split()
714 LIS->InsertMachineInstrInMaps(*TfrF); in split()
899 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp575 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
652 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()