Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h595 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp934 if (TI.hasFloat16Type()) in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp636 if ((Target.hasFloat16Type() || LangOpts.CUDA) && s + 2 < ThisTokEnd && in NumericLiteralParser()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1832 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) || in checkDeviceDecl()
H A DSemaType.cpp1512 if (!S.Context.getTargetInfo().hasFloat16Type() && !S.getLangOpts().CUDA && in ConvertDeclSpecToType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2100 if (Target->hasFloat16Type() || !getLangOpts().OpenMP || in getTypeInfoImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7013 if (!Context.getTargetInfo().hasFloat16Type() && T->isFloat16Type()) in isUnsupportedType()