Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h94 FK_Undefined = -1, ///< Not selected. enumerator
141 if ((ForceKind)Force.Value == FK_Undefined && in getForce()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp101 Force("vectorize.enable", FK_Undefined, HK_FORCE), in LoopVectorizeHints()
103 Predicate("vectorize.predicate.enable", FK_Undefined, HK_PREDICATE), in LoopVectorizeHints()
216 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth().isZero()) in vectorizeAnalysisPassName()
H A DLoopVectorize.cpp2134 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()