Searched refs:ReplaceMachineInstrInMaps (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 273 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 393 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 414 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 486 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
H A D | SIWholeQuadMode.cpp | 893 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32() 932 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1() 1418 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 280 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 233 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
H A D | TwoAddressInstructionPass.cpp | 600 LIS->ReplaceMachineInstrInMaps(*mi, *NewMI); in convertInstTo3Addr()
|
H A D | InlineSpiller.cpp | 927 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
H A D | RegisterCoalescer.cpp | 892 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 1380 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|