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.h1044 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp489 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
2097 if (TI.hasRISCVVTypes() && Ty->isRVVSizelessBuiltinType() && FD) { in checkTypeSupport()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1403 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
4407 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()