Home
last modified time | relevance | path

Searched refs:commuteInstructionImpl (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrInfo.cpp75 MachineInstr *WebAssemblyInstrInfo::commuteInstructionImpl( in commuteInstructionImpl() function in WebAssemblyInstrInfo
85 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
HDWebAssemblyInstrInfo.h51 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumb2InstrInfo.h67 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDThumb2InstrInfo.cpp274 MachineInstr *Thumb2InstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in Thumb2InstrInfo
287 return ARMBaseInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
HDARMBaseInstrInfo.h106 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDARMBaseInstrInfo.cpp2256 MachineInstr *ARMBaseInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in ARMBaseInstrInfo
2270 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
2279 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.h223 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDSystemZInstrInfo.cpp290 MachineInstr *SystemZInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in SystemZInstrInfo
314 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
318 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h231 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDRISCVInstrInfo.cpp3343 MachineInstr *RISCVInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in RISCVInstrInfo
3359 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, false, OpIdx1, in commuteInstructionImpl()
3369 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI*/ false, in commuteInstructionImpl()
3420 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3447 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3455 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.h621 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDX86InstrInfo.cpp2283 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in X86InstrInfo
2710 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h260 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDPPCInstrInfo.cpp1131 MachineInstr *PPCInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in PPCInstrInfo
1138 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetInstrInfo.cpp168 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in TargetInstrInfo
261 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h185 virtual MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInstrInfo.h192 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
HDSIInstrInfo.cpp2768 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in SIInstrInfo
2795 = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, Src0Idx, Src1Idx); in commuteInstructionImpl()