Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h109 FK_Disabled = 0, ///< Forcing disabled. enumerator
156 return FK_Disabled; in getForce()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp182 if (getForce() == LoopVectorizeHints::FK_Disabled) { in allowVectorization()
217 if (Force.Value == LoopVectorizeHints::FK_Disabled) in emitRemarkWithHints()
241 if (getForce() == LoopVectorizeHints::FK_Disabled) in vectorizeAnalysisPassName()
H A DLoopVectorize.cpp9400 case LoopVectorizeHints::FK_Disabled: in getScalarEpilogueLowering()
9921 << (Hints.getForce() == LoopVectorizeHints::FK_Disabled in processLoop()