Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h119 bool hasVector() const { return HasVector; } in hasVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h189 bool hasVector() const { return HasVector; } in hasVector() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h248 bool hasVector() const { return FixedVF.isVector() || ScalableVF.isVector(); } in hasVector() function