Searched defs:hasBFloat16Type (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | RISCV.h | 111 bool hasBFloat16Type() const override { return true; } in hasBFloat16Type() function |
H A D | NVPTX.h | 183 bool hasBFloat16Type() const override { return true; } hasBFloat16Type() function |
H A D | AMDGPU.h | 118 bool hasBFloat16Type() const override { return isAMDGCN(getTriple()); } in hasBFloat16Type() function |
H A D | ARM.cpp | 660 bool ARMTargetInfo::hasBFloat16Type() const { hasBFloat16Type() function in ARMTargetInfo |
H A D | AArch64.cpp | 1160 bool AArch64TargetInfo::hasBFloat16Type() const { hasBFloat16Type() function in AArch64TargetInfo |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 674 virtual bool hasBFloat16Type() const { hasBFloat16Type() function |