Searched refs:commuteInstructionImpl (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h52 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DWebAssemblyInstrInfo.cpp88 MachineInstr *WebAssemblyInstrInfo::commuteInstructionImpl( function in class:WebAssemblyInstrInfo
98 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h198 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DSystemZInstrInfo.cpp272 MachineInstr *SystemZInstrInfo::commuteInstructionImpl(MachineInstr &MI, function in class:SystemZInstrInfo
296 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
300 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h540 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DX86InstrInfo.cpp1527 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI,
1558 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1569 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1590 return TargetInstrInfo::commuteInstructionImpl(WorkingMI,
1624 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1644 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1667 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1678 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1687 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false,
1703 return TargetInstrInfo::commuteInstructionImpl(WorkingM
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h174 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DPPCInstrInfo.cpp368 MachineInstr *PPCInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, function in class:PPCInstrInfo
375 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h99 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DARMBaseInstrInfo.cpp2145 MachineInstr *ARMBaseInstrInfo::commuteInstructionImpl(MachineInstr &MI, function in class:ARMBaseInstrInfo
2159 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
2168 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp157 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr &MI, function in class:TargetInstrInfo
252 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h152 virtual MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h142 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
H A DSIInstrInfo.cpp1674 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, function in class:SIInstrInfo
1698 = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, Src0Idx, Src1Idx);

Completed in 326 milliseconds