Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp211 unsigned &ResultIdx2, in fixCommutedOpIndices() argument
215 ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
217 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
219 if (ResultIdx2 == CommutableOpIdx1) in fixCommutedOpIndices()
221 else if (ResultIdx2 == CommutableOpIdx2) in fixCommutedOpIndices()
225 } else if (ResultIdx2 == CommuteAnyOperandIndex) { in fixCommutedOpIndices()
227 ResultIdx2 = CommutableOpIdx2; in fixCommutedOpIndices()
229 ResultIdx2 = CommutableOpIdx1; in fixCommutedOpIndices()
235 return (ResultIdx1 == CommutableOpIdx1 && ResultIdx2 == CommutableOpIdx2) || in fixCommutedOpIndices()
236 (ResultIdx1 == CommutableOpIdx2 && ResultIdx2 == CommutableOpIdx1); in fixCommutedOpIndices()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h134 unsigned &ResultIdx2,