Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp205 unsigned &ResultIdx2, in fixCommutedOpIndices() argument
209 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
211 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
213 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()
215 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
219 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
221 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
223 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()
229 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
230 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h133 unsigned &ResultIdx2,