| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| altivec.h | 162 /* Given the vec_step of a type, return the corresponding bool type. */ 180 typename __altivec_bool_ret <vec_step (T)>::__ret \ 329 to #define vec_step to __builtin_vec_step. */ 330 #define vec_step(x) __builtin_vec_step (* (__typeof__ (x) *) 0) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| altivec.h | 162 /* Given the vec_step of a type, return the corresponding bool type. */ 180 typename __altivec_bool_ret <vec_step (T)>::__ret \ 329 to #define vec_step to __builtin_vec_step. */ 330 #define vec_step(x) __builtin_vec_step (* (__typeof__ (x) *) 0) macro
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| vecintrin.h | 62 to #define vec_step to __builtin_s390_vec_step. */ 63 #define vec_step(x) __builtin_s390_vec_step (* (__typeof__ (x) *) 0) macro
|
| /src/external/gpl3/gcc/dist/gcc/ |
| system.h | 1311 /* Workaround clang on PowerPC which has vec_step as reserved keyword 1314 #define vec_step vec_step_ macro
|
| tree-vect-loop.cc | 6132 tree vec_step = build_vector_from_val (cr_index_vector_type, step); local 6138 create_iv (series_vect, PLUS_EXPR, vec_step, NULL_TREE, loop, &incr_gsi, 9574 tree vec_step = vect_init_vector (loop_vinfo, stmt_info, local 9576 return vec_step; 9582 tree induc_def, tree vec_step, 9595 vec_step = gimple_convert (stmts, uvectype, vec_step); 9597 vec_def, vec_step); 9604 vec_def, vec_step); 9609 vec_def, vec_step); 9644 tree vec_init, vec_step; local 9958 tree new_vec, vec_init, vec_step, t; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| vecintrin.h | 62 to #define vec_step to __builtin_vec_step. */ 63 #define vec_step(x) __builtin_vec_step (* (__typeof__ (x) *) 0) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-vect-loop.cc | 5345 tree vec_step = build_vector_from_val (cr_index_vector_type, step); local 5351 create_iv (series_vect, vec_step, NULL_TREE, loop, &incr_gsi, 8112 tree new_vec, vec_init, vec_step, t; local 8266 /* prologue cost for vec_init and vec_step. */ 8397 vec_step = gimple_build_vector (&init_stmts, &step_elts); 8398 vec_steps.safe_push (vec_step); 8413 tree up = vec_step; 8416 vec_step, lupdate_mul); 8433 vec_step, step_mul); 8617 vec_step = [S, S, S, S] * [all...] |