| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 1989 idx = vec_any_ge(vsc, vsc); in test_compare() 1992 idx = vec_any_ge(vsc, vbc); in test_compare() 1995 idx = vec_any_ge(vbc, vsc); in test_compare() 1998 idx = vec_any_ge(vuc, vuc); in test_compare() 2001 idx = vec_any_ge(vuc, vbc); in test_compare() 2004 idx = vec_any_ge(vbc, vuc); in test_compare() 2007 idx = vec_any_ge(vbc, vbc); in test_compare() 2010 idx = vec_any_ge(vss, vss); in test_compare() 2013 idx = vec_any_ge(vss, vbs); in test_compare() 2016 idx = vec_any_ge(vbs, vss); in test_compare() [all …]
|
| H A D | builtins-systemz-zvector2-constrained.c | 303 idx = vec_any_ge(vf, vf); in test_compare() 306 idx = vec_any_ge(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector-constrained.c | 164 idx = vec_any_ge(vd, vd); in test_compare()
|
| H A D | builtins-systemz-zvector2.c | 408 idx = vec_any_ge(vf, vf); in test_compare() 411 idx = vec_any_ge(vd, vd); in test_compare()
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | builtins-ppc-vsx.c | 2823 res_i = vec_any_ge(vsll, vsll); in test_p8overloads_backwards_compat() 2827 res_i = vec_any_ge(vsll, vbll); in test_p8overloads_backwards_compat() 2831 res_i = vec_any_ge(vull, vull); in test_p8overloads_backwards_compat() 2835 res_i = vec_any_ge(vull, vbll); in test_p8overloads_backwards_compat() 2839 res_i = vec_any_ge(vbll, vsll); in test_p8overloads_backwards_compat() 2843 res_i = vec_any_ge(vbll, vull); in test_p8overloads_backwards_compat() 2847 res_i = vec_any_ge(vbll, vbll); in test_p8overloads_backwards_compat()
|
| H A D | builtins-ppc-altivec.c | 8664 res_i = vec_any_ge(vsc, vsc); in test6() 8668 res_i = vec_any_ge(vsc, vbc); in test6() 8672 res_i = vec_any_ge(vuc, vuc); in test6() 8676 res_i = vec_any_ge(vuc, vbc); in test6() 8692 res_i = vec_any_ge(vs, vs); in test6() 8696 res_i = vec_any_ge(vs, vbs); in test6() 8708 res_i = vec_any_ge(vbs, vs); in test6() 8720 res_i = vec_any_ge(vi, vi); in test6() 8724 res_i = vec_any_ge(vi, vbi); in test6() 8736 res_i = vec_any_ge(vbi, vi); in test6() [all …]
|
| H A D | builtins-ppc-32bit-vec-ll.c | 265 vec_any_ge(vsll1, vsll2); in test()
|
| H A D | builtins-ppc-p8vector.c | 526 res_i = vec_any_ge(vda, vda); in test1() 530 res_i = vec_any_ge(vfa, vfa); in test1()
|
| H A D | builtins-ppc-p10vector.c | 2035 return vec_any_ge(vsi128a, vsi128b); in test_vec_any_ge_s128() 2042 return vec_any_ge(vui128a, vui128b); in test_vec_any_ge_u128()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 4734 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge() function 4742 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge() function 4750 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge() function 4781 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge() function 4844 vec_any_ge(__vector signed int __a, __vector signed int __b) { in vec_any_ge() function 4852 vec_any_ge(__vector signed int __a, __vector __bool int __b) { in vec_any_ge() function 4860 vec_any_ge(__vector __bool int __a, __vector signed int __b) { in vec_any_ge() function 4875 vec_any_ge(__vector unsigned int __a, __vector __bool int __b) { in vec_any_ge() function 4891 vec_any_ge(__vector __bool int __a, __vector __bool int __b) { in vec_any_ge() function 4955 vec_any_ge(__vector float __a, __vector float __b) { in vec_any_ge() function [all …]
|
| H A D | altivec.h | 16251 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16257 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16263 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 16269 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 16274 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 16312 static __inline__ int __ATTRS_o_ai vec_any_ge(vector int __a, in vec_any_ge() function 16328 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function 16334 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function 16340 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool int __a, in vec_any_ge() function 16389 static __inline__ int __ATTRS_o_ai vec_any_ge(vector float __a, in vec_any_ge() function [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | README_ALTIVEC.txt | 195 if (vec_any_ge(a,b))
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2742 vec_any_ge(*(const __vector unsigned char *)CurPtr, LongUTF))) in SkipBlockComment()
|