Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2708 bool SplatLeft, bool SplatRight, Value *&VLeft, Value *&VRight) { in shouldReorderOperands() argument
2720 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
2726 if (SplatLeft) { in shouldReorderOperands()
2787 bool SplatLeft = true; in reorderInputsAccordingToOpcode() local
2800 AllSameOpcodeRight, SplatLeft, SplatRight, VLeft, in reorderInputsAccordingToOpcode()
2810 SplatLeft = SplatLeft && (Left[i - 1] == Left[i]); in reorderInputsAccordingToOpcode()
2820 if (SplatRight || SplatLeft) in reorderInputsAccordingToOpcode()