Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h111 bool hasBFloat16Type() const override { return true; } in hasBFloat16Type() function
H A DNVPTX.h186 bool hasBFloat16Type() const override { return true; } in hasBFloat16Type() function
H A DSPIR.h395 bool hasBFloat16Type() const override { return true; } in hasBFloat16Type() function
H A DAMDGPU.h118 bool hasBFloat16Type() const override { return isAMDGCN(getTriple()); } in hasBFloat16Type() function
H A DARM.cpp661 bool ARMTargetInfo::hasBFloat16Type() const { in hasBFloat16Type() function in ARMTargetInfo
H A DAArch64.cpp1228 bool AArch64TargetInfo::hasBFloat16Type() const { in hasBFloat16Type() function in AArch64TargetInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h699 virtual bool hasBFloat16Type() const { in hasBFloat16Type() function