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

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1979 bool AllSameOpcodeLeft,
2020 // AllSameOpcodeLeft, i.e. preserve the original order if possible.
2022 if (AllSameOpcodeLeft && ILeft &&
2029 if (AllSameOpcodeLeft) {
2056 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); local
2067 if (shouldReorderOperands(i, *I, Left, Right, AllSameOpcodeLeft,
2078 AllSameOpcodeLeft = AllSameOpcodeLeft && isa<Instruction>(Left[i]) &&
1976 shouldReorderOperands(int i, Instruction &I, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, bool SplatLeft, bool SplatRight) argument

Completed in 74 milliseconds