/llvm-project/clang/test/SemaCUDA/ |
H A D | bf16.cu | 12 __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 D | amdgpu-bf16.cu | 26 __bf16 bf16 = in; // r600-error {{__bf16 is not supported on this target}} in test() local
|
/llvm-project/clang/test/Sema/ |
H A D | arm-bfloat.cpp | 16 __bf16 bf16; in test() local 20 bf16 * bf16; in test() local 32 fp16 * bf16; in test() local
|
H A D | arm-neon-target.c | 26 …bf16(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 D | aarch64-neon-target.c | 35 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 D | Float16bits.h | 40 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 D | amdgpu-bf16.cu | 28 __bf16 bf16 = in; in test_arg() local 51 __bf16 bf16 = *in; in test_load() local
|
H A D | spirv-amdgcn-bf16.cu | 28 __bf16 bf16 = in; in test_arg() local 51 __bf16 bf16 = *in; in test_load() local
|
H A D | bf16.cu | 16 __bf16 bf16 = in; in test_arg() local
|
/llvm-project/clang/test/Sema/aarch64-sme2-intrinsics/ |
H A D | acle_sme2_b16b16.cpp | 7 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 D | acle_sve_bfloat.cpp | 7 …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 D | aarch64-sve-types.m | 32 const char bf16[] = @encode(__SVBfloat16_t); function
|
/llvm-project/clang/test/PCH/ |
H A D | aarch64-sve-types.c | 21 __SVBfloat16_t *bf16; global() variable
|
/llvm-project/clang/test/SemaObjC/ |
H A D | aarch64-sve-types.m | 21 @property(nullable) __SVBfloat16_t bf16; // expected-error {{cannot be applied to non-pointer type}} property
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aarch64-sve-typeinfo.cpp | 22 auto &bf16 = typeid(__SVBfloat16_t); variable
|
H A D | aarch64-sve-vector-init.cpp | 125 __SVBfloat16_t bf16{}; test_locals() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-sve.c |
|
/llvm-project/clang/test/Sema/aarch64-sve2-intrinsics/ |
H A D | acle_sve2_bfloat.cpp | 15 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 D | basic-16bit.s | 219 bf16 .L.test3 label
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | types.py | 68 bf16 = lambda: BF16Type.get() global() function
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | Float16bits.cpp | 141 bf16::bf16(float f) : bits(float2bfloat(f)) {} in bf16() function in bf16
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 700 MlirType bf16 = mlirBF16TypeGet(ctx); in printBuiltinTypes() local
|