Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2366 unsigned LastCommutableVecOp = 3; in findThreeSrcCommutedOpIndices() local
2392 LastCommutableVecOp++; in findThreeSrcCommutedOpIndices()
2399 if (isMem(MI, LastCommutableVecOp)) in findThreeSrcCommutedOpIndices()
2400 LastCommutableVecOp--; in findThreeSrcCommutedOpIndices()
2406 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()
2410 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()
2425 CommutableOpIdx2 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()
2435 for (CommutableOpIdx1 = LastCommutableVecOp; in findThreeSrcCommutedOpIndices()