Searched refs:offset_b (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | simplify.cc | 392 gfc_expr *matrix_b, int stride_b, int offset_b, in compute_dot_product() argument 407 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product() 437 offset_b += stride_b; in compute_dot_product() 438 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product() 4748 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local 4809 offset_b = 0; in gfc_simplify_matmul() 4817 matrix_b, 1, offset_b, false); in gfc_simplify_matmul() 4824 offset_b += stride_b; in gfc_simplify_matmul()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | simplify.c | 360 gfc_expr *matrix_b, int stride_b, int offset_b, in compute_dot_product() argument 375 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product() 405 offset_b += stride_b; in compute_dot_product() 406 b = gfc_constructor_lookup_expr (matrix_b->value.constructor, offset_b); in compute_dot_product() 4640 int stride_a, offset_a, stride_b, offset_b; in gfc_simplify_matmul() local 4701 offset_b = 0; in gfc_simplify_matmul() 4709 matrix_b, 1, offset_b, false); in gfc_simplify_matmul() 4716 offset_b += stride_b; in gfc_simplify_matmul()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-data-refs.cc | 3426 poly_offset_int offset_b = wi::to_poly_offset (DR_INIT (b->dr)); in vect_compile_time_alias() local 3443 offset_b -= const_length_b; in vect_compile_time_alias() 3452 offset_b, const_length_b)) in vect_compile_time_alias() 3456 offset_b, const_length_b)) in vect_compile_time_alias()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-data-refs.c | 3254 poly_offset_int offset_b = wi::to_poly_offset (DR_INIT (b->dr)); in vect_compile_time_alias() local 3271 offset_b -= const_length_b; in vect_compile_time_alias() 3280 offset_b, const_length_b)) in vect_compile_time_alias() 3284 offset_b, const_length_b)) in vect_compile_time_alias()
|