Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h93 FK_Undefined = -1, ///< Not selected. enumerator
118 if ((ForceKind)Force.Value == FK_Undefined && in getForce()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp88 Force("vectorize.enable", FK_Undefined, HK_FORCE), in LoopVectorizeHints()
170 if (getForce() == LoopVectorizeHints::FK_Undefined && getWidth() == 0) in vectorizeAnalysisPassName()
H A DLoopVectorize.cpp1365 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop()