Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1044 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp489 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
2097 if (TI.hasRISCVVTypes() && Ty->isRVVSizelessBuiltinType() && FD) { in checkTypeSupport()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1403 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
4407 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()