Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp287 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf()
416 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak()
437 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop()
546 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
H A DSIWholeQuadMode.cpp921 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32()
960 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1()
1441 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
H A DSIOptimizeExecMaskingPreRA.cpp212 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
H A DSIRegisterInfo.cpp1707 LIS->ReplaceMachineInstrInMaps(*MI, *MIB); in spillSGPR()
1756 LIS->ReplaceMachineInstrInMaps(*MI, *WriteLane); in spillSGPR()
1816 LIS->ReplaceMachineInstrInMaps(*MI, *MIB); in restoreSGPR()
1850 LIS->ReplaceMachineInstrInMaps(*MI, *MIB); in restoreSGPR()
H A DSIInstrInfo.cpp3261 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
3274 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
3372 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
3389 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
3410 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
3447 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h274 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp248 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
H A DInlineSpiller.cpp916 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
H A DRegisterCoalescer.cpp919 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
1406 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1809 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp996 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1267 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA()
1749 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()