Searched refs:HasFullBFloat16 (Results 1 – 4 of 4) sorted by relevance
234 bool HasFullBFloat16; // True if the backend supports native bfloat16 variable700 return HasBFloat16 || HasFullBFloat16; in hasBFloat16Type()705 virtual bool hasFullBFloat16Type() const { return HasFullBFloat16; } in hasFullBFloat16Type()
443 HasFullBFloat16 = true; in handleTargetFeatures()1272 .Case("fullbf16", HasFullBFloat16) in hasFeature()
524 HasFullBFloat16 = false; in handleTargetFeatures()608 HasFullBFloat16 = true; in handleTargetFeatures()
67 HasFullBFloat16 = false; in TargetInfo()