Home
last modified time | relevance | path

Searched refs:getLongDoubleFormat (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp350 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth()
362 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble() || in getRealTypeByWidth()
363 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h269 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in REGISTER_TRAIT_WITH_PROGRAMSTATE()
270 &TI.getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()))) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp139 if (&TI.getLongDoubleFormat() != &llvm::APFloat::PPCDoubleDouble()) in CheckPPCBuiltinFunctionCall()
H A DSemaChecking.cpp4230 &Context.getTargetInfo().getLongDoubleFormat() == in BuildAtomicExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp45 if (&Context.getTargetInfo().getLongDoubleFormat() == in isX86VectorTypeForVectorCall()
1831 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
1965 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
3382 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
H A DPPC.cpp1019 const auto *flt = &CGM.getTarget().getLongDoubleFormat(); in emitTargetMetadata()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h806 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1257 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp232 &getTarget().getLongDoubleFormat() == &llvm::APFloat::IEEEquad() && in getBuiltinLibFunction()
236 &getTarget().getLongDoubleFormat() == in getBuiltinLibFunction()
2604 &getTarget().getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in EmitBuiltinExpr()
3782 if (&getTarget().getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()) in EmitBuiltinExpr()
H A DCGExprScalar.cpp3301 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1814 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1815 return Target->getLongDoubleFormat(); in getFloatTypeSemantics()