OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dr_aux
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.h
1293
dr_vec_info
dr_aux
;
member in class:_stmt_vec_info
1506
#define STMT_VINFO_DATA_REF(S) ((S)->
dr_aux
.dr + 0)
1530
(gcc_checking_assert ((S)->
dr_aux
.stmt == (S)), &(S)->
dr_aux
)
1538
((S)->
dr_aux
.dr && DR_GROUP_FIRST_ELEMENT(S))
1553
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->first_element)
1555
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->next_element)
1557
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->size)
1559
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->store_count)
1561
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->gap
[
all
...]
tree-vectorizer.cc
594
return STMT_VINFO_DR_INFO (stmt_info->
dr_aux
.stmt);
605
new_stmt_info->
dr_aux
= old_stmt_info->
dr_aux
;
714
res->
dr_aux
.misalignment = DR_MISALIGNMENT_UNINITIALIZED;
tree-vect-data-refs.cc
1411
|| (entry->first->
dr_aux
.group <= dr_info->group)))))
4795
gcc_assert (!stmt_info->
dr_aux
.dr);
4796
stmt_info->
dr_aux
.dr = dr;
4797
stmt_info->
dr_aux
.stmt = stmt_info;
tree-vect-loop.cc
11778
stmt_vinfo->
dr_aux
.stmt = stmt_vinfo;
/src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.h
1173
dr_vec_info
dr_aux
;
member in class:_stmt_vec_info
1385
#define STMT_VINFO_DATA_REF(S) ((S)->
dr_aux
.dr + 0)
1409
(gcc_checking_assert ((S)->
dr_aux
.stmt == (S)), &(S)->
dr_aux
)
1417
((S)->
dr_aux
.dr && DR_GROUP_FIRST_ELEMENT(S))
1431
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->first_element)
1433
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->next_element)
1435
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->size)
1437
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->store_count)
1439
(gcc_checking_assert ((S)->
dr_aux
.dr), (S)->gap
[
all
...]
tree-vectorizer.cc
593
return STMT_VINFO_DR_INFO (stmt_info->
dr_aux
.stmt);
604
new_stmt_info->
dr_aux
= old_stmt_info->
dr_aux
;
713
res->
dr_aux
.misalignment = DR_MISALIGNMENT_UNINITIALIZED;
tree-vect-data-refs.cc
1115
|| (entry->first->
dr_aux
.group <= dr_info->group)))))
4470
gcc_assert (!stmt_info->
dr_aux
.dr);
4471
stmt_info->
dr_aux
.dr = dr;
4472
stmt_info->
dr_aux
.stmt = stmt_info;
tree-vect-loop.cc
9644
stmt_vinfo->
dr_aux
.stmt = stmt_vinfo;
Completed in 233 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026