Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h94 MachineInstr *commuteInstructionImpl(MachineInstr *MI,
DPPCInstrInfo.cpp319 MachineInstr *PPCInstrInfo::commuteInstructionImpl(MachineInstr *MI, in commuteInstructionImpl() function in PPCInstrInfo
328 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h546 MachineInstr *commuteInstructionImpl(MachineInstr *MI, bool NewMI,
DX86InstrInfo.cpp3146 MachineInstr *X86InstrInfo::commuteInstructionImpl(MachineInstr *MI, in commuteInstructionImpl() function in X86InstrInfo
3176 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3212 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3227 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3248 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3277 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3367 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h96 MachineInstr *commuteInstructionImpl(MachineInstr *MI,
DARMBaseInstrInfo.cpp1800 MachineInstr *ARMBaseInstrInfo::commuteInstructionImpl(MachineInstr *MI, in commuteInstructionImpl() function in ARMBaseInstrInfo
1813 MI = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
1822 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h71 MachineInstr *commuteInstructionImpl(MachineInstr *MI,
DSIInstrInfo.cpp888 MachineInstr *SIInstrInfo::commuteInstructionImpl(MachineInstr *MI, in commuteInstructionImpl() function in SIInstrInfo
962 MI = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx0, OpIdx1); in commuteInstructionImpl()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp121 MachineInstr *TargetInstrInfo::commuteInstructionImpl(MachineInstr *MI, in commuteInstructionImpl() function in TargetInstrInfo
201 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h117 virtual MachineInstr *commuteInstructionImpl(MachineInstr *MI,