Searched refs:ReplaceMachineInstrInMaps (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 287 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 D | SIWholeQuadMode.cpp | 921 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32() 960 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1() 1441 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 212 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
|
| H A D | SIRegisterInfo.cpp | 1707 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 D | SIInstrInfo.cpp | 3261 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 D | LiveIntervals.h | 274 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 248 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
| H A D | InlineSpiller.cpp | 916 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
| H A D | RegisterCoalescer.cpp | 919 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef() 1406 LIS->ReplaceMachineInstrInMaps(*CopyMI, NewMI); in reMaterializeTrivialDef()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1809 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 996 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1267 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA() 1749 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()
|