Home
last modified time | relevance | path

Searched refs:HasFloat128 (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h153 if (this->HasFloat128) in getOSDefines()
164 this->HasFloat128 = true; in DragonFlyBSDTargetInfo()
194 if (this->HasFloat128) in getOSDefines()
215 this->HasFloat128 = true; in FreeBSDTargetInfo()
268 if (this->HasFloat128) in getOSDefines()
338 if (this->HasFloat128) in getOSDefines()
383 if (this->HasFloat128) in getOSDefines()
414 if (this->HasFloat128) in getOSDefines()
614 if (this->HasFloat128) in getOSDefines()
899 this->HasFloat128 = true; in WebAssemblyOSTargetInfo()
[all …]
H A DPPC.cpp56 HasFloat128 = !getTriple().isOSAIX(); in handleTargetFeatures()
405 if (HasFloat128) in getTargetDefines()
688 .Case("float128", HasFloat128) in hasFeature()
H A DAMDGPU.cpp354 HasFloat128 = true; in setAuxTarget()
H A DX86.h616 HasFloat128 = true; in MinGWX86_32TargetInfo()
898 HasFloat128 = true; in MinGWX86_64TargetInfo()
H A DX86.cpp1039 if (HasFloat128) in getTargetDefines()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h225 bool HasFloat128; variable
668 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp63 HasFloat128 = false; in TargetInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td244 SubtargetFeature<"float128", "HasFloat128", "true",