Searched +defs:value +defs:subscript (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 300 dump_subscript (FILE *outf, struct subscript *subscript) in dump_subscript() 2885 struct subscript *subscript; in compute_subscript_distance() local 3421 struct subscript *subscript; in initialize_data_dependence_relation() local 3711 chrec_is_positive (tree chrec, bool *value) in chrec_is_positive() 5099 struct subscript *subscript = DDR_SUBSCRIPT (ddr, i); in build_classic_dist_vector_1() local 5554 struct subscript *subscript; in subscript_dependence_tester_1() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 299 dump_subscript (FILE *outf, struct subscript *subscript) in dump_subscript() 2630 struct subscript *subscript; in compute_subscript_distance() local 3134 struct subscript *subscript; in initialize_data_dependence_relation() local 3393 chrec_is_positive (tree chrec, bool *value) in chrec_is_positive() 4763 struct subscript *subscript = DDR_SUBSCRIPT (ddr, i); in build_classic_dist_vector_1() local 5224 struct subscript *subscript; in subscript_dependence_tester_1() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 196 struct gfc_ss *subscript[GFC_MAX_DIMENSIONS]; member 268 tree value; member
|
H A D | trans-array.c | 169 gfc_conv_descriptor_data_set (stmtblock_t *block, tree desc, tree value) in gfc_conv_descriptor_data_set() 228 tree value) in gfc_conv_descriptor_offset_set() 276 tree value) in gfc_conv_descriptor_span_set() 415 tree dim, tree value) in gfc_conv_descriptor_stride_set() 445 tree dim, tree value) in gfc_conv_descriptor_lbound_set() 475 tree dim, tree value) in gfc_conv_descriptor_ubound_set() 2941 gfc_add_loop_ss_code (gfc_loopinfo * loop, gfc_ss * ss, bool subscript, in gfc_add_loop_ss_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 199 struct gfc_ss *subscript[GFC_MAX_DIMENSIONS]; member 271 tree value; member
|
H A D | trans-array.cc | 277 gfc_conv_descriptor_data_set (stmtblock_t *block, tree desc, tree value) in gfc_conv_descriptor_data_set() 310 tree value) in gfc_conv_descriptor_offset_set() 341 tree value) in gfc_conv_descriptor_span_set() 478 tree dim, tree value) in gfc_conv_descriptor_stride_set() 500 tree dim, tree value) in gfc_conv_descriptor_lbound_set() 522 tree dim, tree value) in gfc_conv_descriptor_ubound_set() 3038 gfc_add_loop_ss_code (gfc_loopinfo * loop, gfc_ss * ss, bool subscript, in gfc_add_loop_ss_code()
|