Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A 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 …]
H A 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 …]
H A DSILowerSGPRSpills.cpp113 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves()
148 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
H A DSIOptimizeExecMaskingPreRA.cpp200 LIS->InsertMachineInstrInMaps(*Andn2); in optimizeVcndVcmpPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TileConfig.cpp171 LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
186 SlotIndex SIdx = LIS.InsertMachineInstrInMaps(*NewMI); in INITIALIZE_PASS_DEPENDENCY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp380 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
545 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
H A DTwoAddressInstructionPass.cpp1430 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
H A DInlineSpiller.cpp937 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
H A DRegisterCoalescer.cpp1179 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h266 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp572 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
649 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()