| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Scalar.cpp | 159 dbl_val = m_float.convertToDouble(); in GetBytes() 1210 return (schar_t)m_float.convertToDouble(); in SChar() 1236 return (uchar_t)m_float.convertToDouble(); in UChar() 1263 return (sshort_t)m_float.convertToDouble(); in SShort() 1318 return (sint_t)m_float.convertToDouble(); in SInt() 1344 return (uint_t)m_float.convertToDouble(); in UInt() 1370 return (slong_t)m_float.convertToDouble(); in SLong() 1396 return (ulong_t)m_float.convertToDouble(); in ULong() 1451 double d_val = m_float.convertToDouble(); in ULongLong() 1575 return (float_t)m_float.convertToDouble(); in Float() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 958 : CF->getValueAPF().convertToDouble(); in fold_pow() 1021 : CF->getValueAPF().convertToDouble(); in fold_pow() 1072 : CF->getValueAPF().convertToDouble(); in fold_pow() 1409 ? fpopr0->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1415 ? fpopr1->getValueAPF().convertToDouble() in evaluateScalarMathFunc() 1421 ? fpopr2->getValueAPF().convertToDouble() in evaluateScalarMathFunc()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 114 MCOp = MCOperand::createFPImm(Val.convertToDouble()); in lowerOperand()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 289 double convertToDouble() const; 1097 double convertToDouble() const { return getIEEE().convertToDouble(); } in convertToDouble() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 234 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToDouble()); in Lower()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LibCallsShrinkWrap.cpp | 434 double D = CF->getValueAPF().convertToDouble(); in generateCondForPow()
|
| H A D | SimplifyLibCalls.cpp | 1458 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | StringRef.cpp | 593 Result = F.convertToDouble(); in getAsDouble()
|
| H A D | APFloat.cpp | 3024 double IEEEFloat::convertToDouble() const { in convertToDouble() function in llvm::detail::IEEEFloat
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 895 Result.DoubleVal = cast<ConstantFP>(C)->getValueAPF().convertToDouble(); in getConstantValue() 972 CV->getOperand(i))->getValueAPF().convertToDouble(); in getConstantValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1527 return Node.getValue().convertToDouble() == ExpectedValue; 1536 return Node.getValue().convertToDouble() == ExpectedValue;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 310 return V.convertToDouble(); in GetApproxValue()
|
| H A D | Expr.cpp | 901 return V.convertToDouble(); in getValueAsApproximateDouble()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 554 OS << '<' << CSDN->getValueAPF().convertToDouble() << '>'; in print_details()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1611 return Op->getValueAPF().convertToDouble(); in getValueAsDouble() 1616 return APF.convertToDouble(); in getValueAsDouble()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 885 OS << APF.convertToDouble(); in emitDebugValueComment() 892 OS << "(long double) " << APF.convertToDouble(); in emitDebugValueComment()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1901 double float64 = CFP->getValueAPF().convertToDouble(); in bufferLEByte()
|
| H A D | NVPTXInstrInfo.td | 816 N->getValueAPF().convertToDouble() == 1.0;
|
| H A D | NVPTXIntrinsics.td | 21 double d = (double)N->getValueAPF().convertToDouble(); 26 double d = (double)N->getValueAPF().convertToDouble();
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1309 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal() 1321 if (APFloat(APFloat::IEEEdouble(), StrVal).convertToDouble() == Val) { in WriteConstantInternal()
|
| H A D | Core.cpp | 1332 return cFP->getValueAPF().convertToDouble(); in LLVMConstRealGetDouble() 1339 return APF.convertToDouble(); in LLVMConstRealGetDouble()
|