Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2707 bool SplatLeft, bool SplatRight, Value *&VLeft, Value *&VRight) { in shouldReorderOperands() argument
2708 VLeft = I.getOperand(0); in shouldReorderOperands()
2715 if (VLeft == Right[i - 1]) { in shouldReorderOperands()
2719 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
2726 if (VLeft == Left[i - 1]) in shouldReorderOperands()
2733 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()
2773 Value *VLeft = I->getOperand(0); in reorderInputsAccordingToOpcode() local
2775 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2777 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2778 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1982 Value *VLeft = I.getOperand(0); in shouldReorderOperands() local
1989 if (VLeft == Right[i - 1]) { in shouldReorderOperands()
1993 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
2000 if (VLeft == Left[i - 1]) in shouldReorderOperands()
2007 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands()
2046 auto VLeft = cast<Instruction>(VL[0])->getOperand(0); in reorderInputsAccordingToOpcode() local
2048 if (!isa<Instruction>(VRight) && isa<Instruction>(VLeft)) in reorderInputsAccordingToOpcode()
2050 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode()
2051 Left.push_back(VLeft); in reorderInputsAccordingToOpcode()