/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 63 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 D | TypeIndex.cpp | 57 {"double*", SimpleTypeKind::Float64},
|
H A D | TypeRecordHelpers.cpp | 126 case SimpleTypeKind::Float64: in getSizeInBytesForTypeIndex()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 214 Float64 = 1 << 7, enumerator 216 LLVM_MARK_AS_BITMASK_ENUM(Float64),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPack.def | 55 HANDLE_MP_FIRST_BYTE(0xcb, Float64)
|
H A D | DXContainerConstants.def | 119 COMPONENT_TYPE(9, Float64)
|
H A D | Wasm.h | 332 uint64_t Float64; member
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 98 EW.write(FirstByte::Float64); in write()
|
H A D | MsgPackReader.cpp | 81 case FirstByte::Float64: in read()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 154 return BasicType::Float64; in ParseBasicType() 390 BasicType::Float64, BasicType::BFloat16}) { in createHeader()
|
H A D | NeonEmitter.cpp | 101 Float64, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 200 Float64, enumerator
|
H A D | RISCVVTypes.def | 440 //===- Float64 tuple types ------------------------------------------------===//
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 65 case SimpleTypeKind::Float64: in IsSimpleTypeSignedInteger()
|
H A D | PdbUtil.cpp | 953 case SimpleTypeKind::Float64: in GetCompilerTypeForSimpleKind() 1007 case SimpleTypeKind::Float64: in GetTypeSizeForSimpleKind()
|
H A D | SymbolFileNativePDB.cpp | 182 case SimpleTypeKind::Float64: in GetSimpleTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 245 case SimpleTypeKind::Float64: in getBuiltinType()
|
H A D | SymbolCache.cpp | 71 {codeview::SimpleTypeKind::Float64, PDB_BuiltinType::Float, 8},
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 661 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 D | WebAssemblyISelLowering.cpp | 464 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 D | SemaARM.cpp | 341 case NeonTypeFlags::Float64: in RFT() 384 case NeonTypeFlags::Float64: in getNeonEltType()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 148 writeUint64(OS, InitExpr.Inst.Value.Float64); in writeInitExpr()
|
H A D | WasmYAML.cpp | 448 IO.mapRequired("Value", Expr.Inst.Value.Float64); in mapping()
|
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 393 case BasicType::Float64: in applyBasicType()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 216 Expr.Inst.Value.Float64 = readFloat64(Ctx); in readInitExpr()
|