Home
last modified time | relevance | path

Searched refs:SrcOpIdx1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h265 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
291 unsigned &SrcOpIdx1,
305 unsigned SrcOpIdx1,
DX86InstrInfo.cpp3372 unsigned &SrcOpIdx1, in findFMA3CommutedOpIndices() argument
3380 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices()
3381 (SrcOpIdx1 < 1 || SrcOpIdx1 > RegOpsNum)) in findFMA3CommutedOpIndices()
3389 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findFMA3CommutedOpIndices()
3391 unsigned CommutableOpIdx1 = SrcOpIdx1; in findFMA3CommutedOpIndices()
3396 if (SrcOpIdx1 == SrcOpIdx2) in findFMA3CommutedOpIndices()
3402 CommutableOpIdx2 = SrcOpIdx1; in findFMA3CommutedOpIndices()
3421 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, in findFMA3CommutedOpIndices()
3428 return getFMA3OpcodeToCommuteOperands(MI, SrcOpIdx1, SrcOpIdx2) != 0; in findFMA3CommutedOpIndices()
3432 unsigned SrcOpIdx1, in getFMA3OpcodeToCommuteOperands() argument
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h160 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
DPPCInstrInfo.cpp405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() argument
413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
417 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3); in findCommutedOpIndices()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp236 unsigned &SrcOpIdx1, in findCommutedOpIndices() argument
249 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, in findCommutedOpIndices()
253 if (!MI->getOperand(SrcOpIdx1).isReg() || in findCommutedOpIndices()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h133 unsigned &SrcOpIdx1,
DSIInstrInfo.cpp976 unsigned &SrcOpIdx1) const { in findCommutedOpIndices()
1011 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h340 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,