Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp737 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
738 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
792 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
909 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()
910 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()
911 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()
912 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
1011 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()
1012 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()
1013 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()
[all …]
H A DSILowerControlFlow.cpp282 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
289 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
290 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
291 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
354 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
355 LIS->InsertMachineInstrInMaps(*And); in emitElse()
357 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
358 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
414 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
441 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()
[all …]
H A DSILowerSGPRSpills.cpp288 LIS->InsertMachineInstrInMaps(*MIB); in extendWWMVirtRegLiveness()
304 LIS->InsertMachineInstrInMaps(*MIB); in extendWWMVirtRegLiveness()
H A DGCNPreRAOptimizations.cpp206 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
H A DGCNSchedStrategy.cpp1497 LIS->InsertMachineInstrInMaps(*NewMI); in sinkTriviallyRematInsts()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp181 LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
196 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
H A DX86InstrInfo.cpp1211 SlotIndex CopyIdx = LIS->InsertMachineInstrInMaps(*Copy); in classifyLEAReg()
1355 LIS->InsertMachineInstrInMaps(*ImpDef); in convertToThreeAddressWithLEA()
1356 SlotIndex InsIdx = LIS->InsertMachineInstrInMaps(*InsMI); in convertToThreeAddressWithLEA()
1358 LIS->InsertMachineInstrInMaps(*ImpDef2); in convertToThreeAddressWithLEA()
1361 Ins2Idx = LIS->InsertMachineInstrInMaps(*InsMI2); in convertToThreeAddressWithLEA()
1363 SlotIndex ExtIdx = LIS->InsertMachineInstrInMaps(*ExtMI); in convertToThreeAddressWithLEA()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1090 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1108 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1121 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1132 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1145 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1167 LIS->InsertMachineInstrInMaps(*AVLCopy); in insertVSETVLI()
1756 LIS->InsertMachineInstrInMaps(*ReadVLMI).getRegSlot(); in insertReadVL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp462 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
664 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.cpp1626 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DRegisterCoalescer.cpp1192 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h275 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp734 LIS->InsertMachineInstrInMaps(*TfrT); in split()
735 LIS->InsertMachineInstrInMaps(*TfrF); in split()
921 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp587 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
658 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()