Home
last modified time | relevance | path

Searched defs:hasBFloat16Type (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h111 bool hasBFloat16Type() const override { return true; } in hasBFloat16Type() function
H A DNVPTX.h183 bool hasBFloat16Type() const override { return true; } hasBFloat16Type() function
H A DAMDGPU.h118 bool hasBFloat16Type() const override { return isAMDGCN(getTriple()); } in hasBFloat16Type() function
H A DARM.cpp660 bool ARMTargetInfo::hasBFloat16Type() const { hasBFloat16Type() function in ARMTargetInfo
H A DAArch64.cpp1160 bool AArch64TargetInfo::hasBFloat16Type() const { hasBFloat16Type() function in AArch64TargetInfo
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h674 virtual bool hasBFloat16Type() const { hasBFloat16Type() function