Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1955 bool AllSameOpcodeRight, bool SplatLeft, in shouldReorderOperands() argument
1968 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
1974 if (SplatLeft) { in shouldReorderOperands()
2034 bool SplatLeft = true; in reorderInputsAccordingToOpcode() local
2043 AllSameOpcodeRight, SplatLeft, SplatRight)) { in reorderInputsAccordingToOpcode()
2052 SplatLeft = SplatLeft && (Left[i - 1] == Left[i]); in reorderInputsAccordingToOpcode()
2062 if (SplatRight || SplatLeft) in reorderInputsAccordingToOpcode()