Searched refs:ReplaceMachineInstrInMaps (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 288 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 412 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 442 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 556 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
| H A D | SIWholeQuadMode.cpp | 918 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32() 957 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1() 1056 LIS->ReplaceMachineInstrInMaps(*Exit, *NewExit); in lowerPseudoStrictMode() 1059 LIS->ReplaceMachineInstrInMaps(*Entry, *NewEntry); in lowerPseudoStrictMode() 1497 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 212 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
|
| H A D | SIInstrInfo.cpp | 3784 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3797 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3905 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3924 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3945 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3983 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /freebsd-14.2/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 | 908 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 281 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1011 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 3037 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1339 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA() 2013 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()
|