Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1005 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp442 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
2079 if (TI.hasRISCVVTypes() && Ty->isRVVSizelessBuiltinType()) in checkTypeSupport()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1371 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
3996 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()