Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp57 {"double*", SimpleTypeKind::Float64},
H A DTypeRecordHelpers.cpp126 case SimpleTypeKind::Float64: in getSizeInBytesForTypeIndex()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h214 Float64 = 1 << 7, enumerator
216 LLVM_MARK_AS_BITMASK_ENUM(Float64),
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def55 HANDLE_MP_FIRST_BYTE(0xcb, Float64)
H A DDXContainerConstants.def102 COMPONENT_TYPE(9, Float64)
H A DWasm.h295 uint64_t Float64; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp98 EW.write(FirstByte::Float64); in write()
H A DMsgPackReader.cpp81 case FirstByte::Float64: in read()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp152 return BasicType::Float64; in ParseBasicType()
392 BasicType::Float64, BasicType::BFloat16}) { in createHeader()
H A DNeonEmitter.cpp101 Float64, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h200 Float64, enumerator
H A DRISCVVTypes.def440 //===- Float64 tuple types -------------------------------------------------===//
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp65 case SimpleTypeKind::Float64: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp953 case SimpleTypeKind::Float64: in GetCompilerTypeForSimpleKind()
1007 case SimpleTypeKind::Float64: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp182 case SimpleTypeKind::Float64: in GetSimpleTypeName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp585 addAvailableCaps({Capability::Float16, Capability::Float64}); in initAvailableCapabilitiesForOpenCL()
603 Capability::Float64}); in initAvailableCapabilitiesForVulkan()
723 Reqs.addCapability(SPIRV::Capability::Float64); in addInstrRequirements()
H A DSPIRVSymbolicOperands.td332 defm Float64 : CapabilityOperand<10, 0, 0, [], []>;
/freebsd-14.2/contrib/llvm-project/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},
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp452 bool Float64, unsigned LoweredOpcode) { in LowerFPToInt() argument
458 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt()
459 unsigned FConst = Float64 ? WebAssembly::CONST_F64 : WebAssembly::CONST_F32; in LowerFPToInt()
460 unsigned LT = Float64 ? WebAssembly::LT_F64 : WebAssembly::LT_F32; in LowerFPToInt()
461 unsigned GE = Float64 ? WebAssembly::GE_F64 : WebAssembly::GE_F32; in LowerFPToInt()
469 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp393 case BasicType::Float64: in applyBasicType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp445 IO.mapRequired("Value", Expr.Inst.Value.Float64); in mapping()
H A DWasmEmitter.cpp148 writeUint64(OS, InitExpr.Inst.Value.Float64); in writeInitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp193 Expr.Inst.Value.Float64 = readFloat64(Ctx); in readInitExpr()

12