Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/Targets/
DNVPTX.cpp118 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/external/clang/lib/Basic/
DTargetInfo.cpp216 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
DTargets.cpp1732 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h372 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp273 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h631 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp697 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp836 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp1649 Width = Target->getFloatWidth(); in getTypeInfoImpl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2081 Width = Target->getFloatWidth(); in getTypeInfoImpl()