Searched refs:vect_name (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-builtin-types.awk | 75 vect_name[vect_defs] = $2 156 print " IX86_BT_" vect_name[i] "," 157 print " IX86_BT_LAST_VECT = IX86_BT_" vect_name[i-1] ","
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-builtin-types.awk | 75 vect_name[vect_defs] = $2 156 print " IX86_BT_" vect_name[i] "," 157 print " IX86_BT_LAST_VECT = IX86_BT_" vect_name[i-1] ","
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 130 tree vect_type, vect, vect_name, array_ref; in read_vector_array() local 141 vect_name = make_ssa_name (vect, new_stmt); in read_vector_array() 142 gimple_assign_set_lhs (new_stmt, vect_name); in read_vector_array() 145 return vect_name; in read_vector_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 164 tree vect_type, vect, vect_name, array_ref; in read_vector_array() local 175 vect_name = make_ssa_name (vect, new_stmt); in read_vector_array() 176 gimple_assign_set_lhs (new_stmt, vect_name); in read_vector_array() 179 return vect_name; in read_vector_array()
|