Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp326 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth()
338 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble() || in getRealTypeByWidth()
339 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h263 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in REGISTER_TRAIT_WITH_PROGRAMSTATE()
264 &TI.getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()))) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp58 if (&Context.getTargetInfo().getLongDoubleFormat() == in isX86VectorTypeForVectorCall()
1809 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
1943 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
3300 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
H A DPPC.cpp951 const auto *flt = &CGM.getTarget().getLongDoubleFormat(); in emitTargetMetadata()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h758 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1102 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1629 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()
1630 return Target->getLongDoubleFormat(); in getFloatTypeSemantics()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2774 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
H A DCGBuiltin.cpp149 &getTarget().getLongDoubleFormat() == &llvm::APFloat::IEEEquad() && in getBuiltinLibFunction()
153 &getTarget().getLongDoubleFormat() == in getBuiltinLibFunction()
2553 &getTarget().getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in EmitBuiltinExpr()
3493 if (&getTarget().getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()) in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4970 if (&TI.getLongDoubleFormat() != &llvm::APFloat::PPCDoubleDouble()) in CheckPPCBuiltinFunctionCall()
8090 &Context.getTargetInfo().getLongDoubleFormat() == in BuildAtomicExpr()