| /llvm-project-15.0.7/libclc/generic/include/math/ |
| H A D | ternary_intrin.inc | 6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
|
| H A D | binary_intrin.inc | 6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
|
| H A D | unary_intrin.inc | 6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16 f) __asm(__CLC_INTRINSIC ".v16f32");
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | target-builtin-error-3.c | 16 typedef __attribute__ ((ext_vector_type(16),__aligned__( 64))) float float16; typedef 20 static inline half16 __attribute__((__overloadable__)) convert_half( float16 a ) { in convert_half() 25 void avx_test( uint16_t *destData, float16 argbF) in avx_test()
|
| H A D | attr-arm-sve-vector-bits-types.c | 53 DEFINE_STRUCT(float16) 67 DEFINE_UNION(float16)
|
| H A D | ext-vector.c | 305 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef 307 float16 vec16, vec16_2;
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | opencl-c.h | 7129 float16 __ovld __cnfn fma(float16, float16, float16); 7271 float16 __ovld fract(float16, float16 *); 7795 float16 __ovld __cnfn mad(float16, float16, float16); 7880 float16 __ovld modf(float16, float16 *); 8367 float16 __ovld sincos(float16, float16 *); 10028 float16 __ovld __cnfn clamp(float16, float16, float16); 10184 float16 __ovld __cnfn mix(float16, float16, float16); 10303 float16 __ovld __cnfn smoothstep(float16, float16, float16); 10998 float16 __ovld __cnfn bitselect(float16, float16, float16); 18205 float16 __ovld amd_max3(float16 src0, float16 src1, float16 src2); [all …]
|
| H A D | opencl-c-base.h | 187 typedef float float16 __attribute__((ext_vector_type(16))); typedef 596 #define as_float16(x) __builtin_astype((x), float16)
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_atomic.cpp | 1245 MIN_MAX_CRITICAL(float16, max, QUAD_LEGACY, <, 16r, 1247 MIN_MAX_CRITICAL(float16, min, QUAD_LEGACY, >, 16r, 1335 ATOMIC_CRITICAL(float16, add, QUAD_LEGACY, +, 16r, 1337 ATOMIC_CRITICAL(float16, sub, QUAD_LEGACY, -, 16r, 1339 ATOMIC_CRITICAL(float16, mul, QUAD_LEGACY, *, 16r, 1341 ATOMIC_CRITICAL(float16, div, QUAD_LEGACY, /, 16r, 1344 ATOMIC_CRITICAL(float16, add_a16, Quad_a16_t, +, 16r, 1346 ATOMIC_CRITICAL(float16, sub_a16, Quad_a16_t, -, 16r, 1348 ATOMIC_CRITICAL(float16, mul_a16, Quad_a16_t, *, 16r, 1350 ATOMIC_CRITICAL(float16, div_a16, Quad_a16_t, /, 16r, [all …]
|
| /llvm-project-15.0.7/libclc/generic/lib/relational/ |
| H A D | isequal.cl | 13 _CLC_DEFINE_ISEQUAL(int16, isequal, float16, float16)
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | vector-cast.c | 51 typedef float float16 __attribute__((__vector_size__(16))); typedef 81 …vUInt32 counter = (float16){0.0f, 0.0f, 0.0f, 0.0f}; // expected-warning {{incompatible vector typ… in f6()
|
| H A D | ext_vector_components.c | 6 typedef __attribute__(( ext_vector_type(16) )) float float16; typedef 14 float16 vec16; in test()
|
| /llvm-project-15.0.7/mlir/test/python/ |
| H A D | execution_engine.py | 286 arg1 = np.array([11.]).astype(np.float16) 287 arg2 = np.array([22.]).astype(np.float16) 288 arg3 = np.array([0.]).astype(np.float16)
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | test_tensor_types.py | 16 pt.int8, pt.int16, pt.int32, pt.int64, pt.float16, pt.float32, pt.float64
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/tools/ |
| H A D | mlir_pytaco_api.py | 42 float16 = mlir_pytaco.DType(mlir_pytaco.Type.FLOAT16) variable
|
| H A D | mlir_pytaco_utils.py | 91 (np.float16, c_lib.convertToMLIRSparseTensorF16,
|
| /llvm-project-15.0.7/libclc/generic/include/clc/ |
| H A D | clctypes.h | 77 typedef __attribute__((ext_vector_type(16))) float float16; typedef
|
| H A D | as_type.h | 59 #define as_float16(x) __builtin_astype(x, float16)
|
| /llvm-project-15.0.7/libclc/generic/include/clc/relational/ |
| H A D | floatn.inc | 32 #define __CLC_FLOATN float16
|
| /llvm-project-15.0.7/mlir/python/mlir/runtime/ |
| H A D | np_to_memref.py | 32 if dtp is np.dtype(np.float16):
|
| /llvm-project-15.0.7/libclc/generic/include/clc/math/ |
| H A D | gentype.inc | 44 #define __CLC_GENTYPE float16
|
| /llvm-project-15.0.7/mlir/test/Conversion/FuncToSPIRV/ |
| H A D | types-to-spirv.mlir | 132 // CHECK-LABEL: spv.func @float16 134 // NOEMU-LABEL: func @float16 136 func.func @float16(%arg0: f16) { return } 154 // CHECK-LABEL: spv.func @float16 156 // NOEMU-LABEL: spv.func @float16 158 func.func @float16(%arg0: f16) { return }
|
| /llvm-project-15.0.7/libclc/generic/include/clc/async/ |
| H A D | gentype.inc | 138 #define __CLC_GENTYPE float16
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | array_attributes.py | 175 array = np.array([[2.0, 4.0, 8.0], [16.0, 32.0, 64.0]], dtype=np.float16)
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | amdgpu-alignment.cl | 42 typedef float __attribute__((ext_vector_type(16))) float16; 179 volatile local float16 lds_v16f32[4]; 279 volatile local float16* lds_v16f32, 466 volatile private float16 private_v16f32[4];
|