Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp286 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 DSIOptimizeExecMaskingPreRA.cpp212 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
H A DSIWholeQuadMode.cpp906 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32()
947 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1()
1442 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
H A DSIInstrInfo.cpp3836 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 DLiveRangeEdit.cpp198 return LIS.ReplaceMachineInstrInMaps(*ReplaceIndexMI, *MI).getRegSlot(); in rematerializeAt()
255 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
H A DInlineSpiller.cpp1002 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
H A DRegisterCoalescer.cpp909 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h289 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1121 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3623 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1362 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA()
2036 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()