Home
last modified time | relevance | path

Searched refs:convertToFloat (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp969 ? (double)CF->getValueAPF().convertToFloat() in fold_pow()
1032 ? (double)CF->getValueAPF().convertToFloat() in fold_pow()
1083 ? (double)CF->getValueAPF().convertToFloat() in fold_pow()
1442 : (double)fpopr0->getValueAPF().convertToFloat(); in evaluateScalarMathFunc()
1448 : (double)fpopr1->getValueAPF().convertToFloat(); in evaluateScalarMathFunc()
1454 : (double)fpopr2->getValueAPF().convertToFloat(); in evaluateScalarMathFunc()
DR600ISelLowering.cpp2158 float FloatValue = FPC->getValueAPF().convertToFloat(); in FoldOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h323 float convertToFloat() const;
1014 float convertToFloat() const { return getIEEE().convertToFloat(); } in convertToFloat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h306 float convertToFloat() const;
1118 float convertToFloat() const { return getIEEE().convertToFloat(); } in convertToFloat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp278 MCOp = MCOperand::createFPImm(Imm->getValueAPF().convertToFloat()); in lower()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp891 Result.FloatVal = cast<ConstantFP>(C)->getValueAPF().convertToFloat(); in getConstantValue()
949 CV->getOperand(i))->getValueAPF().convertToFloat(); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp584 OS << '<' << CSDN->getValueAPF().convertToFloat() << '>'; in print_details()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp155 return Ctx->getConstantFloat(CFP->getValueAPF().convertToFloat()); in convertConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1870 float float32 = (float) CFP->getValueAPF().convertToFloat(); in bufferLEByte()
DNVPTXInstrInfo.td818 N->getValueAPF().convertToFloat() == 1.0f;
DNVPTXIntrinsics.td10 float f = (float)N->getValueAPF().convertToFloat();
15 float f = (float)N->getValueAPF().convertToFloat();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1650 return Op->getValueAPF().convertToFloat(); in getValueAsDouble()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp888 OS << (double)APF.convertToFloat(); in emitDebugValueComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3094 float IEEEFloat::convertToFloat() const { in convertToFloat() function in llvm::detail::IEEEFloat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1596 Log = ConstantFP::get(Ty, std::log2(BaseF->convertToFloat())); in replacePowWithExp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2435 return Accuracy->getValueAPF().convertToFloat(); in getFPAccuracy()
DAsmWriter.cpp1319 double Val = isDouble ? APF.convertToDouble() : APF.convertToFloat(); in WriteConstantInternal()
DCore.cpp1351 return cFP->getValueAPF().convertToFloat(); in LLVMConstRealGetDouble()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2221 Value = FloatToBits(CN->getValueAPF().convertToFloat()); in get_VSPLTI_elt()