Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h897 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp394 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1450 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
3889 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()