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

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-stmts.cc 1301 tree op0, tree vectype0, vec<tree> *vec_oprnds0,
1309 vect_get_slp_defs (SLP_TREE_CHILDREN (slp_node)[0], vec_oprnds0);
1321 op0, vec_oprnds0, vectype0);
1337 tree op0, vec<tree> *vec_oprnds0,
1343 op0, NULL_TREE, vec_oprnds0,
3493 vec<tree> vec_oprnds0; local
3496 vec_oprnds0 = vec_defs[0];
3499 FOR_EACH_VEC_ELT (vec_oprnds0, i, vec_oprnd0)
3504 unsigned int vec_num = vec_oprnds0.length ();
3549 unsigned int vec_num = vec_oprnds0.length ()
    [all...]
tree-vect-loop.cc 7157 auto_vec<tree> vec_oprnds0, vec_opmask; local
7162 vec_oprnds0.safe_splice (vec_defs[1 - reduc_index]);
7171 op0, &vec_oprnds0);
7185 int vec_num = vec_oprnds0.length ();
7207 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0)
8523 auto_vec<tree> vec_oprnds0; local
8579 ? NULL_TREE : op.ops[0], &vec_oprnds0,
8593 op.ops[0], truth_type_for (vectype_in), &vec_oprnds0,
8607 reduc_index == 0 ? &vec_oprnds0
8614 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-stmts.cc 1522 tree op0, vec<tree> *vec_oprnds0, tree vectype0,
1530 vect_get_slp_defs (SLP_TREE_CHILDREN (slp_node)[0], vec_oprnds0);
1542 op0, vec_oprnds0, vectype0);
1558 tree op0, vec<tree> *vec_oprnds0,
1564 op0, vec_oprnds0, NULL_TREE,
2901 auto_vec<tree> vec_oprnds0; local
2905 gs_info->offset, &vec_oprnds0);
2917 op = vec_oprnd0 = vec_oprnds0[modifier == WIDEN ? j / 2 : j];
3604 vec<tree> vec_oprnds0; local
3607 vec_oprnds0 = vec_defs[0]
4867 vec<tree> vec_oprnds0 = vNULL; local
5621 vec<tree> vec_oprnds0 = vNULL; local
6046 vec<tree> vec_oprnds0 = vNULL; local
7783 auto_vec<tree> vec_oprnds0; local
10352 vec<tree> vec_oprnds0 = vNULL; local
10840 vec<tree> vec_oprnds0 = vNULL; local
    [all...]
tree-vect-loop.cc 6295 auto_vec<tree> vec_oprnds0; local
6300 vec_oprnds0.safe_splice (vec_defs[1 - reduc_index]);
6309 op0, &vec_oprnds0);
6317 int vec_num = vec_oprnds0.length ();
6329 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0)
7499 auto_vec<tree> vec_oprnds0; local
7535 ? NULL_TREE : op.ops[0], &vec_oprnds0,
7546 reduc_index == 0 ? &vec_oprnds0
7551 FOR_EACH_VEC_ELT (vec_oprnds0, i, def0)
7603 vec_oprnds0.safe_push (gimple_get_lhs (new_stmt))
    [all...]

Completed in 34 milliseconds