Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h117 SK_FixedWidthOnly = 0, enumerator
162 return (ScalableForceKind)Scalable.Value == SK_FixedWidthOnly; in isScalableVectorizationDisabled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp70 clEnumValN(LoopVectorizeHints::SK_FixedWidthOnly, "off",
129 : SK_FixedWidthOnly; in LoopVectorizeHints()
135 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints()
146 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints()