Searched refs:ReplaceMachineInstrInMaps (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 236 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 D | SIWholeQuadMode.cpp | 832 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 234 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
| H A D | InlineSpiller.cpp | 836 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
| H A D | RegisterCoalescer.cpp | 822 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 1295 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|
| H A D | TwoAddressInstructionPass.cpp | 748 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
|