Searched refs:ReplaceMachineInstrInMaps (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/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() 1059 LIS->ReplaceMachineInstrInMaps(*Exit, *NewExit); in lowerPseudoStrictMode() 1062 LIS->ReplaceMachineInstrInMaps(*Entry, *NewEntry); in lowerPseudoStrictMode() 1488 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 | 3395 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3408 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3516 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3535 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3556 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress() 3594 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 200 return LIS.ReplaceMachineInstrInMaps(*ReplaceIndexMI, *MI).getRegSlot(); in rematerializeAt() 257 LIS.ReplaceMachineInstrInMaps(*UseMI, *FoldMI); in foldAsLoad()
|
| H A D | InlineSpiller.cpp | 933 LIS.ReplaceMachineInstrInMaps(*MI, *FoldMI); in foldMemoryOperand()
|
| H A D | RegisterCoalescer.cpp | 908 LIS->ReplaceMachineInstrInMaps(*DefMI, *NewMI); in removeCopyByCommutingDef()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervals.h | 274 SlotIndex ReplaceMachineInstrInMaps(MachineInstr &MI, MachineInstr &NewMI) { in ReplaceMachineInstrInMaps() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 998 LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 2423 SlotIndex Idx = LIS->ReplaceMachineInstrInMaps(MI, *MIB); in convertToThreeAddress()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 1269 SlotIndex NewIdx = LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddressWithLEA() 1780 LIS->ReplaceMachineInstrInMaps(MI, *NewMI); in convertToThreeAddress()
|