Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def216 FLOATING_TYPE(BFloat16, BFloat16Ty)
HDASTContext.h1143 CanQualType BFloat16Ty; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaARM.cpp387 return Context.BFloat16Ty; in getNeonEltType()
HDSemaRISCV.cpp121 QT = Context.BFloat16Ty; in RVVType2Qual()
HDSemaType.cpp1140 Result = Context.BFloat16Ty; in ConvertDeclSpecToType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.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-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7235 T = Context.BFloat16Ty; in GetType()