Home
last modified time | relevance | path

Searched defs:is_vector (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenextract.cc91 push_pathstr_operand (int operand, bool is_vector, in push_pathstr_operand()
H A Dtree-ssa-reassoc.cc6745 bool is_vector = VECTOR_TYPE_P (TREE_TYPE (lhs)); in reassociate_bb() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenextract.c91 push_pathstr_operand (int operand, bool is_vector, in push_pathstr_operand()
H A Dtree-ssa-reassoc.c6324 bool is_vector = VECTOR_TYPE_P (TREE_TYPE (lhs)); in reassociate_bb() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c330 bool is_64, is_vector; in handle_syscall() local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c330 bool is_64, is_vector; in handle_syscall() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h570 virtual vector_type *is_vector () { return NULL; } in is_vector() function
803 vector_type *is_vector () FINAL OVERRIDE { return this; } in is_vector() function