Searched refs:ResultIdx1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp204 bool TargetInstrInfo::fixCommutedOpIndices(unsigned &ResultIdx1, argument
208 if (ResultIdx1 == CommuteAnyOperandIndex &&
210 ResultIdx1 = CommutableOpIdx1;
212 } else if (ResultIdx1 == CommuteAnyOperandIndex) {
214 ResultIdx1 = CommutableOpIdx2;
216 ResultIdx1 = CommutableOpIdx1;
220 if (ResultIdx1 == CommutableOpIdx1)
222 else if (ResultIdx1 == CommutableOpIdx2)
229 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) ||
230 (ResultIdx1
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h123 /// operand indices to (ResultIdx1, ResultIdx2).
124 /// One or both input values of the pair: (ResultIdx1, ResultIdx2) may be
132 static bool fixCommutedOpIndices(unsigned &ResultIdx1,

Completed in 116 milliseconds