Home
last modified time | relevance | path

Searched defs:f16 (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project/clang/test/Sema/
H A Daarch64-fp16-target.c9 void test_fullfp16(float16_t f16) { in test_fullfp16()
14 void fp16(float16_t f16) { in fp16()
19 void test_fp16_arch(float16_t f16) { in test_fp16_arch()
24 void test_plusfp16(float16_t f16) { in test_plusfp16()
28 void undefined(float16_t f16) { in undefined()
H A Daarch64-sve-vector-bitwise-ops.c9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in and()
137 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in or()
264 …t i64, svuint8_t u8, svuint16_t u16, svuint32_t u32, svuint64_t u64, svfloat16_t f16, svfloat32_t … in xor()
390 void not(svfloat16_t f16, svfloat32_t f32, svfloat32_t f64) { in not()
H A Daarch64-sve-vector-compare-ops.c9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in eq()
135 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in neq()
261 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in lt()
387 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in leq()
513 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in gt()
639 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in geq()
H A Daarch64-sve-vector-arith-ops.c13 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in add()
152 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in sub()
291 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in mul()
430 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in div()
569 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in mod()
H A Daarch64-sve-vector-shift-ops.c9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in lshift()
298 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in rshift()
H A Dconversion-target-dep.c9 _Float16 f16; variable
H A Daarch64-sve-vector-subscript-ops.c9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in subscript()
/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DFloat16bits.h35 struct MLIR_FLOAT16_EXPORT f16 { struct
47 MLIR_FLOAT16_EXPORT std::ostream &operator<<(std::ostream &os, const f16 &f); argument
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp13 uint16_t f16; member in StructA
21 uint16_t f16; member in StructB
28 uint16_t f16; member in StructC
35 uint16_t f16; member in StructD
44 uint16_t f16; member in StructS
H A Dtbaa.cpp16 uint16_t f16; member
23 uint16_t f16; member
29 uint16_t f16; member
35 uint16_t f16; member
43 uint16_t f16; member
48 uint16_t f16; member
H A Daarch64-debug-sve-vectorx3-types.c
H A Daarch64-debug-sve-vectorx2-types.c
H A Daarch64-debug-sve-vectorx4-types.c
H A Daarch64-debug-sve-vector-types.c
H A Daarch64-sve.c
H A Dnofpclass.c1090 float call_variadic(float f32, double f64, _Float16 f16, in call_variadic() argument
1349 float call_variadic_indirect(float fptr(float, ...), float f32, double f64, _Float16 f16, in call_variadic_indirect() argument
/llvm-project/clang/test/CodeGen/X86/
H A Davx512fp16-complex-abi.c4 _Complex _Float16 f16(_Complex _Float16 A, _Complex _Float16 B) { in f16() function
/llvm-project/clang/test/AST/
H A Dvariadic-promotion.c12 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
/llvm-project/clang/test/Driver/
H A Dattr-availability-fuchsia.c32 void f16(void) { in f16() function
/llvm-project/clang/test/Index/
H A Dlinkage.c17 void f16(void) { in f16() function
/llvm-project/clang/test/SemaCXX/
H A Daarch64-sve-vector-conditional-op.cpp9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in cond()
/llvm-project/clang/test/CodeGenObjC/
H A Daarch64-sve-types.m25 const char f16[] = @encode(__SVFloat16_t); function
/llvm-project/clang/test/PCH/
H A Daarch64-sve-types.c17 __SVFloat16_t *f16; global() variable
/llvm-project/clang/test/SemaObjC/
H A Daarch64-sve-types.m17 @property(nullable) __SVFloat16_t f16; // expected-error {{cannot be applied to non-pointer type}} property
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-typeinfo.cpp18 auto &f16 = typeid(__SVFloat16_t); variable

1234