Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2708 bool SplatLeft, bool SplatRight, Value *&VLeft, Value *&VRight) { in shouldReorderOperands() argument
2712 if (SplatRight) { in shouldReorderOperands()
2788 bool SplatRight = true; in reorderInputsAccordingToOpcode() local
2800 AllSameOpcodeRight, SplatLeft, SplatRight, VLeft, in reorderInputsAccordingToOpcode()
2809 SplatRight = SplatRight && (Right[i - 1] == Right[i]); in reorderInputsAccordingToOpcode()
2820 if (SplatRight || SplatLeft) in reorderInputsAccordingToOpcode()