Home
last modified time | relevance | path

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/
DType.h172 case X86_FP80TyID: return APFloat::x87DoubleExtended(); in getFltSemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h174 case X86_FP80TyID: return APFloat::x87DoubleExtended(); in getFltSemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp185 APFloat Float(APFloat::x87DoubleExtended(), APInt(80, RawBits)); in toStringAPFloat()
DAPFloat.cpp125 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/
DExecutionEngine.cpp693 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/
DConstants.cpp333 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()
DConstantFold.cpp600 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended() : in ConstantFoldCastInstruction()
DAsmWriter.cpp1356 if (&APF.getSemantics() == &APFloat::x87DoubleExtended()) { in WriteConstantInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h144 static const fltSemantics &x87DoubleExtended();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp1019 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/
DAPFloat.h168 static const fltSemantics &x87DoubleExtended() LLVM_READNONE;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h1411 case MVT::f80: return APFloat::x87DoubleExtended();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2418 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/
DX86ISelLowering.cpp639 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()