Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h225 struct FixedScalableVFPair { struct
229 FixedScalableVFPair() in FixedScalableVFPair() argument
232 FixedScalableVFPair(const ElementCount &Max) : FixedScalableVFPair() { in FixedScalableVFPair() argument
235 FixedScalableVFPair(const ElementCount &FixedVF, in FixedScalableVFPair() argument
242 static FixedScalableVFPair getNone() { return FixedScalableVFPair(); } in getNone() argument
248 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector()