Home
last modified time | relevance | path

Searched refs:OpIdx1 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp190 unsigned OpIdx1, in commuteInstruction() argument
195 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
196 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
201 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h96 unsigned OpIdx1,
DPPCInstrInfo.cpp321 unsigned OpIdx1, in commuteInstructionImpl() argument
328 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
346 assert(((OpIdx1 == 1 && OpIdx2 == 2) || (OpIdx1 == 2 && OpIdx2 == 1)) && in commuteInstructionImpl()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h119 unsigned OpIdx1,
320 unsigned OpIdx1 = CommuteAnyOperandIndex,
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h74 unsigned OpIdx1) const override;
DSIInstrInfo.cpp891 unsigned OpIdx1) const { in commuteInstructionImpl()
906 OpIdx1 != static_cast<unsigned>(Src1Idx)) && in commuteInstructionImpl()
908 OpIdx1 != static_cast<unsigned>(Src0Idx))) in commuteInstructionImpl()
962 MI = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx0, OpIdx1); in commuteInstructionImpl()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h98 unsigned OpIdx1,
DARMBaseInstrInfo.cpp1802 unsigned OpIdx1, in commuteInstructionImpl() argument
1813 MI = TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
1822 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3148 unsigned OpIdx1, in commuteInstructionImpl() argument
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()
3357 unsigned Opc = getFMA3OpcodeToCommuteOperands(MI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3367 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()