Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3375 unsigned RegOpsNum = isMem(MI, 3) ? 2 : 3; in findFMA3CommutedOpIndices() local
3381 (SrcOpIdx1 < 1 || SrcOpIdx1 > RegOpsNum)) in findFMA3CommutedOpIndices()
3384 (SrcOpIdx2 < 1 || SrcOpIdx2 > RegOpsNum)) in findFMA3CommutedOpIndices()
3399 CommutableOpIdx2 = RegOpsNum; in findFMA3CommutedOpIndices()
3407 for (CommutableOpIdx1 = RegOpsNum; CommutableOpIdx1 > 0; CommutableOpIdx1--) { in findFMA3CommutedOpIndices()