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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 228 tree vecitype = get_vectype_for_scalar_type (vinfo, itype); local
229 if (!vecitype)
236 optab optab = optab_for_tree_code (code, vecitype, subtype);
240 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
247 *vecitype_out = vecitype;
987 VECITYPE is the vector form of PATTERN_STMT's result type. */
991 gimple *pattern_stmt, tree vecitype)
996 append_pattern_def_seq (vinfo, stmt_info, pattern_stmt, vecitype);
1627 tree vecitype = get_vectype_for_scalar_type (vinfo, itype); local
1629 tree vecctype = vecitype;
5061 tree type, vectype, comp_vectype, itype = NULL_TREE, vecitype; local
5231 tree vecitype, comp_vectype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 215 tree vecitype = get_vectype_for_scalar_type (vinfo, itype); local
216 if (!vecitype)
223 optab optab = optab_for_tree_code (code, vecitype, subtype);
227 insn_code icode = optab_handler (optab, TYPE_MODE (vecitype));
234 *vecitype_out = vecitype;
886 VECITYPE is the vector form of PATTERN_STMT's result type. */
890 gimple *pattern_stmt, tree vecitype)
895 append_pattern_def_seq (vinfo, stmt_info, pattern_stmt, vecitype);
1386 tree vecitype = get_vectype_for_scalar_type (vinfo, itype); local
1388 tree vecctype = vecitype;
3864 tree type, vectype, comp_vectype, itype = NULL_TREE, vecitype; local
4034 tree vecitype, comp_vectype; local
    [all...]

Completed in 15 milliseconds