Searched refs:mem_vectype (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-builtins.h | 322 tree ix86_vectorize_builtin_gather (const_tree mem_vectype,
|
H A D | i386-builtins.c | 1706 ix86_vectorize_builtin_gather (const_tree mem_vectype, in ix86_vectorize_builtin_gather() argument 1735 switch (TYPE_MODE (mem_vectype)) in ix86_vectorize_builtin_gather()
|
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-builtins.h | 319 tree ix86_vectorize_builtin_gather (const_tree mem_vectype,
|
H A D | i386-builtins.cc | 1782 ix86_vectorize_builtin_gather (const_tree mem_vectype, in ix86_vectorize_builtin_gather() argument 1789 || (known_eq (TYPE_VECTOR_SUBPARTS (mem_vectype), 2u) in ix86_vectorize_builtin_gather() 1791 : (known_eq (TYPE_VECTOR_SUBPARTS (mem_vectype), 4u) in ix86_vectorize_builtin_gather() 1816 switch (TYPE_MODE (mem_vectype)) in ix86_vectorize_builtin_gather()
|
H A D | i386-builtins.c | 1706 ix86_vectorize_builtin_gather (const_tree mem_vectype, in ix86_vectorize_builtin_gather() argument 1735 switch (TYPE_MODE (mem_vectype)) in ix86_vectorize_builtin_gather()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | target.def | 2000 "Target builtin that implements vector gather operation. @var{mem_vectype}\n\ 2006 (const_tree mem_vectype, const_tree index_type, int scale),
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | target.def | 2031 "Target builtin that implements vector gather operation. @var{mem_vectype}\n\ 2037 (const_tree mem_vectype, const_tree index_type, int scale),
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 6109 @deftypefn {Target Hook} tree TARGET_VECTORIZE_BUILTIN_GATHER (const_tree @var{mem_vectype}, const_… 6110 Target builtin that implements vector gather operation. @var{mem_vectype}
|
/netbsd/external/gpl3/gcc/dist/gcc/doc/ |
H A D | tm.texi | 6232 @deftypefn {Target Hook} tree TARGET_VECTORIZE_BUILTIN_GATHER (const_tree @var{mem_vectype}, const_… 6233 Target builtin that implements vector gather operation. @var{mem_vectype}
|