Home
last modified time | relevance | path

Searched refs:ff2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dzvector2.c38 ff = ff2; in foo()
75 ++ff2; in foo()
78 --ff2; in foo()
81 ff = +ff2; in foo()
83 ff = -ff2; in foo()
91 ff = ff + ff2; in foo()
95 ff += ff2; in foo()
99 ff = ff - ff2; in foo()
103 ff -= ff2; in foo()
111 ff *= ff2; in foo()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector2.c12 ff = ff2; in test_assign()
20 ff = +ff2; in test_pos()
28 ff = -ff2; in test_neg()
36 ++ff2; in test_preinc()
44 ff2++; in test_postinc()
52 --ff2; in test_predec()
60 ff2--; in test_postdec()
78 ff += ff2; in test_add_assign()
96 ff -= ff2; in test_sub_assign()
114 ff *= ff2; in test_mul_assign()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Di64arg.ll14 ; CHECK-DAG: lw $25, %call16(ff2)
18 tail call void @ff2(i64 %ll, double 3.000000e+00) nounwind
32 declare void @ff2(i64, double)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c120 void ff2(_Atomic(float) *d) { in ff2() function
H A Datomic-ops.c172 void ff2(_Atomic(float) *d) { in ff2() function
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Datomic-ops.cl181 void ff2(atomic_float *d) {
182 // CHECK-LABEL: @ff2