| /freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/ |
| HD | Scalar.cpp | 166 dbl_val = m_float.convertToDouble(); in GetBytes() 1362 return static_cast<schar_t>(m_float.convertToDouble()); in SChar() 1392 return static_cast<uchar_t>(m_float.convertToDouble()); in UChar() 1422 return static_cast<sshort_t>(m_float.convertToDouble()); in SShort() 1452 return static_cast<ushort_t>(m_float.convertToDouble()); in UShort() 1482 return static_cast<sint_t>(m_float.convertToDouble()); in SInt() 1512 return static_cast<uint_t>(m_float.convertToDouble()); in UInt() 1542 return static_cast<slong_t>(m_float.convertToDouble()); in SLong() 1572 return static_cast<ulong_t>(m_float.convertToDouble()); in ULong() 1602 return static_cast<slonglong_t>(m_float.convertToDouble()); in SLongLong() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMMCInstLower.cpp | 113 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULibCalls.cpp | 970 : CF->getValueAPF().convertToDouble(); in fold_pow() 1033 : CF->getValueAPF().convertToDouble(); in fold_pow() 1084 : CF->getValueAPF().convertToDouble(); in fold_pow() 1441 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1447 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1453 ? fpopr2->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | APFloat.h | 305 double convertToDouble() const; 1117 double convertToDouble() const { return getIEEE().convertToDouble(); } in convertToDouble() function
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyMCInstLower.cpp | 280 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToDouble()); in lower()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | LibCallsShrinkWrap.cpp | 434 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
|
| HD | SimplifyLibCalls.cpp | 1598 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToDouble())); in replacePowWithExp() 1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | StringRef.cpp | 601 Result = F.convertToDouble(); in getAsDouble()
|
| HD | APFloat.cpp | 3101 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| HD | ExecutionEngine.cpp | 894 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue() 971 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchersInternal.h | 1585 return Node.getValue().convertToDouble() == ExpectedValue; 1594 return Node.getValue().convertToDouble() == ExpectedValue;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | APValue.cpp | 391 return V.convertToDouble(); in GetApproxValue()
|
| HD | Expr.cpp | 1002 return V.convertToDouble(); in getValueAsApproximateDouble()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGDumper.cpp | 586 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ConstantFolding.cpp | 1653 return Op->getValueAPF().convertToDouble(); in getValueAsDouble() 1658 return APF.convertToDouble(); in getValueAsDouble()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 890 OS << APF.convertToDouble(); in emitDebugValueComment() 897 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXAsmPrinter.cpp | 1874 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte()
|
| HD | NVPTXInstrInfo.td | 823 N->getValueAPF().convertToDouble() == 1.0;
|
| HD | NVPTXIntrinsics.td | 20 double d = (double)N->getValueAPF().convertToDouble(); 25 double d = (double)N->getValueAPF().convertToDouble();
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 1319 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal() 1331 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteConstantInternal()
|
| HD | Core.cpp | 1356 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble() 1363 return APF.convertToDouble(); in LLVMConstRealGetDouble()
|