Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2707 ArrayRef<Value *> Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, in shouldReorderOperands() argument
2749 if (AllSameOpcodeLeft && ILeft && in shouldReorderOperands()
2756 if (AllSameOpcodeLeft) { in shouldReorderOperands()
2784 bool AllSameOpcodeLeft = isa<Instruction>(Left[0]); in reorderInputsAccordingToOpcode() local
2799 if (shouldReorderOperands(i, Opcode, *I, Left, Right, AllSameOpcodeLeft, in reorderInputsAccordingToOpcode()
2811 AllSameOpcodeLeft = AllSameOpcodeLeft && isa<Instruction>(Left[i]) && in reorderInputsAccordingToOpcode()