Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def216 FLOATING_TYPE(BFloat16, BFloat16Ty)
H A DASTContext.h1026 CanQualType BFloat16Ty; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1480 InitBuiltinType(BFloat16Ty, BuiltinType::BFloat16); in InitBuiltinTypes()
3843 return SVE_ELTTY(BFloat16Ty, 8, 1); in getBuiltinVectorTypeInfo()
3845 return SVE_ELTTY(BFloat16Ty, 8, 2); in getBuiltinVectorTypeInfo()
3847 return SVE_ELTTY(BFloat16Ty, 8, 3); in getBuiltinVectorTypeInfo()
3849 return SVE_ELTTY(BFloat16Ty, 8, 4); in getBuiltinVectorTypeInfo()
6266 case BFloat16Rank: return BFloat16Ty; in getFloatingTypeOfSizeWithinDomain()
10359 Type = Context.BFloat16Ty; in DecodeTypeFromStr()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1877 if (FromType == S.Context.BFloat16Ty || ToType == S.Context.BFloat16Ty) in IsStandardConversion()
H A DSemaType.cpp1523 Result = Context.BFloat16Ty; in ConvertDeclSpecToType()
H A DSemaChecking.cpp2082 return Context.BFloat16Ty; in getNeonEltType()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6873 T = Context.BFloat16Ty; in GetType()