Searched refs:build_index_vector (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-loop.cc | 5339 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction() 5769 tree index = build_index_vector (vectype, 0, 1); in vect_create_epilog_for_reduction() 8591 tree index = build_index_vector (step_vectype, 0, 1); in vectorizable_induction()
|
| D | tree.h | 4569 extern tree build_index_vector (tree, poly_uint64, poly_uint64);
|
| D | tree-vect-stmts.cc | 3712 tree cst = build_index_vector (vectype_out, j * nunits_out, 1); in vectorizable_call()
|
| D | tree.cc | 2182 build_index_vector (tree vec_type, poly_uint64 base, poly_uint64 step) in build_index_vector() function
|
| D | fold-const.cc | 16946 tree index = build_index_vector (type, 0, 1); in test_vector_folding()
|
| D | ChangeLog-2018 | 35610 vectors as polynomial. Use build_index_vector for 35647 * tree.h (build_index_vector): Declare. 35648 * tree.c (build_index_vector): New function. 35652 (vect_create_epilog_for_reduction): Likewise. Use build_index_vector
|