Searched refs:bfloat16 (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | bfloat16.h | 33 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 D | cast.h | 34 if constexpr (cpp::is_same_v<OutType, bfloat16> || in cast() 35 cpp::is_same_v<InType, bfloat16> in cast()
|
| H A D | dyadic_float.h | 412 if constexpr (cpp::is_same_v<T, bfloat16> in as()
|
| H A D | FPBits.h | 813 else if constexpr (cpp::is_same_v<UnqualT, bfloat16>)
|
| /freebsd/contrib/llvm-project/libc/src/__support/macros/properties/ |
| H A D | types.h | 70 using bfloat16 = LIBC_NAMESPACE::fputil::BFloat16; variable
|
| /freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/ |
| H A D | is_floating_point.h | 40 bfloat16>();
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypes.td | 119 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 D | arm_neon_incl.td | 220 // b: bfloat16
|
| H A D | riscv_vector_common.td | 44 // y: bfloat16_t (bfloat16)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 1739 // 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 D | SPIRVBuiltins.td | 1438 !not(!eq(!find(name, "bfloat16"), -1))); 1526 defm : DemangledBF16ConvertBuiltin<"bfloat16", "_as_ushort">;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedAmpere1.td | 855 // FP data processing, bfloat16 format
|
| H A D | AArch64SchedAmpere1B.td | 821 // FP data processing, bfloat16 format
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFragmentsSIMD.td | 823 // cvt fp to bfloat16
|
| H A D | X86.td | 160 "Support bfloat16 floating point",
|