Searched defs:SplatLeft (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1955 bool AllSameOpcodeRight, bool SplatLeft,
1966 // SplatLeft either, i.e. preserve the original order if possible.
1968 if (SplatLeft && VLeft == Left[i - 1])
1974 if (SplatLeft) {
1976 // Preserve SplatLeft
2034 bool SplatLeft = true; local
2043 AllSameOpcodeRight, SplatLeft, SplatRight)) {
2052 SplatLeft = SplatLeft && (Left[i - 1] == Left[i]);
2062 if (SplatRight || SplatLeft)
1951 shouldReorderOperands(int i, Instruction &I, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, bool SplatLeft, bool SplatRight) argument
[all...]

Completed in 34 milliseconds