Searched refs:x87DoubleExtended (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 172 case X86_FP80TyID: return APFloat::x87DoubleExtended(); in getFltSemantics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 174 case X86_FP80TyID: return APFloat::x87DoubleExtended(); in getFltSemantics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 185 APFloat Float(APFloat::x87DoubleExtended(), APInt(80, RawBits)); in toStringAPFloat()
|
D | APFloat.cpp | 125 return x87DoubleExtended(); in EnumToSemantics() 142 else if (&Sem == &llvm::APFloat::x87DoubleExtended()) in SemanticsToEnum() 164 const fltSemantics &APFloatBase::x87DoubleExtended() { in x87DoubleExtended() function in llvm::APFloatBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 693 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() 708 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); in getConstantValue() 725 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); in getConstantValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 333 APFloat::getZero(APFloat::x87DoubleExtended())); in getNullValue() 759 return &APFloat::x87DoubleExtended(); in TypeToFloatSemantics() 875 else if (&V.getSemantics() == &APFloat::x87DoubleExtended()) in get() 1396 &Val2.getSemantics() == &APFloat::x87DoubleExtended(); in isValueValidForType()
|
D | ConstantFold.cpp | 600 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended() : in ConstantFoldCastInstruction()
|
D | AsmWriter.cpp | 1356 if (&APF.getSemantics() == &APFloat::x87DoubleExtended()) { in WriteConstantInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 144 static const fltSemantics &x87DoubleExtended();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 1019 APFloatVal = APFloat(APFloat::x87DoubleExtended(), APInt(80, Pair)); in Lex0x()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 168 static const fltSemantics &x87DoubleExtended() LLVM_READNONE;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1411 case MVT::f80: return APFloat::x87DoubleExtended();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2418 V = ConstantFP::get(Context, APFloat(APFloat::x87DoubleExtended(), in parseConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 639 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended()); in X86TargetLowering() 646 TmpFlt2.convert(APFloat::x87DoubleExtended(), APFloat::rmNearestTiesToEven, in X86TargetLowering() 19498 Status = Thresh.convert(APFloat::x87DoubleExtended(), in FP_TO_INTHelper()
|