Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1979 bool AllSameOpcodeLeft, in shouldReorderOperands() argument
2022 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()
2029 if (AllSameOpcodeLeft) { in shouldReorderOperands()
2056 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local
2067 if (shouldReorderOperands(i, *I, Left, Right, AllSameOpcodeLeft, in reorderInputsAccordingToOpcode()
2078 AllSameOpcodeLeft = AllSameOpcodeLeft && isa<Instruction>(Left[i]) && in reorderInputsAccordingToOpcode()