HomeSort by relevance Sort by last modified time
    Searched refs:f1_2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
x86_32-arguments-win32.c 4 // CHECK-LABEL: define void @f1_2(%struct.s1* byval align 4 %a0)
10 void f1_2(struct s1 a0) {} function
arm-vector-arguments.c 28 // CHECK: define void @f1_2(<8 x float>* noalias sret %{{.*}}, <8 x float> %{{.*}})
29 T_float32x8 f1_2(T_float32x8 a0) { return a0; } function
arm64-arguments.c 185 // CHECK: define void @f1_2(<8 x float>* noalias sret %{{.*}}, <8 x float>*)
186 T_float32x8 f1_2(T_float32x8 a0) { return a0; } function

Completed in 58 milliseconds