Home
last modified time | relevance | path

Searched refs:HasFloat16 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DDirectX.h60 HasFloat16 = true; in DirectXTargetInfo()
H A DRISCV.h50 HasFloat16 = true; in RISCVTargetInfo()
H A DHexagon.cpp148 HasFloat16 = true; in handleTargetFeatures()
H A DAMDGPU.cpp233 HasFloat16 = true; in AMDGPUTargetInfo()
H A DSPIR.h103 HasFloat16 = true; in BaseSPIRTargetInfo()
H A DARM.cpp520 HasFloat16 = true; in handleTargetFeatures()
H A DX86.cpp461 HasFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
H A DAArch64.cpp147 HasFloat16 = true; in AArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h226 bool HasFloat16; variable
671 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp65 HasFloat16 = false; in TargetInfo()