Searched refs:hasLegalHalfType (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h528 virtual bool hasLegalHalfType() const { return HasLegalHalfType; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5937 if (!getTarget().hasLegalHalfType() && containsAnyFP16Vectors(Ty)) {
6168 if (!getTarget().hasLegalHalfType() &&
6270 if (!getTarget().hasLegalHalfType() &&
H A DCGBuiltin.cpp5403 const bool HasLegalHalfType = getTarget().hasLegalHalfType();
6812 getTarget().hasLegalHalfType());

Completed in 195 milliseconds