Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp80 WebAssemblyInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in WebAssemblyInstrInfo
91 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
DWebAssemblyInstrInfo.h43 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h94 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
DPPCInstrInfo.cpp321 MachineInstr *PPCInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in PPCInstrInfo
328 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h544 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
DX86InstrInfo.cpp3187 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in X86InstrInfo
3218 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3251 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3263 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3280 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3305 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3316 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3389 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3399 return TargetInstrInfo::commuteInstructionImpl(WorkingMI, /*NewMI=*/false, in commuteInstructionImpl()
3403 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h95 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
DARMBaseInstrInfo.cpp1800 MachineInstr *ARMBaseInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in ARMBaseInstrInfo
1814 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
1823 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp126 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr &MI, in commuteInstructionImpl() function in TargetInstrInfo
207 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h89 MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,
DSIInstrInfo.cpp945 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr &MI, bool NewMI, in commuteInstructionImpl() function in SIInstrInfo
1018 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx0, OpIdx1); in commuteInstructionImpl()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h119 virtual MachineInstr *commuteInstructionImpl(MachineInstr &MI, bool NewMI,