Searched refs:getLongDoubleFormat (Results 1 – 13 of 13) sorted by relevance
223 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended) in getRealTypeByWidth()227 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble || in getRealTypeByWidth()228 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad) in getRealTypeByWidth()
280 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth()288 if (&getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble() || in getRealTypeByWidth()289 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad()) in getRealTypeByWidth()
262 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in REGISTER_TRAIT_WITH_PROGRAMSTATE()263 &TI.getLongDoubleFormat() == &llvm::APFloat::PPCDoubleDouble()))) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
385 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
649 const llvm::fltSemantics &getLongDoubleFormat() const { in getLongDoubleFormat() function
749 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
890 DefineFloatMacros(Builder, "LDBL", &TI.getLongDoubleFormat(), "L"); in InitializePredefinedMacros()
2345 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()2470 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()3627 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
1794 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
1047 if (&Context.getTargetInfo().getLongDoubleFormat() == in isX86VectorTypeForVectorCall()2803 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()2936 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()4253 const llvm::fltSemantics *LDF = &getTarget().getLongDoubleFormat(); in classify()
2585 FS = &CGF.getTarget().getLongDoubleFormat(); in EmitScalarPrePostIncDec()
1670 return AuxTarget->getLongDoubleFormat(); in getFloatTypeSemantics()1671 return Target->getLongDoubleFormat(); in getFloatTypeSemantics()
1348 case BuiltinType::LongDouble: return Target->getLongDoubleFormat(); in getFloatTypeSemantics()