Searched refs:SrcOpIdx1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 265 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, 291 unsigned &SrcOpIdx1, 305 unsigned SrcOpIdx1,
|
D | X86InstrInfo.cpp | 3372 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/ |
D | PPCInstrInfo.h | 160 bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
D | PPCInstrInfo.cpp | 405 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/ |
D | TargetInstrInfo.cpp | 236 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/ |
D | SIInstrInfo.h | 133 unsigned &SrcOpIdx1,
|
D | SIInstrInfo.cpp | 976 unsigned &SrcOpIdx1) const { in findCommutedOpIndices() 1011 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 340 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|