| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 126 MCOp = MCOperand::createDFPImm(bit_cast<uint64_t>(Val.convertToDouble())); in lowerOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 981 : CF->convertToDouble(); in fold_pow() 1053 : CF->convertToDouble(); in fold_pow() 1075 double V = CDV->getElementAsAPFloat(i).convertToDouble(); in fold_pow() 1474 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1480 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
|
| /freebsd/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 | 1520 double Val = APF.convertToDouble(); in WriteAPFloatInternal() 1531 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteAPFloatInternal()
|
| H A D | Core.cpp | 1591 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble() 1598 return APF.convertToDouble(); in LLVMConstRealGetDouble()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
| H A D | EmulateInstructionRISCV.cpp | 1544 double d = rs1.convertToDouble(); in operator ()() 1565 &APFloat::convertToDouble); in operator ()() 1569 &APFloat::convertToDouble); in operator ()() 1579 &APFloat::convertToDouble); in operator ()() 1583 &APFloat::convertToDouble); in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 87 FP.convertToDouble()); in printOpConstantVarOps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 427 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | StringRef.cpp | 610 Result = F.convertToDouble(); in getAsDouble()
|
| H A D | APFloat.cpp | 3855 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat 5563 double APFloat::convertToDouble() const { in convertToDouble() function in llvm::APFloat 5565 return getIEEE().convertToDouble(); in convertToDouble() 5573 return Temp.getIEEE().convertToDouble(); in convertToDouble()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1977 double Result = NativeFP(V.convertToDouble()); in ConstantFoldFP() 2003 double Result = NativeFP(V.convertToDouble(), W.convertToDouble()); in ConstantFoldBinaryFP() 2104 return Op->getValueAPF().convertToDouble(); in getValueAsDouble() 2109 return APF.convertToDouble(); in getValueAsDouble() 3212 return ConstantFP::get(Ty, std::pow(Op1V.convertToDouble(), Exp)); in ConstantFoldIntrinsicCall2()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 905 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue() 983 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 471 LLVM_ABI double convertToDouble() const; 1382 LLVM_ABI double convertToDouble() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 397 return result.convertToDouble(); in Double()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1755 return Node.getValue().convertToDouble() == ExpectedValue; 1764 return Node.getValue().convertToDouble() == ExpectedValue;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 744 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | APValue.cpp | 637 return V.convertToDouble(); in GetApproxValue()
|
| H A D | TextNodeDumper.cpp | 603 return V.convertToDouble(); in GetApproxValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 172 scalar = cfp->getValueAPF().convertToDouble(); in EvaluateValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSLRootSignature.cpp | 1350 double DoubleVal = Val.convertToDouble(); in handleFloatLiteral()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 1229 OS << APF.convertToDouble(); in emitDebugValueComment() 1236 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2061 double Scale = (SumCount / SumBFICount).convertToDouble(); in fixFuncEntryCount()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1012 Imm.convertToDouble() == 1.0; 1017 Imm.convertToDouble() == -1.0;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 1742 Result = APFloat(sqrt(Result.convertToDouble())); in constantFoldFpUnary() 1749 Result = APFloat(log2(Result.convertToDouble())); in constantFoldFpUnary()
|