Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.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-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDX86.cpp443 HasFullBFloat16 = true; in handleTargetFeatures()
1272 .Case("fullbf16", HasFullBFloat16) in hasFeature()
HDARM.cpp524 HasFullBFloat16 = false; in handleTargetFeatures()
608 HasFullBFloat16 = true; in handleTargetFeatures()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDTargetInfo.cpp67 HasFullBFloat16 = false; in TargetInfo()