Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp236 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf()
365 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak()
385 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop()
403 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
H A DSIWholeQuadMode.cpp832 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp234 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
H A DInlineSpiller.cpp836 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
H A DRegisterCoalescer.cpp822 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
1295 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
H A DTwoAddressInstructionPass.cpp748 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()