Searched refs:ReplaceMachineInstrInMaps (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 238 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 342 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitBreak() 381 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 406 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 424 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
D | SIWholeQuadMode.cpp | 832 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILoadStoreOptimizer.cpp | 267 LIS->ReplaceMachineInstrInMaps(*I, *Copy0); in mergeRead2Pair() 268 LIS->ReplaceMachineInstrInMaps(*Paired, *Copy1); in mergeRead2Pair()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 256 void ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 203 LIS.ReplaceMachineInstrInMaps(UseMI, FoldMI); in foldAsLoad()
|
D | RegisterCoalescer.cpp | 720 LIS->ReplaceMachineInstrInMaps(DefMI, NewMI); in RemoveCopyByCommutingDef() 854 LIS->ReplaceMachineInstrInMaps(CopyMI, NewMI); in ReMaterializeTrivialDef()
|
D | LiveIntervalAnalysis.cpp | 1120 ReplaceMachineInstrInMaps(MI, fmi); in tryFoldMemoryOperand() 1456 ReplaceMachineInstrInMaps(MI, NewDV); in rewriteInstructionsForSpills()
|
D | InlineSpiller.cpp | 1044 LIS.ReplaceMachineInstrInMaps(MI, FoldMI); in foldMemoryOperand()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 246 void ReplaceMachineInstrInMaps(MachineInstr *MI, MachineInstr *NewMI) { in ReplaceMachineInstrInMaps() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 234 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
D | InlineSpiller.cpp | 836 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
D | RegisterCoalescer.cpp | 779 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 1216 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|
D | TwoAddressInstructionPass.cpp | 748 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 212 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
D | RegisterCoalescer.cpp | 729 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 999 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|
D | InlineSpiller.cpp | 799 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
D | TwoAddressInstructionPass.cpp | 708 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
|