Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp57 {"double*", SimpleTypeKind::Float64},
H A DTypeRecordHelpers.cpp126 case SimpleTypeKind::Float64: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h214 Float64 = 1 << 7, enumerator
216 LLVM_MARK_AS_BITMASK_ENUM(Float64),
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def55 HANDLE_MP_FIRST_BYTE(0xcb, Float64)
H A DDXContainerConstants.def119 COMPONENT_TYPE(9, Float64)
H A DWasm.h332 uint64_t Float64; member
/freebsd/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/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp154 return BasicType::Float64; in ParseBasicType()
390 BasicType::Float64, BasicType::BFloat16}) { in createHeader()
H A DNeonEmitter.cpp101 Float64, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h200 Float64, enumerator
H A DRISCVVTypes.def440 //===- Float64 tuple types ------------------------------------------------===//
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp661 addAvailableCaps({Capability::Float16, Capability::Float64}); in initAvailableCapabilitiesForOpenCL()
679 Capability::Float64, Capability::GroupNonUniform}); in initAvailableCapabilitiesForVulkan()
875 Reqs.addCapability(SPIRV::Capability::Float64); in addInstrRequirements()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp464 bool Float64, unsigned LoweredOpcode) { in LowerFPToInt() argument
470 unsigned Abs = Float64 ? WebAssembly::ABS_F64 : WebAssembly::ABS_F32; in LowerFPToInt()
471 unsigned FConst = Float64 ? WebAssembly::CONST_F64 : WebAssembly::CONST_F32; in LowerFPToInt()
472 unsigned LT = Float64 ? WebAssembly::LT_F64 : WebAssembly::LT_F32; in LowerFPToInt()
473 unsigned GE = Float64 ? WebAssembly::GE_F64 : WebAssembly::GE_F32; in LowerFPToInt()
481 Type *Ty = Float64 ? Type::getDoubleTy(Context) : Type::getFloatTy(Context); in LowerFPToInt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp341 case NeonTypeFlags::Float64: in RFT()
384 case NeonTypeFlags::Float64: in getNeonEltType()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp148 writeUint64(OS, InitExpr.Inst.Value.Float64); in writeInitExpr()
H A DWasmYAML.cpp448 IO.mapRequired("Value", Expr.Inst.Value.Float64); in mapping()
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp393 case BasicType::Float64: in applyBasicType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp216 Expr.Inst.Value.Float64 = readFloat64(Ctx); in readInitExpr()

12