Home
last modified time | relevance | path

Searched refs:ReplaceMachineInstrInMaps (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp261 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()
DSIWholeQuadMode.cpp850 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
/external/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp267 LIS->ReplaceMachineInstrInMaps(*I, *Copy0); in mergeRead2Pair()
268 LIS->ReplaceMachineInstrInMaps(*Paired, *Copy1); in mergeRead2Pair()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h256 void ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp233 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
DInlineSpiller.cpp866 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
DTwoAddressInstructionPass.cpp746 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
DRegisterCoalescer.cpp872 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
1354 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp212 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
DRegisterCoalescer.cpp729 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
999 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
DInlineSpiller.cpp799 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
DTwoAddressInstructionPass.cpp708 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()