HomeSort by: relevance | last modified time | path
    Searched defs:multtype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 4280 tree multtype = cast_to_unsigned_p ? unsigned_type_for (itype) : itype; local
4281 tree vectype = get_vectype_for_scalar_type (vinfo, multtype);
4287 bool synth_shift_p = !vect_supportable_shift (vinfo, LSHIFT_EXPR, multtype);
4309 tree tmp_op = vect_recog_temp_ssa_var (multtype, NULL);
4316 accumulator = build_int_cst (multtype, 0);
4325 tree shft_log = build_int_cst (multtype, alg.log[i]);
4326 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);
4398 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);
4406 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 3160 tree multtype = cast_to_unsigned_p ? unsigned_type_for (itype) : itype; local
3161 tree vectype = get_vectype_for_scalar_type (vinfo, multtype);
3167 bool synth_shift_p = !vect_supportable_shift (vinfo, LSHIFT_EXPR, multtype);
3189 tree tmp_op = vect_recog_temp_ssa_var (multtype, NULL);
3196 accumulator = build_int_cst (multtype, 0);
3205 tree shft_log = build_int_cst (multtype, alg.log[i]);
3206 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);
3278 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);
3286 tree accum_tmp = vect_recog_temp_ssa_var (multtype, NULL);

Completed in 26 milliseconds