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.h270 struct FixedScalableVFPair { struct
274 FixedScalableVFPair() in FixedScalableVFPair() function
277 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() function
280 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() function
287 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
293 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()