Searched defs:SplatRight (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1981 bool SplatRight) { 1984 // If we have "SplatRight", try to see if commuting is needed to preserve it. 1985 if (SplatRight) { 1987 // Preserve SplatRight 1990 // Commuting would preserve SplatRight, but we don't want to break 2060 bool SplatRight = true; local 2068 AllSameOpcodeRight, SplatLeft, SplatRight)) { 2076 SplatRight = SplatRight && (Right[i - 1] == Right[i]); 2087 if (SplatRight || SplatLef 1976 shouldReorderOperands(int i, Instruction &I, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, bool SplatLeft, bool SplatRight) argument [all...] |
Completed in 138 milliseconds