Searched refs:ReplaceMachineInstrInMaps (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 261 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 392 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 412 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 434 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
D | SIWholeQuadMode.cpp | 850 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveRangeEdit.cpp | 233 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
D | InlineSpiller.cpp | 866 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
D | TwoAddressInstructionPass.cpp | 746 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
|
D | RegisterCoalescer.cpp | 872 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 1354 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|