Lines Matching refs:oloc

2177 vt_canonicalize_addr (dataflow_set *set, rtx oloc)
2180 machine_mode mode = GET_MODE (oloc);
2181 rtx loc = oloc;
2238 if (strip_offset (oloc, &term) == loc && known_eq (term, ofst))
2239 return oloc;
5691 rtx oloc = loc;
5692 rtx vloc = PAT_VAR_LOCATION_LOC (oloc);
5715 && (val = find_use_val (vloc, GET_MODE (oloc), cui)))
5727 oloc = shallow_copy_rtx (oloc);
5728 PAT_VAR_LOCATION_LOC (oloc) = nloc;
5731 oloc = gen_rtx_CONCAT (mode, val->val_rtx, oloc);
5741 VAL_NEEDS_RESOLUTION (oloc) = resolvable;
5747 oloc = shallow_copy_rtx (oloc);
5748 PAT_VAR_LOCATION_LOC (oloc) = gen_rtx_UNKNOWN_VAR_LOC ();
5751 mo.u.loc = oloc;
5758 rtx vloc, oloc = loc, nloc;
5762 if (MEM_P (oloc)
5763 && !REG_P (XEXP (oloc, 0))
5764 && !MEM_P (XEXP (oloc, 0)))
5766 rtx mloc = oloc;
5784 vloc = oloc;
5799 nloc = oloc;
5802 oloc = gen_rtx_CONCAT (mode2, val->val_rtx, vloc);
5804 oloc = val->val_rtx;
5806 mo.u.loc = gen_rtx_CONCAT (mode, oloc, nloc);
5962 rtx oloc = loc, nloc, src = NULL;
6091 v = find_use_val (oloc, mode, cui);
6134 nloc = replace_expr_with_values (oloc);
6136 oloc = nloc;
6140 cselib_val *oval = cselib_lookup (oloc, GET_MODE (oloc), 0, VOIDmode);
6144 gcc_assert (REG_P (oloc) || MEM_P (oloc));
6153 moa.u.loc = gen_rtx_CONCAT (mode, oval->val_rtx, oloc);
6176 gcc_assert (oloc == SET_DEST (expr));
6180 oloc = gen_rtx_SET (oloc, nloc);
6183 if (oloc == SET_DEST (mo.u.loc))
6185 oloc = mo.u.loc;
6193 && oloc == SET_DEST (mo.u.loc))
6195 oloc = mo.u.loc;
6200 loc = gen_rtx_CONCAT (mode, v->val_rtx, oloc);
6202 if (mo.u.loc != oloc)