/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 257 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 …]
|
D | SIWholeQuadMode.cpp | 570 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()
|
D | SILowerSGPRSpills.cpp | 112 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves() 146 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
|
D | SIOptimizeExecMaskingPreRA.cpp | 265 LIS->InsertMachineInstrInMaps(*Andn2); in optimizeVcndVcmpPair()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 306 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf() 313 LIS->InsertMachineInstrInMaps(*Xor); in emitIf() 314 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf() 315 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf() 356 LIS->InsertMachineInstrInMaps(*And); in emitElse() 379 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse() 381 LIS->InsertMachineInstrInMaps(*Xor); in emitElse() 382 LIS->InsertMachineInstrInMaps(*Branch); in emitElse() 429 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak() 452 LIS->InsertMachineInstrInMaps(*Branch); in emitLoop() [all …]
|
D | SIWholeQuadMode.cpp | 618 LIS->InsertMachineInstrInMaps(*Save); in saveSCC() 619 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC() 718 LIS->InsertMachineInstrInMaps(*MI); in toExact() 737 LIS->InsertMachineInstrInMaps(*MI); in toWQM() 748 LIS->InsertMachineInstrInMaps(*MI); in toWWM() 760 LIS->InsertMachineInstrInMaps(*MI); in fromWWM() 1033 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction() 1045 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction()
|
D | SILowerSGPRSpills.cpp | 114 LIS->InsertMachineInstrInMaps(Inst); in insertCSRSaves() 149 LIS->InsertMachineInstrInMaps(Inst); in insertCSRRestores()
|
D | SIOptimizeExecMaskingPreRA.cpp | 201 LIS->InsertMachineInstrInMaps(*Andn2); in optimizeVcndVcmpPair()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 129 LIS.InsertMachineInstrInMaps(*Const); in convertImplicitDefToConstZero() 542 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef() 619 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 679 LIS->InsertMachineInstrInMaps(*ImpD); in split() 690 LIS->InsertMachineInstrInMaps(*TfrT); in split() 691 LIS->InsertMachineInstrInMaps(*TfrF); in split() 905 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 131 LIS.InsertMachineInstrInMaps(*Const); in convertImplicitDefToConstZero() 578 LIS.InsertMachineInstrInMaps(*Clone); in rematerializeCheapDef() 655 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in moveAndTeeForMultiUse()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 312 LIS->InsertMachineInstrInMaps(*std::prev(AfterPHIsIt)); in LowerPHINode() 464 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
|
D | RenameIndependentSubregs.cpp | 323 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 328 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode() 480 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
|
D | RenameIndependentSubregs.cpp | 335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
|
D | InlineSpiller.cpp | 415 LIS.InsertMachineInstrInMaps(*MII); in hoistSpillInsideBB() 875 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 380 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode() 532 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
|
D | RenameIndependentSubregs.cpp | 335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 242 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 266 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 267 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 488 LIS.InsertMachineInstrInMaps(*Clone); in RematerializeCheapDef() 557 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in MoveAndTeeForMultiUse()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 713 LIS->InsertMachineInstrInMaps(*TfrT); in split() 714 LIS->InsertMachineInstrInMaps(*TfrF); in split() 899 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 712 LIS->InsertMachineInstrInMaps(*TfrT); in split() 713 LIS->InsertMachineInstrInMaps(*TfrF); in split() 898 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILoadStoreOptimizer.cpp | 256 LIS->InsertMachineInstrInMaps(*Read2); in mergeRead2Pair()
|