/llvm-project/clang/test/Sema/ |
H A D | aarch64-sve-vector-bitwise-ops.c | 9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in and() 137 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in or() 264 …6, svuint32_t u32, svuint64_t u64, svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, svbool_t b) { in xor() 390 void not(svfloat16_t f16, svfloat32_t f32, svfloat32_t f64) { in not()
|
H A D | aarch64-sve-vector-compare-ops.c | 9 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 D | aarch64-sve-vector-arith-ops.c | 13 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 D | aarch64-sve-vector-shift-ops.c | 9 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 D | aarch64-sve-vector-subscript-ops.c | 9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in subscript()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ms_struct.c | 6 long long f64; member 13 long long f64[4]; member
|
H A D | mms-bitfields.c | 5 long long f64; member 12 long long f64[4]; member
|
H A D | aarch64-debug-sve-vectorx3-types.c |
|
H A D | aarch64-debug-sve-vectorx2-types.c |
|
H A D | aarch64-debug-sve-vectorx4-types.c |
|
H A D | aarch64-debug-sve-vector-types.c |
|
H A D | aarch64-sve.c |
|
H A D | nofpclass.c | 1090 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/AST/ |
H A D | variadic-promotion.c | 12 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | aarch64-sve-vector-conditional-op.cpp | 9 svfloat16_t f16, svfloat32_t f32, svfloat64_t f64, in cond()
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | aarch64-sve-types.m | 29 const char f64[] = @encode(__SVFloat64_t); function
|
/llvm-project/clang/test/PCH/ |
H A D | aarch64-sve-types.c | 19 __SVFloat64_t *f64; global() variable
|
/llvm-project/clang/test/SemaObjC/ |
H A D | aarch64-sve-types.m | 19 @property(nullable) __SVFloat64_t f64; // expected-error {{cannot be applied to non-pointer type}} property
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | aarch64-sve-typeinfo.cpp | 20 auto &f64 = typeid(__SVFloat64_t); variable
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | atomic-ops.cu | 30 … int i32, unsigned int u32, long long i64, unsigned long long u64, float f32, double f64) { in test_hip_atomic_store()
|
H A D | spirv-amdgcn-atomic-ops.cu | 30 … int i32, unsigned int u32, long long i64, unsigned long long u64, float f32, double f64) { in test_hip_atomic_store()
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | vector-compat-ternary.c | 168 int f64(vector double a, vector double b) { in f64() function
|
H A D | vector-compat.c | 150 vector long long f64(vector double a, vector double b) { in f64() function
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | types.py | 67 f64 = lambda: F64Type.get() global() function
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | emit_matmul.py | 40 f64 = F64Type.get() variable
|