Searched refs:AllSameOpcodeRight (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1980 bool AllSameOpcodeRight, bool SplatLeft, 2010 // If we have "AllSameOpcodeRight", try to see if the left operands preserves 2012 if (AllSameOpcodeRight) { 2015 // Do not commute, a match on the right preserves AllSameOpcodeRight 2057 bool AllSameOpcodeRight = isa<Instruction>(Right[0]); local 2068 AllSameOpcodeRight, SplatLeft, SplatRight)) { 2081 AllSameOpcodeRight = AllSameOpcodeRight && isa<Instruction>(Right[i]) && 1976 shouldReorderOperands(int i, Instruction &I, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, bool SplatLeft, bool SplatRight) argument
|
Completed in 156 milliseconds