Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetInstrInfo.cpp262 bool TargetInstrInfo::fixCommutedOpIndices(unsigned &ResultIdx1, in fixCommutedOpIndices() argument
266 if (ResultIdx1 == CommuteAnyOperandIndex && in fixCommutedOpIndices()
268 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()
270 } else if (ResultIdx1 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
272 ResultIdx1 = CommutableOpIdx2; in fixCommutedOpIndices()
274 ResultIdx1 = CommutableOpIdx1; in fixCommutedOpIndices()
278 if (ResultIdx1 == CommutableOpIdx1) in fixCommutedOpIndices()
280 else if (ResultIdx1 == CommutableOpIdx2) in fixCommutedOpIndices()
287 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
288 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h184 static bool fixCommutedOpIndices(unsigned &ResultIdx1, unsigned &ResultIdx2,