Searched refs:multi_step_cvt (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 3214 int multi_step_cvt = 0; in simple_integer_narrowing() local 3217 &code, &multi_step_cvt, &interm_types) in simple_integer_narrowing() 3218 || multi_step_cvt) in simple_integer_narrowing() 4579 vec<tree> *vec_oprnds, int multi_step_cvt) in vect_get_loop_based_defs() argument 4602 if (multi_step_cvt) in vect_get_loop_based_defs() 4604 multi_step_cvt - 1); in vect_get_loop_based_defs() 4614 int multi_step_cvt, in vect_create_vectorized_demotion_stmts() argument 4637 if (multi_step_cvt) in vect_create_vectorized_demotion_stmts() 4663 if (multi_step_cvt) in vect_create_vectorized_demotion_stmts() 4668 vect_create_vectorized_demotion_stmts (vec_oprnds, multi_step_cvt - 1, in vect_create_vectorized_demotion_stmts() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 3247 int multi_step_cvt = 0; in simple_integer_narrowing() local 3250 &code, &multi_step_cvt, &interm_types) in simple_integer_narrowing() 3251 || multi_step_cvt) in simple_integer_narrowing() 4672 int multi_step_cvt, in vect_create_vectorized_demotion_stmts() argument 4693 if (multi_step_cvt) in vect_create_vectorized_demotion_stmts() 4712 if (multi_step_cvt) in vect_create_vectorized_demotion_stmts() 4718 multi_step_cvt - 1, in vect_create_vectorized_demotion_stmts() 4870 int multi_step_cvt = 0; in vectorizable_conversion() local 5049 gcc_assert (!(multi_step_cvt && op_type == binary_op)); in vectorizable_conversion() 5054 &code2, &multi_step_cvt, in vectorizable_conversion() [all …]
|
H A D | ChangeLog-2011 | 5020 one step. Removed multi_step_cvt, vec_dsts, slp_node and 5022 into vec_tmp, not just when multi_step_cvt != 0, replace *vec_oprdn0 5030 (supportable_widening_operation): Clear *multi_step_cvt first, 5032 (supportable_narrowing_operation): Clear *multi_step_cvt first,
|