| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
| H A D | predicates.md | 165 rtx base = strip_offset (op, &offset); 209 base_reg = strip_offset (src_addr, &base_offs); 227 elt_reg = strip_offset (XEXP (SET_SRC (elt), 0), &elt_offs); 261 base_reg = strip_offset (dest_addr, &base_offs); 279 elt_reg = strip_offset (XEXP (SET_DEST (elt), 0), &elt_offs);
|
| H A D | pru.md | 248 base_reg = strip_offset (XEXP (operands[1], 0), &base_offs); 306 base_reg = strip_offset (XEXP (operands[0], 0), &base_offs);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | predicates.md | 184 rtx base = strip_offset (op, &offset); 228 base_reg = strip_offset (src_addr, &base_offs); 246 elt_reg = strip_offset (XEXP (SET_SRC (elt), 0), &elt_offs); 280 base_reg = strip_offset (dest_addr, &base_offs); 298 elt_reg = strip_offset (XEXP (SET_DEST (elt), 0), &elt_offs);
|
| H A D | pru.md | 317 base_reg = strip_offset (XEXP (operands[1], 0), &base_offs); 375 base_reg = strip_offset (XEXP (operands[0], 0), &base_offs);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-loop-ivopts.h | 31 extern tree strip_offset (tree, poly_uint64_pod *);
|
| H A D | dwarf2cfi.c | 1163 pat = strip_offset (pat, &cur_cfa->offset); in dwarf2out_frame_debug_def_cfa() 1167 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); in dwarf2out_frame_debug_def_cfa()
|
| H A D | tree-ssa-loop-ivopts.c | 1610 addr_base = strip_offset (iv->base, &addr_offset); in record_group_use() 2945 strip_offset (tree expr, poly_uint64_pod *offset) in strip_offset() function 3535 base = strip_offset (iv->base, &offset); in add_iv_candidate_for_use() 3554 base = strip_offset (base, &offset); in add_iv_candidate_for_use()
|
| H A D | rtl.h | 3476 extern rtx strip_offset (rtx, poly_int64_pod *); 4444 x = strip_offset (x, &suboffset);
|
| H A D | simplify-rtx.c | 237 addr = strip_offset (addr, &offset); in avoid_constant_pool_reference() 342 n = strip_offset (n, &n_offset); in delegitimize_mem_from_attrs() 343 o = strip_offset (o, &o_offset); in delegitimize_mem_from_attrs()
|
| H A D | tree-loop-distribution.c | 1728 tree base_base = strip_offset (base, &base_offset); in classify_builtin_st()
|
| H A D | recog.c | 1376 rtx addr = strip_offset (XEXP (SUBREG_REG (op), 0), &offset); in indirect_operand()
|
| H A D | calls.c | 6109 if (strip_offset (XEXP (x, 0), &i) in store_one_arg()
|
| H A D | var-tracking.c | 2238 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst)) in vt_canonicalize_addr() 9694 && (strip_offset (XEXP (incoming, 0), &incoming_offset) in vt_add_function_parameter()
|
| H A D | rtlanal.c | 949 strip_offset (rtx x, poly_int64_pod *offset_out) in strip_offset() function
|
| H A D | emit-rtl.c | 2688 strip_offset (addr, &attrs.offset); in set_mem_attrs_for_spill()
|
| H A D | function.c | 765 if (strip_offset (x, &offset) == virtual_stack_vars_rtx) in find_temp_slot_from_address()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-loop-ivopts.h | 31 extern tree strip_offset (tree, poly_uint64_pod *);
|
| H A D | dwarf2cfi.cc | 1313 pat = strip_offset (pat, &cur_cfa->offset); in dwarf2out_frame_debug_def_cfa() 1317 pat = strip_offset (XEXP (pat, 0), &cur_cfa->base_offset); in dwarf2out_frame_debug_def_cfa()
|
| H A D | tree-ssa-loop-ivopts.cc | 1609 addr_base = strip_offset (iv->base, &addr_offset); in record_group_use() 2946 strip_offset (tree expr, poly_uint64_pod *offset) in strip_offset() function 3566 base = strip_offset (iv->base, &offset); in add_iv_candidate_for_use() 3585 base = strip_offset (base, &offset); in add_iv_candidate_for_use()
|
| H A D | rtl.h | 3615 extern rtx strip_offset (rtx, poly_int64_pod *); 4583 x = strip_offset (x, &suboffset);
|
| H A D | simplify-rtx.cc | 230 addr = strip_offset (addr, &offset); in avoid_constant_pool_reference() 335 n = strip_offset (n, &n_offset); in delegitimize_mem_from_attrs() 336 o = strip_offset (o, &o_offset); in delegitimize_mem_from_attrs()
|
| H A D | tree-loop-distribution.cc | 1741 tree base_base = strip_offset (base, &base_offset); in classify_builtin_st()
|
| H A D | calls.cc | 5109 if (strip_offset (XEXP (x, 0), &i) in store_one_arg()
|
| H A D | var-tracking.cc | 2246 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst)) in vt_canonicalize_addr() 9725 && (strip_offset (XEXP (incoming, 0), &incoming_offset) in vt_add_function_parameter()
|
| H A D | emit-rtl.cc | 2698 strip_offset (addr, &attrs.offset); in set_mem_attrs_for_spill()
|