Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2365 unsigned FirstCommutableVecOp = 1; in findThreeSrcCommutedOpIndices() local
2390 FirstCommutableVecOp = 3; in findThreeSrcCommutedOpIndices()
2396 FirstCommutableVecOp = 2; in findThreeSrcCommutedOpIndices()
2406 (SrcOpIdx1 < FirstCommutableVecOp || SrcOpIdx1 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()
2410 (SrcOpIdx2 < FirstCommutableVecOp || SrcOpIdx2 > LastCommutableVecOp || in findThreeSrcCommutedOpIndices()
2436 CommutableOpIdx1 >= FirstCommutableVecOp; CommutableOpIdx1--) { in findThreeSrcCommutedOpIndices()
2449 if (CommutableOpIdx1 < FirstCommutableVecOp) in findThreeSrcCommutedOpIndices()