Searched defs:vf1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmember-function-pointer-calls.cpp4 virtual int vf1() { return 1; } function in struct:A
18 return f(&a, &A::vf1);
/external/clang/test/CodeGen/
H A DNontemporal.cpp14 float __attribute__((vector_size(16))) vf1, vf2; variable
32 __builtin_nontemporal_store(vf1, &vf2); // CHECK: store <4 x float>{{.*}}align 16, !nontemporal
46 vf2 = __builtin_nontemporal_load(&vf1); // CHECK: load <4 x float>{{.*}}align 16, !nontemporal
H A Dbuiltins-ppc-altivec.c8973 vector float vf1 = (vector float)(1.0); local
8975 res_i = (vf1 == vf2);
8979 res_i = (vf1 != vf2);
8983 res_i = (vf1 < vf2);
8987 res_i = (vf1 > vf2);
8991 res_i = (vf1 <= vf2);
8995 res_i = (vf1 >= vf2);

Completed in 182 milliseconds