Lines Matching defs:unit_offset
77 unsigned unit_offset;
221 fprintf (f, ", offset: %u", apm->unit_offset);
459 unsigned unit_offset,
471 && apm->unit_offset == unit_offset)
706 mod_info->pass_through_map[i].unit_offset,
764 && mod_info->pass_through_map[j].unit_offset == apm->unit_offset)
814 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
835 off = build_int_cst (apm->alias_ptr_type, apm->unit_offset);
845 base_offset + apm->unit_offset);
853 base_offset + apm->unit_offset);
1084 psr.unit_offset = apm->unit_offset;
1632 /* Given BASE and UNIT_OFFSET, find the corresponding record among replacement
1637 unsigned unit_offset)
1645 && (pbr->unit_offset == unit_offset))
1651 /* Given BASE and UNIT_OFFSET, find the corresponding replacement expression
1656 ipa_param_body_adjustments::lookup_replacement (tree base, unsigned unit_offset)
1658 ipa_param_body_replacement *pbr = lookup_replacement_1 (base, unit_offset);
1696 unsigned unit_offset;
1698 if (!isra_get_ref_base_and_offset (expr, &base, &unit_offset))
1704 return lookup_replacement_1 (base, unit_offset);
1905 ptm_item.unit_offset = new_pt_map[j].unit_offset;
2149 if (m_replacements[j].unit_offset < agg_arg_offset)
2153 pt_map.unit_offset
2154 = m_replacements[j].unit_offset - agg_arg_offset;