Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h897 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp418 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1450 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
3904 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()