Home
last modified time | relevance | path

Searched refs:Float64 (Results 1 – 25 of 29) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h63 Float64 = 0x0041, // 64 bit real enumerator
196 static TypeIndex Float64() { return TypeIndex(SimpleTypeKind::Float64); } in Float64() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp57 {"double*", SimpleTypeKind::Float64},
H A DTypeRecordHelpers.cpp126 case SimpleTypeKind::Float64: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h197 Float64 = 1 << 6, enumerator
199 LLVM_MARK_AS_BITMASK_ENUM(Float64),
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def55 HANDLE_MP_FIRST_BYTE(0xcb, Float64)
H A DWasm.h100 uint64_t Float64; member
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp98 EW.write(FirstByte::Float64); in write()
H A DMsgPackReader.cpp80 case FirstByte::Float64: in read()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h187 Float64, enumerator
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DRISCVVEmitter.cpp153 return BasicType::Float64; in ParseBasicType()
391 auto T = TypeCache.computeType(BasicType::Float64, Log2LMUL, in createHeader()
H A DNeonEmitter.cpp101 Float64, enumerator
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriterUtils.cpp179 writeU64(os, initExpr.Value.Float64, "literal (f64)"); in writeInitExprMVP()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp65 case SimpleTypeKind::Float64: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp949 case SimpleTypeKind::Float64: in GetCompilerTypeForSimpleKind()
1003 case SimpleTypeKind::Float64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp179 case SimpleTypeKind::Float64: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp245 case SimpleTypeKind::Float64: in getBuiltinType()
H A DSymbolCache.cpp71 {codeview::SimpleTypeKind::Float64, PDB_BuiltinType::Float, 8},
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp232 if (BaseType == BasicType::Float64 && !HasVectorFloat64) in InitIntrinsicList()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp439 bool Float64, unsigned LoweredOpcode) { in LowerFPToInt() argument
445 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt()
446 unsigned FConst = Float64 ? WebAssembly::CONST_F64 : WebAssembly::CONST_F32; in LowerFPToInt()
447 unsigned LT = Float64 ? WebAssembly::LT_F64 : WebAssembly::LT_F32; in LowerFPToInt()
448 unsigned GE = Float64 ? WebAssembly::GE_F64 : WebAssembly::GE_F32; in LowerFPToInt()
456 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp594 addAvailableCaps({Capability::Float16, Capability::Float64}); in initAvailableCapabilities()
715 Reqs.addCapability(SPIRV::Capability::Float64); in addInstrRequirements()
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp356 case BasicType::Float64: in applyBasicType()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst159 Float64 = 0x0041, // 64 bit real
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp148 writeUint64(OS, InitExpr.Inst.Value.Float64); in writeInitExpr()
H A DWasmYAML.cpp444 IO.mapRequired("Value", Expr.Inst.Value.Float64); in mapping()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp182 Expr.Inst.Value.Float64 = readFloat64(Ctx); in readInitExpr()

12