HomeSort by: relevance | last modified time | path
    Searched refs:DR_GROUP_GAP (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc 407 result += DR_GROUP_GAP (next_stmt_info);
3020 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
3031 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
3034 /* For the second group, the DR_GROUP_GAP is that before the original group,
3036 DR_GROUP_GAP (group2) = DR_GROUP_GAP (first_vinfo) + group1_size;
3038 /* DR_GROUP_GAP of the first group now has to skip over the second group too. */
3039 DR_GROUP_GAP (first_vinfo) += group2_size;
3538 DR_GROUP_GAP (rest) = 0;
3540 DR_GROUP_GAP (stmt_info) = 0
    [all...]
tree-vect-data-refs.cc 2943 cannot represent in DR_GROUP_GAP or DR_GROUP_SIZE.
2945 simply remove uses of DR_GROUP_GAP between the last and first
2980 DR_GROUP_GAP (stmt_info) = groupsize - 1;
3063 gap in the access, DR_GROUP_GAP is always 1. */
3064 DR_GROUP_GAP (next) = diff;
3098 DR_GROUP_GAP (stmt_info) = groupsize - last_accessed_element;
3117 if (DR_GROUP_GAP (next) != 1)
3120 DR_GROUP_GAP (next) - 1);
3124 if (DR_GROUP_GAP (stmt_info) != 0)
3127 DR_GROUP_GAP (stmt_info))
    [all...]
tree-vectorizer.h 1560 #define DR_GROUP_GAP(S) \
tree-vect-loop.cc 2602 DR_GROUP_GAP (vinfo) = 0;
2605 DR_GROUP_GAP (vinfo) = group_size - 1;
tree-vect-stmts.cc 2001 gap = DR_GROUP_GAP (first_stmt_info);
11526 unsigned HOST_WIDE_INT gap = DR_GROUP_GAP (first_stmt_info);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc 365 result += DR_GROUP_GAP (next_stmt_info);
2773 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
2784 gcc_assert (DR_GROUP_GAP (stmt_info) == 1);
2787 /* For the second group, the DR_GROUP_GAP is that before the original group,
2789 DR_GROUP_GAP (group2) = DR_GROUP_GAP (first_vinfo) + group1_size;
2791 /* DR_GROUP_GAP of the first group now has to skip over the second group too. */
2792 DR_GROUP_GAP (first_vinfo) += group2_size;
3279 DR_GROUP_GAP (rest) = 0;
3281 DR_GROUP_GAP (stmt_info) = 0
    [all...]
tree-vect-data-refs.cc 2645 cannot represent in DR_GROUP_GAP or DR_GROUP_SIZE.
2647 simply remove uses of DR_GROUP_GAP between the last and first
2682 DR_GROUP_GAP (stmt_info) = groupsize - 1;
2765 gap in the access, DR_GROUP_GAP is always 1. */
2766 DR_GROUP_GAP (next) = diff;
2800 DR_GROUP_GAP (stmt_info) = groupsize - last_accessed_element;
2819 if (DR_GROUP_GAP (next) != 1)
2822 DR_GROUP_GAP (next) - 1);
2826 if (DR_GROUP_GAP (stmt_info) != 0)
2829 DR_GROUP_GAP (stmt_info))
    [all...]
tree-vectorizer.h 1438 #define DR_GROUP_GAP(S) \
tree-vect-loop.cc 2072 DR_GROUP_GAP (vinfo) = 0;
2074 DR_GROUP_GAP (vinfo) = group_size - 1;
tree-vect-stmts.cc 2188 unsigned HOST_WIDE_INT gap = DR_GROUP_GAP (first_stmt_info);
9926 = DR_GROUP_GAP (first_stmt_info);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 16909 unsigned int count = DR_GROUP_SIZE (first) - DR_GROUP_GAP (first);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 16477 unsigned int count = DR_GROUP_SIZE (first) - DR_GROUP_GAP (first);

Completed in 87 milliseconds