Home
last modified time | relevance | path

Searched defs:FixedScalableVFPair (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h262 struct FixedScalableVFPair { struct
266 FixedScalableVFPair() in FixedScalableVFPair() argument
269 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() argument
272 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() function
279 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
285 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()