| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 66 double TrueProb = Confidence->getValueAPF().convertToDouble(); in getBranchWeight() 130 double TrueProb = Confidence->getValueAPF().convertToDouble(); in handlePhiDef()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 129 MCOp = MCOperand::createDFPImm(bit_cast<uint64_t>(Val.convertToDouble())); in lowerOperand()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 984 : CF->convertToDouble(); in fold_pow() 1055 : CF->convertToDouble(); in fold_pow() 1077 double V = CDV->getElementAsAPFloat(i).convertToDouble(); in fold_pow() 1471 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1477 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ProfileSummary.cpp | 129 Val = cast<ConstantFP>(ValMD->getValue())->getValueAPF().convertToDouble(); in getVal()
|
| H A D | AsmWriter.cpp | 1456 double Val = APF.convertToDouble(); in WriteAPFloatInternal() 1467 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteAPFloatInternal()
|
| H A D | Core.cpp | 1588 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble() 1595 return APF.convertToDouble(); in LLVMConstRealGetDouble()
|
| /src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 91 FP.convertToDouble()); in printOpConstantVarOps()
|
| /src/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1543 double d = rs1.convertToDouble(); in operator ()() 1564 &APFloat::convertToDouble); in operator ()() 1568 &APFloat::convertToDouble); in operator ()() 1578 &APFloat::convertToDouble); in operator ()() 1582 &APFloat::convertToDouble); in operator ()()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 427 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
|
| H A D | SimplifyLibCalls.cpp | 2195 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToDouble())); in replacePowWithExp()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1777 double Result = NativeFP(V.convertToDouble()); in ConstantFoldFP() 1803 double Result = NativeFP(V.convertToDouble(), W.convertToDouble()); in ConstantFoldBinaryFP() 1904 return Op->getValueAPF().convertToDouble(); in getValueAsDouble() 1909 return APF.convertToDouble(); in getValueAsDouble() 2771 return ConstantFP::get(Ty, std::pow(Op1V.convertToDouble(), Exp)); in ConstantFoldIntrinsicCall2()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 609 Result = F.convertToDouble(); in getAsDouble()
|
| H A D | APFloat.cpp | 3731 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat 5376 double APFloat::convertToDouble() const { in convertToDouble() function in llvm::APFloat 5378 return getIEEE().convertToDouble(); in convertToDouble() 5386 return Temp.getIEEE().convertToDouble(); in convertToDouble()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 376 double convertToDouble() const; 1269 double convertToDouble() const;
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 906 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue() 986 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
|
| /src/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 397 return result.convertToDouble(); in Double()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1753 return Node.getValue().convertToDouble() == ExpectedValue; 1762 return Node.getValue().convertToDouble() == ExpectedValue;
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 699 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 627 return V.convertToDouble(); in GetApproxValue()
|
| H A D | TextNodeDumper.cpp | 548 return V.convertToDouble(); in GetApproxValue()
|
| /src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 174 scalar = cfp->getValueAPF().convertToDouble(); in EvaluateValue()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1183 OS << APF.convertToDouble(); in emitDebugValueComment() 1190 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1959 double Scale = (SumCount / SumBFICount).convertToDouble(); in fixFuncEntryCount()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 1674 Result = APFloat(sqrt(Result.convertToDouble())); in constantFoldFpUnary() 1681 Result = APFloat(log2(Result.convertToDouble())); in constantFoldFpUnary()
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1151 N->getValueAPF().convertToDouble() == 1.0; 1156 N->getValueAPF().convertToDouble() == -1.0;
|