Home
last modified time | relevance | path

Searched refs:bfloat16 (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Dbfloat16.h33 bits = fputil::cast<bfloat16>(value).bits; in BFloat16()
46 bits = xd.template as<bfloat16, /*ShouldSignalExceptions=*/true>().bits; in BFloat16()
49 bits = fputil::cast<bfloat16>(static_cast<float>(value)).bits; in BFloat16()
H A Dcast.h34 if constexpr (cpp::is_same_v<OutType, bfloat16> || in cast()
35 cpp::is_same_v<InType, bfloat16> in cast()
H A Ddyadic_float.h412 if constexpr (cpp::is_same_v<T, bfloat16> in as()
H A DFPBits.h813 else if constexpr (cpp::is_same_v<UnqualT, bfloat16>)
/freebsd/contrib/llvm-project/libc/src/__support/macros/properties/
H A Dtypes.h70 using bfloat16 = LIBC_NAMESPACE::fputil::BFloat16; variable
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_floating_point.h40 bfloat16>();
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypes.td119 let summary = "CIR bfloat16 16-bit float type";
121 A 16-bit floating-point type in the bfloat16 format, which is the same as
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td220 // b: bfloat16
H A Driscv_vector_common.td44 // y: bfloat16_t (bfloat16)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td1739 // MMA Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions.
1776 // MMA+ Reduced-Precision: bfloat16 Outer Product Intrinsic Definitions.
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1438 !not(!eq(!find(name, "bfloat16"), -1)));
1526 defm : DemangledBF16ConvertBuiltin<"bfloat16", "_as_ushort">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1.td855 // FP data processing, bfloat16 format
H A DAArch64SchedAmpere1B.td821 // FP data processing, bfloat16 format
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td823 // cvt fp to bfloat16
H A DX86.td160 "Support bfloat16 floating point",