Searched refs:ReplaceMachineInstrInMaps (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 295 LIS->ReplaceMachineInstrInMaps(MI, *And); in emitIf() 419 LIS->ReplaceMachineInstrInMaps(MI, *Or); in emitIfBreak() 449 LIS->ReplaceMachineInstrInMaps(MI, *AndN2); in emitLoop() 563 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in emitEndCf()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 220 SlotIndex AndIdx = LIS->ReplaceMachineInstrInMaps(*And, *Andn2); in optimizeVcndVcmpPair()
|
| H A D | SIWholeQuadMode.cpp | 916 LIS->ReplaceMachineInstrInMaps(MI, *VcmpMI); in lowerKillF32() 957 LIS->ReplaceMachineInstrInMaps(MI, *NewTerm); in lowerKillI1() 1476 LIS->ReplaceMachineInstrInMaps(*MI, *Copy); in lowerLiveMaskQueries()
|
| H A D | SIInstrInfo.cpp | 3995 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4028 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4146 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4163 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4186 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 4219 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 194 return LIS.ReplaceMachineInstrInMaps(*ReplaceIndexMI, *MI).getRegSlot(); in rematerializeAt() 251 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
| H A D | InlineSpiller.cpp | 1021 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
| H A D | RegisterCoalescer.cpp | 922 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 299 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1152 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 4463 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() 2044 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()
|