Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1957 Value *VLeft = I.getOperand(0); in shouldReorderOperands() local
1964 if (VLeft == Right[i - 1]) { in shouldReorderOperands()
1968 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
1975 if (VLeft == Left[i - 1]) in shouldReorderOperands()
1982 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()
2021 auto VLeft = cast<Instruction>(VL[0])->getOperand(0); in reorderInputsAccordingToOpcode() local
2023 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2025 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2026 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()