| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 1441 idx = vec_all_ge(vsc, vsc); in test_compare() 1444 idx = vec_all_ge(vsc, vbc); in test_compare() 1447 idx = vec_all_ge(vbc, vsc); in test_compare() 1450 idx = vec_all_ge(vuc, vuc); in test_compare() 1453 idx = vec_all_ge(vuc, vbc); in test_compare() 1456 idx = vec_all_ge(vbc, vuc); in test_compare() 1459 idx = vec_all_ge(vbc, vbc); in test_compare() 1462 idx = vec_all_ge(vss, vss); in test_compare() 1465 idx = vec_all_ge(vss, vbs); in test_compare() 1468 idx = vec_all_ge(vbs, vss); in test_compare() [all …]
|
| H A D | builtins-systemz-zvector2-constrained.c | 219 idx = vec_all_ge(vf, vf); in test_compare() 222 idx = vec_all_ge(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector2.c | 324 idx = vec_all_ge(vf, vf); in test_compare() 327 idx = vec_all_ge(vd, vd); in test_compare()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 2707 res_i = vec_all_ge(vsll, vsll); in test_p8overloads_backwards_compat() 2711 res_i = vec_all_ge(vsll, vbll); in test_p8overloads_backwards_compat() 2715 res_i = vec_all_ge(vull, vull); in test_p8overloads_backwards_compat() 2719 res_i = vec_all_ge(vull, vbll); in test_p8overloads_backwards_compat() 2723 res_i = vec_all_ge(vbll, vsll); in test_p8overloads_backwards_compat() 2727 res_i = vec_all_ge(vbll, vull); in test_p8overloads_backwards_compat() 2731 res_i = vec_all_ge(vbll, vbll); in test_p8overloads_backwards_compat()
|
| H A D | builtins-ppc-altivec.c | 8087 res_i = vec_all_ge(vsc, vsc); in test6() 8091 res_i = vec_all_ge(vsc, vbc); in test6() 8095 res_i = vec_all_ge(vuc, vuc); in test6() 8099 res_i = vec_all_ge(vuc, vbc); in test6() 8115 res_i = vec_all_ge(vs, vs); in test6() 8119 res_i = vec_all_ge(vs, vbs); in test6() 8131 res_i = vec_all_ge(vbs, vs); in test6() 8143 res_i = vec_all_ge(vi, vi); in test6() 8147 res_i = vec_all_ge(vi, vbi); in test6() 8159 res_i = vec_all_ge(vbi, vi); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 241 vec_all_ge(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-p8vector.c | 486 res_i = vec_all_ge(vda, vda); in test1() 490 res_i = vec_all_ge(vfa, vfa); in test1()
|
| H A D | builtins-ppc-p10vector.c | 2133 return vec_all_ge(vsi128a, vsi128b); in test_vec_all_ge_s128() 2140 return vec_all_ge(vui128a, vui128b); in test_vec_all_ge_u128()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 3182 vec_all_ge(__vector signed char __a, __vector signed char __b) { in vec_all_ge() function 3190 vec_all_ge(__vector signed char __a, __vector __bool char __b) { in vec_all_ge() function 3198 vec_all_ge(__vector __bool char __a, __vector signed char __b) { in vec_all_ge() function 3229 vec_all_ge(__vector __bool char __a, __vector __bool char __b) { in vec_all_ge() function 3292 vec_all_ge(__vector signed int __a, __vector signed int __b) { in vec_all_ge() function 3300 vec_all_ge(__vector signed int __a, __vector __bool int __b) { in vec_all_ge() function 3308 vec_all_ge(__vector __bool int __a, __vector signed int __b) { in vec_all_ge() function 3323 vec_all_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_all_ge() function 3339 vec_all_ge(__vector __bool int __a, __vector __bool int __b) { in vec_all_ge() function 3403 vec_all_ge(__vector float __a, __vector float __b) { in vec_all_ge() function [all …]
|
| H A D | altivec.h | 14999 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 15004 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 15009 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool char __a, in vec_all_ge() function 15015 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 15020 static __inline__ int __ATTRS_o_ai vec_all_ge(vector short __a, in vec_all_ge() function 15057 static __inline__ int __ATTRS_o_ai vec_all_ge(vector int __a, in vec_all_ge() function 15072 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function 15077 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function 15082 static __inline__ int __ATTRS_o_ai vec_all_ge(vector bool int __a, in vec_all_ge() function 15129 static __inline__ int __ATTRS_o_ai vec_all_ge(vector float __a, in vec_all_ge() function [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | README_ALTIVEC.txt | 193 if (vec_all_ge(a, b))
|