Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DDirectX.h63 HasFloat16 = true; in DirectXTargetInfo()
H A DSPIR.h110 HasFloat16 = true; in BaseSPIRTargetInfo()
425 HasFloat16 = true; in SPIRV64AMDGCNTargetInfo()
H A DLoongArch.h59 HasFloat16 = true; in LoongArchTargetInfo()
H A DSystemZ.h94 HasFloat16 = true; in SystemZTargetInfo()
H A DHexagon.cpp153 HasFloat16 = true; in handleTargetFeatures()
H A DRISCV.h50 HasFloat16 = true; in RISCVTargetInfo()
H A DNVPTX.cpp69 HasFloat16 = true; in NVPTXTargetInfo()
H A DAMDGPU.cpp255 HasFloat16 = true; in AMDGPUTargetInfo()
H A DX86.cpp525 HasFloat16 = SSELevel >= SSE2; in handleTargetFeatures()
H A DARM.cpp523 HasFloat16 = true; in handleTargetFeatures()
H A DAArch64.cpp147 HasFloat16 = true; in AArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h240 bool HasFloat16; variable
717 virtual bool hasFloat16Type() const { return HasFloat16; } in hasFloat16Type()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp69 HasFloat16 = false; in TargetInfo()