Home
last modified time | relevance | path

Searched refs:hasFloat16Type (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp108 if (!Context.getTargetInfo().hasFloat16Type() && T->isFloat16Type()) in isUnsupportedType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h696 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1232 if (TI.hasFloat16Type()) in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1023 if ((Target.hasFloat16Type() || LangOpts.CUDA || in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2027 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) || in checkTypeSupport()
H A DSemaType.cpp1128 if (!S.Context.getTargetInfo().hasFloat16Type() && !S.getLangOpts().CUDA && in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1583 if (TI.hasFloat16Type() && !TI.hasLegalHalfType() && in UseExcessPrecision()
H A DASTContext.cpp2117 if (Target->hasFloat16Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()