Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp748 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
749 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
919 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()
920 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()
921 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()
1021 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()
1022 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()
1023 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()
1025 LIS->InsertMachineInstrInMaps(*WQMMaskMI); in lowerKillI1()
1026 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillI1()
[all …]
H A DSILowerControlFlow.cpp291 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
298 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
299 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
300 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
363 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
364 LIS->InsertMachineInstrInMaps(*And); in emitElse()
366 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
367 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
423 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
450 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()
[all …]
H A DGCNPreRAOptimizations.cpp219 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
H A DSILowerSGPRSpills.cpp501 LIS->InsertMachineInstrInMaps(*MIB); in run()
H A DGCNSchedStrategy.cpp1921 DAG.LIS->InsertMachineInstrInMaps(*Remat.RematMI); in rematerialize()
2074 DAG.LIS->InsertMachineInstrInMaps(*NewMI); in finalizeGCNSchedStage()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp240 LIS.InsertMachineInstrInMaps(*NewMI); in runOnMachineFunction()
255 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in runOnMachineFunction()
H A DX86InstrInfo.cpp1203 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/CodeGen/
H A DModuloSchedule.cpp144 LIS.InsertMachineInstrInMaps(*NewMI); in generatePipelinedLoop()
154 LIS.InsertMachineInstrInMaps(*NewMI); in generatePipelinedLoop()
231 LIS.InsertMachineInstrInMaps(*NewMI); in generateProlog()
309 LIS.InsertMachineInstrInMaps(*NewMI); in generateEpilog()
567 LIS.InsertMachineInstrInMaps(*NewPhi); in generateExistingPhis()
711 LIS.InsertMachineInstrInMaps(*NewPhi); in generatePhis()
845 LIS.InsertMachineInstrInMaps(*newCopy); in splitLifetimes()
1217 LIS.InsertMachineInstrInMaps(*newCopy); in rewriteScheduledInstr()
2383 LIS.InsertMachineInstrInMaps(*NewCopy); in updateInstrUse()
2474 LIS.InsertMachineInstrInMaps(*NewPhi); in generatePhi()
[all …]
H A DPHIElimination.cpp470 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
672 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp341 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
H A DInlineSpiller.cpp1064 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
H A DTwoAddressInstructionPass.cpp1628 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DRegisterCoalescer.cpp1205 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1066 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1085 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1098 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1109 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1122 LIS->InsertMachineInstrInMaps(*MI); in insertVSETVLI()
1145 LIS->InsertMachineInstrInMaps(*AVLCopy); in insertVSETVLI()
1772 LIS->InsertMachineInstrInMaps(*ReadVLMI).getRegSlot(); in insertReadVL()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp717 LIS->InsertMachineInstrInMaps(*TfrT); in split()
718 LIS->InsertMachineInstrInMaps(*TfrF); in split()
904 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp616 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
687 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h285 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function