Searched refs:vec_load_len (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector2.c | 209 vf = vec_load_len(cptrf, idx); in test_core() 212 vd = vec_load_len(cptrd, idx); in test_core()
|
| H A D | builtins-systemz-zvector.c | 638 vsc = vec_load_len(cptrsc, idx); in test_core() 641 vuc = vec_load_len(cptruc, idx); in test_core() 644 vss = vec_load_len(cptrss, idx); in test_core() 647 vus = vec_load_len(cptrus, idx); in test_core() 650 vsi = vec_load_len(cptrsi, idx); in test_core() 653 vui = vec_load_len(cptrui, idx); in test_core() 656 vsl = vec_load_len(cptrsl, idx); in test_core() 659 vul = vec_load_len(cptrul, idx); in test_core() 662 vd = vec_load_len(cptrd, idx); in test_core()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 1490 vec_load_len(const signed char *__ptr, unsigned int __len) { in vec_load_len() function 1495 vec_load_len(const unsigned char *__ptr, unsigned int __len) { in vec_load_len() function 1500 vec_load_len(const signed short *__ptr, unsigned int __len) { in vec_load_len() function 1505 vec_load_len(const unsigned short *__ptr, unsigned int __len) { in vec_load_len() function 1510 vec_load_len(const signed int *__ptr, unsigned int __len) { in vec_load_len() function 1515 vec_load_len(const unsigned int *__ptr, unsigned int __len) { in vec_load_len() function 1520 vec_load_len(const signed long long *__ptr, unsigned int __len) { in vec_load_len() function 1525 vec_load_len(const unsigned long long *__ptr, unsigned int __len) { in vec_load_len() function 1531 vec_load_len(const float *__ptr, unsigned int __len) { in vec_load_len() function 1537 vec_load_len(const double *__ptr, unsigned int __len) { in vec_load_len() function
|