/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 234 LIS->InsertMachineInstrInMaps(*CopyExec); in emitIf() 241 LIS->InsertMachineInstrInMaps(*Xor); in emitIf() 242 LIS->InsertMachineInstrInMaps(*SetExec); in emitIf() 243 LIS->InsertMachineInstrInMaps(*NewBr); in emitIf() 295 LIS->InsertMachineInstrInMaps(*And); in emitElse() 315 LIS->InsertMachineInstrInMaps(*CopyExec); in emitElse() 316 LIS->InsertMachineInstrInMaps(*OrSaveExec); in emitElse() 318 LIS->InsertMachineInstrInMaps(*Xor); in emitElse() 319 LIS->InsertMachineInstrInMaps(*Branch); in emitElse() 380 LIS->InsertMachineInstrInMaps(*And); in emitIfBreak() [all …]
|
D | SIWholeQuadMode.cpp | 558 LIS->InsertMachineInstrInMaps(*Save); in saveSCC() 559 LIS->InsertMachineInstrInMaps(*Restore); in saveSCC() 632 LIS->InsertMachineInstrInMaps(*MI); in toExact() 649 LIS->InsertMachineInstrInMaps(*MI); in toWQM() 661 LIS->InsertMachineInstrInMaps(*MI); in toWWM() 672 LIS->InsertMachineInstrInMaps(*MI); in fromWWM() 875 LIS->InsertMachineInstrInMaps(*MI); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Spiller.cpp | 143 lis->InsertMachineInstrInMaps(loadInstr).getDefIndex(); in trivialSpillEverywhere() 157 lis->InsertMachineInstrInMaps(storeInstr).getDefIndex(); in trivialSpillEverywhere()
|
D | Splitter.cpp | 142 ls.lis->InsertMachineInstrInMaps(copy); in applyIncoming() 176 ls.lis->InsertMachineInstrInMaps(copy); in applyOutgoing() 407 lis->InsertMachineInstrInMaps(miItr); in updateTerminators()
|
D | StrongPHIElimination.cpp | 703 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI() 772 LI->InsertMachineInstrInMaps(CopyInstr); in InsertCopiesForPHI()
|
D | InlineSpiller.cpp | 728 LIS.InsertMachineInstrInMaps(MII); in hoistSpill() 1066 SlotIndex LoadIdx = LIS.InsertMachineInstrInMaps(MI).getDefIndex(); in insertReload() 1082 SlotIndex StoreIdx = LIS.InsertMachineInstrInMaps(MI).getDefIndex(); in insertSpill()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 326 LIS->InsertMachineInstrInMaps(*std::prev(AfterPHIsIt)); in LowerPHINode() 478 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
|
D | RenameIndependentSubregs.cpp | 335 SlotIndex DefIdx = LIS->InsertMachineInstrInMaps(*ImpDef); in computeMainRangesFixFlags()
|
D | InlineSpiller.cpp | 412 LIS.InsertMachineInstrInMaps(*MII); in hoistSpillInsideBB() 843 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
|
D | TwoAddressInstructionPass.cpp | 1575 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
|
D | RegisterCoalescer.cpp | 1033 LIS->InsertMachineInstrInMaps(*NewCopyMI).getRegSlot(); in removePartialRedundancy()
|
/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()
|
D | InlineSpiller.cpp | 394 LIS.InsertMachineInstrInMaps(*MII); in hoistSpillInsideBB() 806 LIS.InsertMachineInstrInMaps(MI); in foldMemoryOperand()
|
D | TwoAddressInstructionPass.cpp | 1520 LastCopyIdx = LIS->InsertMachineInstrInMaps(*PrevMI).getRegSlot(); in processTiedPairs()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 242 SlotIndex InsertMachineInstrInMaps(MachineInstr &MI) { in InsertMachineInstrInMaps() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 266 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 523 LIS.InsertMachineInstrInMaps(*Clone); in RematerializeCheapDef() 592 SlotIndex TeeIdx = LIS.InsertMachineInstrInMaps(*Tee).getRegSlot(); in MoveAndTeeForMultiUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 712 LIS->InsertMachineInstrInMaps(*TfrT); in split() 713 LIS->InsertMachineInstrInMaps(*TfrF); in split() 905 LIS->InsertMachineInstrInMaps(*NewI); in predicateAt()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 238 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) { in InsertMachineInstrInMaps() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILoadStoreOptimizer.cpp | 256 LIS->InsertMachineInstrInMaps(*Read2); in mergeRead2Pair()
|