Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp257 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
264 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
265 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
266 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
317 LIS->InsertMachineInstrInMaps(*And); in emitElse()
337 LIS->InsertMachineInstrInMaps(*CopyExec); in emitElse()
338 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
340 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
341 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
391 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
[all …]
H A DSIWholeQuadMode.cpp570 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
571 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
647 LIS->InsertMachineInstrInMaps(*MI); in toExact()
666 LIS->InsertMachineInstrInMaps(*MI); in toWQM()
677 LIS->InsertMachineInstrInMaps(*MI); in toWWM()
689 LIS->InsertMachineInstrInMaps(*MI); in fromWWM()
925 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction()
H A DSILowerSGPRSpills.cpp112 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves()
146 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp283 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf()
290 LIS->InsertMachineInstrInMaps(*Xor); in emitIf()
291 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf()
292 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf()
335 LIS->InsertMachineInstrInMaps(*And); in emitElse()
358 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse()
360 LIS->InsertMachineInstrInMaps(*Xor); in emitElse()
361 LIS->InsertMachineInstrInMaps(*Branch); in emitElse()
415 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak()
438 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop()
[all …]
H A DSIWholeQuadMode.cpp754 LIS->InsertMachineInstrInMaps(*Save); in saveSCC()
755 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC()
809 LIS->InsertMachineInstrInMaps(*MI); in splitBlock()
924 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillF32()
925 LIS->InsertMachineInstrInMaps(*ExecMaskMI); in lowerKillF32()
926 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillF32()
927 LIS->InsertMachineInstrInMaps(*NewTerm); in lowerKillF32()
1024 LIS->InsertMachineInstrInMaps(*ComputeKilledMaskMI); in lowerKillI1()
1025 LIS->InsertMachineInstrInMaps(*MaskUpdateMI); in lowerKillI1()
1026 LIS->InsertMachineInstrInMaps(*EarlyTermMI); in lowerKillI1()
[all …]
H A DGCNPreRAOptimizations.cpp206 LIS->InsertMachineInstrInMaps(*NewI); in processReg()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp679 LIS->InsertMachineInstrInMaps(*ImpD); in split()
690 LIS->InsertMachineInstrInMaps(*TfrT); in split()
691 LIS->InsertMachineInstrInMaps(*TfrF); in split()
905 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp129 LIS.InsertMachineInstrInMaps(*Const); in convertImplicitDefToConstZero()
542 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
619 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DPHIElimination.cpp312 LIS->InsertMachineInstrInMaps(*std::prev(AfterPHIsIt)); in LowerPHINode()
464 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp323 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp328 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
480 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
H A DRenameIndependentSubregs.cpp335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp389 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
566 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp488 LIS.InsertMachineInstrInMaps(*Clone); in RematerializeCheapDef()
557 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in MoveAndTeeForMultiUse()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp733 LIS->InsertMachineInstrInMaps(*TfrT); in split()
734 LIS->InsertMachineInstrInMaps(*TfrF); in split()
919 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp712 LIS->InsertMachineInstrInMaps(*TfrT); in split()
713 LIS->InsertMachineInstrInMaps(*TfrF); in split()
898 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp579 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef()
656 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h242 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DLiveIntervals.h267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h266 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DLiveIntervals.h267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h260 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLiveIntervals.h267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DLiveIntervals.h267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function

12