Home
last modified time | relevance | path

Searched defs:bf16 (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang/test/SemaCUDA/
H A Dbf16.cu12 __bf16 bf16 = in; // No error on using the type itself. in test() local
16 bf16 * bf16; in test() local
26 fp16 * bf16; in test() local
H A Damdgpu-bf16.cu26 __bf16 bf16 = in; // r600-error {{__bf16 is not supported on this target}} in test() local
/llvm-project/clang/test/Sema/
H A Darm-bfloat.cpp16 __bf16 bf16; in test() local
20 bf16 * bf16; in test() local
32 fp16 * bf16; in test() local
H A Darm-neon-target.c26bf16(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float… in bf16() function
47 … v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, bfloat16x4_t v4bf16, __bf16 bf16) { in undefined()
H A Daarch64-neon-target.c35 void bf16(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, bfloat16x4_t v4bf16, __bf16 bf16) { in bf16() argument
69 void undefined(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, float64x2_t v2f64, bfloat16x4_t v4bf16, __bf16 bf16, poly64_t poly64, poly64x2_t poly64x2) { in undefined() argument
[all...]
/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DFloat16bits.h40 struct MLIR_FLOAT16_EXPORT bf16 { struct
49 MLIR_FLOAT16_EXPORT std::ostream &operator<<(std::ostream &os, const bf16 &d); argument
/llvm-project/clang/test/CodeGenCUDA/
H A Damdgpu-bf16.cu28 __bf16 bf16 = in; in test_arg() local
51 __bf16 bf16 = *in; in test_load() local
H A Dspirv-amdgcn-bf16.cu28 __bf16 bf16 = in; in test_arg() local
51 __bf16 bf16 = *in; in test_load() local
H A Dbf16.cu16 __bf16 bf16 = in; in test_arg() local
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/
H A Dacle_sme2_b16b16.cpp7 void test_b16b16( svbfloat16_t bf16, svbfloat16x2_t bf16x2, svbfloat16x4_t bf16x4) __arm_streaming in test_b16b16() argument
[all...]
/llvm-project/clang/test/Sema/aarch64-sve-intrinsics/
H A Dacle_sve_bfloat.cpp7 …nt64_t i64, const bfloat16_t *const_bf16_ptr, bfloat16_t *bf16_ptr, svbfloat16_t bf16, svbfloat16x… in test_bfloat()
/llvm-project/clang/test/CodeGenObjC/
H A Daarch64-sve-types.m32 const char bf16[] = @encode(__SVBfloat16_t); function
/llvm-project/clang/test/PCH/
H A Daarch64-sve-types.c21 __SVBfloat16_t *bf16; global() variable
/llvm-project/clang/test/SemaObjC/
H A Daarch64-sve-types.m21 @property(nullable) __SVBfloat16_t bf16; // expected-error {{cannot be applied to non-pointer type}} property
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-typeinfo.cpp22 auto &bf16 = typeid(__SVBfloat16_t); variable
H A Daarch64-sve-vector-init.cpp125 __SVBfloat16_t bf16{}; test_locals() local
/llvm-project/clang/test/CodeGen/
H A Daarch64-sve.c
/llvm-project/clang/test/Sema/aarch64-sve2-intrinsics/
H A Dacle_sve2_bfloat.cpp15 void test_bfloat(const bfloat16_t *const_bf16_ptr, svbfloat16_t bf16, svbfloat16x2_t bf16x2) in test_bfloat() argument
[all...]
/llvm-project/llvm/test/MC/CSKY/
H A Dbasic-16bit.s219 bf16 .L.test3 label
/llvm-project/mlir/python/mlir/extras/
H A Dtypes.py68 bf16 = lambda: BF16Type.get() global() function
/llvm-project/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp141 bf16::bf16(float f) : bits(float2bfloat(f)) {} in bf16() function in bf16
/llvm-project/mlir/test/CAPI/
H A Dir.c700 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes() local