Home
last modified time | relevance | path

Searched refs:strip_offset (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpredicates.md165 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 Dpru.md248 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 Dpredicates.md184 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 Dpru.md317 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 Dtree-ssa-loop-ivopts.h31 extern tree strip_offset (tree, poly_uint64_pod *);
H A Ddwarf2cfi.c1163 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 Dtree-ssa-loop-ivopts.c1610 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 Drtl.h3476 extern rtx strip_offset (rtx, poly_int64_pod *);
4444 x = strip_offset (x, &suboffset);
H A Dsimplify-rtx.c237 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 Dtree-loop-distribution.c1728 tree base_base = strip_offset (base, &base_offset); in classify_builtin_st()
H A Drecog.c1376 rtx addr = strip_offset (XEXP (SUBREG_REG (op), 0), &offset); in indirect_operand()
H A Dcalls.c6109 if (strip_offset (XEXP (x, 0), &i) in store_one_arg()
H A Dvar-tracking.c2238 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 Drtlanal.c949 strip_offset (rtx x, poly_int64_pod *offset_out) in strip_offset() function
H A Demit-rtl.c2688 strip_offset (addr, &attrs.offset); in set_mem_attrs_for_spill()
H A Dfunction.c765 if (strip_offset (x, &offset) == virtual_stack_vars_rtx) in find_temp_slot_from_address()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-ivopts.h31 extern tree strip_offset (tree, poly_uint64_pod *);
H A Ddwarf2cfi.cc1313 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 Dtree-ssa-loop-ivopts.cc1609 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 Drtl.h3615 extern rtx strip_offset (rtx, poly_int64_pod *);
4583 x = strip_offset (x, &suboffset);
H A Dsimplify-rtx.cc230 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 Dtree-loop-distribution.cc1741 tree base_base = strip_offset (base, &base_offset); in classify_builtin_st()
H A Dcalls.cc5109 if (strip_offset (XEXP (x, 0), &i) in store_one_arg()
H A Dvar-tracking.cc2246 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 Demit-rtl.cc2698 strip_offset (addr, &attrs.offset); in set_mem_attrs_for_spill()

12