Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DNVPTX.cpp113 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp261 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h566 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp784 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1923 Width = Target->getFloatWidth(); in getTypeInfoImpl()