/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TargetInfo.cpp | 327 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended()) in getRealTypeByWidth() 496 LongDoubleFormat = &llvm::APFloat::x87DoubleExtended(); in adjust()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ScaledNumber.cpp | 185 APFloat Float(APFloat::x87DoubleExtended(), APInt(80, RawBits)); in toStringAPFloat()
|
H A D | APFloat.cpp | 229 return x87DoubleExtended(); in EnumToSemantics() 268 else if (&Sem == &llvm::APFloat::x87DoubleExtended()) in SemanticsToEnum() 294 const fltSemantics &APFloatBase::x87DoubleExtended() { in x87DoubleExtended() function in llvm::APFloatBase
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 67 m_float.convert(llvm::APFloat::x87DoubleExtended(), in Scalar()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 46 &APFloat::x87DoubleExtended()}; in GetFloatPromoKey() 681 : APFloat::x87DoubleExtended(); in SetValueFromCString()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.h | 184 LongDoubleFormat = &llvm::APFloat::x87DoubleExtended(); in X86TargetInfo() 891 LongDoubleFormat = &llvm::APFloat::x87DoubleExtended(); in MinGWX86_64TargetInfo()
|
H A D | X86.cpp | 511 if (!HasX87 && LongDoubleFormat == &llvm::APFloat::x87DoubleExtended()) in handleTargetFeatures()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 76 case X86_FP80TyID: return APFloat::x87DoubleExtended(); in getFltSemantics() 103 else if (&S == &APFloat::x87DoubleExtended()) in getFloatingPointTy()
|
H A D | Constants.cpp | 1630 &Val2.getSemantics() == &APFloat::x87DoubleExtended(); in isValueValidForType()
|
H A D | AsmWriter.cpp | 1505 if (&APF.getSemantics() == &APFloat::x87DoubleExtended()) { in WriteAPFloatInternal()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 266 (&TI.getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended() || in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 699 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() 714 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() 731 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 59 &llvm::APFloat::x87DoubleExtended()) in isX86VectorTypeForVectorCall() 1828 } else if (LDF == &llvm::APFloat::x87DoubleExtended()) { in classify() 1961 else if (LDF == &llvm::APFloat::x87DoubleExtended()) in classify() 3324 if (LDF == &llvm::APFloat::x87DoubleExtended()) in classify()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 288 if (&format == &llvm::APFloat::x87DoubleExtended()) in getTypeForFormat()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 1053 APFloatVal = APFloat(APFloat::x87DoubleExtended(), APInt(80, Pair)); in Lex0x()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 231 static const fltSemantics &x87DoubleExtended() LLVM_READNONE;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 106 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended()) in PickFP()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 2353 return parseDirectiveRealValue(IDVal, APFloat::x87DoubleExtended(), 10); in parseStatement() 2621 return parseDirectiveNamedRealValue(nextVal, APFloat::x87DoubleExtended(), in parseStatement() 4082 Semantics = &APFloat::x87DoubleExtended(); in parseFieldInitializer()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1832 case MVT::f80: return APFloat::x87DoubleExtended();
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7184 &APFloat::x87DoubleExtended()) { in visitVector() 7454 &APFloat::x87DoubleExtended()) { in visit()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 3223 CurTy, APFloat(APFloat::x87DoubleExtended(), APInt(80, Rearrange))); in parseConstants()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3813 &llvm::APFloat::x87DoubleExtended()) in BuildAtomicExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 817 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended()); in X86TargetLowering() 824 TmpFlt2.convert(APFloat::x87DoubleExtended(), APFloat::rmNearestTiesToEven, in X86TargetLowering() 20069 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()
|