Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h118 SK_FixedWidthOnly = 0, enumerator
163 return (ScalableForceKind)Scalable.Value == SK_FixedWidthOnly; in isScalableVectorizationDisabled()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp65 clEnumValN(LoopVectorizeHints::SK_FixedWidthOnly, "off",
124 : SK_FixedWidthOnly; in LoopVectorizeHints()
130 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints()
141 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints()