Searched refs:OpIdx1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 190 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/ |
D | PPCInstrInfo.h | 96 unsigned OpIdx1,
|
D | PPCInstrInfo.cpp | 321 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/ |
D | TargetInstrInfo.h | 119 unsigned OpIdx1, 320 unsigned OpIdx1 = CommuteAnyOperandIndex,
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 74 unsigned OpIdx1) const override;
|
D | SIInstrInfo.cpp | 891 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/ |
D | ARMBaseInstrInfo.h | 98 unsigned OpIdx1,
|
D | ARMBaseInstrInfo.cpp | 1802 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/ |
D | X86InstrInfo.cpp | 3148 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()
|