Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def216 FLOATING_TYPE(BFloat16, BFloat16Ty)
H A DASTContext.h1143 CanQualType BFloat16Ty; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp387 return Context.BFloat16Ty; in getNeonEltType()
H A DSemaRISCV.cpp121 QT = Context.BFloat16Ty; in RVVType2Qual()
H A DSemaType.cpp1140 Result = Context.BFloat16Ty; in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1446 InitBuiltinType(BFloat16Ty, BuiltinType::BFloat16); in InitBuiltinTypes()
4344 return SVE_ELTTY(BFloat16Ty, 8, 1); in getBuiltinVectorTypeInfo()
4346 return SVE_ELTTY(BFloat16Ty, 8, 2); in getBuiltinVectorTypeInfo()
4348 return SVE_ELTTY(BFloat16Ty, 8, 3); in getBuiltinVectorTypeInfo()
4350 return SVE_ELTTY(BFloat16Ty, 8, 4); in getBuiltinVectorTypeInfo()
4362 return {BFloat16Ty, llvm::ElementCount::getScalable(NumEls), NF}; in getBuiltinVectorTypeInfo()
11774 Type = Context.BFloat16Ty; in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7235 T = Context.BFloat16Ty; in GetType()