Home
last modified time | relevance | path

Searched refs:HasFullBFloat16 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h234 bool HasFullBFloat16; // True if the backend supports native bfloat16 variable
700 return HasBFloat16 || HasFullBFloat16; in hasBFloat16Type()
705 virtual bool hasFullBFloat16Type() const { return HasFullBFloat16; } in hasFullBFloat16Type()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp443 HasFullBFloat16 = true; in handleTargetFeatures()
1272 .Case("fullbf16", HasFullBFloat16) in hasFeature()
H A DARM.cpp524 HasFullBFloat16 = false; in handleTargetFeatures()
608 HasFullBFloat16 = true; in handleTargetFeatures()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp67 HasFullBFloat16 = false; in TargetInfo()