Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp110 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
H A DSPIR.h120 FloatWidth = HostTarget->getFloatWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp319 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h740 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1046 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2096 Width = Target->getFloatWidth(); in getTypeInfoImpl()