Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp119 FloatWidth = HostTarget->getFloatWidth(); in NVPTXTargetInfo()
H A DSPIR.h127 FloatWidth = HostTarget->getFloatWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp343 if (getFloatWidth() == BitWidth) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h788 unsigned getFloatWidth() const { return FloatWidth; } in getFloatWidth() function
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp625 auto getFloatWidth = [](mlir::Type ty) -> unsigned { in matchAndRewrite() local
629 if (getFloatWidth(srcTy) > getFloatWidth(dstTy)) in matchAndRewrite()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1153 DefineTypeSizeof("__SIZEOF_FLOAT__", TI.getFloatWidth(), TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2287 Width = Target->getFloatWidth(); in getTypeInfoImpl()