Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetInstrInfo.cpp263 unsigned &ResultIdx2, in fixCommutedOpIndices() argument
267 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
269 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
271 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()
273 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
277 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
279 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
281 ResultIdx2 = CommutableOpIdx1; 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,