Searched refs:ReplaceMachineInstrInMaps (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 286 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 410 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 440 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 554 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 212 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
|
H A D | SIWholeQuadMode.cpp | 906 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32() 947 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1() 1442 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
H A D | SIInstrInfo.cpp | 3836 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3869 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3978 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3998 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4020 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4059 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeEdit.cpp | 198 return LIS.ReplaceMachineInstrInMaps(*ReplaceIndexMI, *MI).getRegSlot(); in rematerializeAt() 255 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
H A D | InlineSpiller.cpp | 1002 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
H A D | RegisterCoalescer.cpp | 909 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 289 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1121 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 3623 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 1362 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA() 2036 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()
|