Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1980 bool AllSameOpcodeRight, bool SplatLeft, in shouldReorderOperands() argument
1993 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands()
1999 if (SplatLeft) { in shouldReorderOperands()
2059 bool SplatLeft = true; in reorderInputsAccordingToOpcode() local
2068 AllSameOpcodeRight, SplatLeft, SplatRight)) { in reorderInputsAccordingToOpcode()
2077 SplatLeft = SplatLeft && (Left[i - 1] == Left[i]); in reorderInputsAccordingToOpcode()
2087 if (SplatRight || SplatLeft) in reorderInputsAccordingToOpcode()