Home
last modified time | relevance | path

Searched defs:f32 (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/clang/test/CodeGen/
H A Dms_struct.c5 int f32; member
12 int f32; member
19 int f32; member
H A Dmms-bitfields.c4 int f32; member
11 int f32; member
18 int f32; member
H A Dtbaa-class.cpp14 uint32_t f32; member in StructA
23 uint32_t f32; member in StructB
30 uint32_t f32; member in StructC
37 uint32_t f32; member in StructD
45 uint32_t f32; member in StructS
H A Dtbaa.cpp17 uint32_t f32; member
25 uint32_t f32; member
31 uint32_t f32; member
37 uint32_t f32; member
44 uint32_t f32; member
49 uint32_t f32; 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
[all...]
/llvm-project/mlir/test/CAPI/
H A Dquant.c90 MlirType f32 = mlirF32TypeGet(ctx); in testAnyQuantizedType() local
136 MlirType f32 = mlirF32TypeGet(ctx); in testUniformType() local
165 MlirType f32 = mlirF32TypeGet(ctx); in testUniformPerAxisType() local
214 MlirType f32 = mlirF32TypeGet(ctx); in testCalibratedType() local
/llvm-project/clang/test/Sema/
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 …u8, svuint16_t u16, svuint32_t u32, svuint64_t u64, svfloat16_t f16, svfloat32_t f32, svfloat64_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 Daarch64-sve-vector-subscript-ops.c9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in subscript()
/llvm-project/mlir/unittests/IR/
H A DShapedTypeTest.cpp26 Type f32 = FloatType::getF32(&context); TEST() local
73 Type f32 = FloatType::getF32(&context); TEST() local
113 Type f32 = FloatType::getF32(&context); TEST() local
136 Type f32 = FloatType::getF32(&context); TEST() local
194 Type f32 = FloatType::getF32(&context); TEST() local
[all...]
/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/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.m27 const char f32[] = @encode(__SVFloat32_t); function
/llvm-project/clang/test/PCH/
H A Daarch64-sve-types.c18 __SVFloat32_t *f32; global() variable
/llvm-project/clang/test/SemaObjC/
H A Daarch64-sve-types.m18 @property(nullable) __SVFloat32_t f32; // expected-error {{cannot be applied to non-pointer type}} property
/llvm-project/clang/test/CodeGenCXX/
H A Daarch64-sve-typeinfo.cpp19 auto &f32 = typeid(__SVFloat32_t); variable
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Demit_fill.py26 f32 = F32Type.get() variable
/llvm-project/clang/test/SemaCUDA/
H A Datomic-ops.cu30 … int i32, unsigned int u32, long long i64, unsigned long long u64, float f32, double f64) { in test_hip_atomic_store()

123