Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1955 bool AllSameOpcodeRight, bool SplatLeft, in shouldReorderOperands() argument
1987 if (AllSameOpcodeRight) { in shouldReorderOperands()
2032 bool AllSameOpcodeRight = isa<Instruction>(Right[0]); in reorderInputsAccordingToOpcode() local
2043 AllSameOpcodeRight, SplatLeft, SplatRight)) { in reorderInputsAccordingToOpcode()
2056 AllSameOpcodeRight = AllSameOpcodeRight && isa<Instruction>(Right[i]) && in reorderInputsAccordingToOpcode()