Home
last modified time | relevance | path

Searched refs:ff3 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Di64arg.ll20 ; CHECK-DAG: lw $25, %call16(ff3)
26 tail call void @ff3(i32 %i, i64 %ll, i32 %sub, i64 %ll1) nounwind
34 declare void @ff3(i32, i64, i32, i64)
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dformat-arg-attribute.m28 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2))); function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c126 float ff3(_Atomic(float) *d) { in ff3() function
H A Datomic-ops.c178 float ff3(_Atomic(float) *d) { in ff3() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dzvector2.c26 __vector float ff3; variable
H A Dzvector.c55 __vector float ff3; // expected-error {{cannot use 'float' with '__vector'}} variable
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Datomic-ops.cl187 float ff3(atomic_float *d) {
188 // CHECK-LABEL: @ff3