Home
last modified time | relevance | path

Searched refs:getFloatWidth (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp120 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp281 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h648 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp886 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2127 Width = Target->getFloatWidth(); in getTypeInfoImpl()