Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp269 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
276 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
277 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
278 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
319 LIS->InsertMachineInstrInMaps(*And); in emitElse()
342 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
344 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
345 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
392 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
415 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()
[all …]
DSIWholeQuadMode.cpp727 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
728 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
782 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
896 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()
897 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()
898 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()
899 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
996 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()
997 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()
998 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()
[all …]
DSILowerSGPRSpills.cpp108 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves()
143 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
DGCNPreRAOptimizations.cpp130 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
DSIOptimizeExecMaskingPreRA.cpp200 LIS->InsertMachineInstrInMaps(*Andn2); in optimizeVcndVcmpPair()
DSIRegisterInfo.cpp1359 LIS->InsertMachineInstrInMaps(*MIB); in spillSGPR()
1408 LIS->InsertMachineInstrInMaps(*WriteLane); in spillSGPR()
1469 LIS->InsertMachineInstrInMaps(*MIB); in restoreSGPR()
1503 LIS->InsertMachineInstrInMaps(*MIB); in restoreSGPR()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TileConfig.cpp171 LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
186 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DPHIElimination.cpp390 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
555 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
DTwoAddressInstructionPass.cpp1435 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
DInlineSpiller.cpp937 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
DRegisterCoalescer.cpp1206 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervals.h266 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp713 LIS->InsertMachineInstrInMaps(*TfrT); in split()
714 LIS->InsertMachineInstrInMaps(*TfrF); in split()
899 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp572 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
649 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()