Lines Matching defs:lhs
133 /* Although input "m" is not really a LHS, we need a lvalue. */
190 /* Walk the RHS operands. If the LHS is of a non-renamable type or
194 tree lhs = gimple_assign_lhs (stmt);
196 = (is_gimple_reg_type (TREE_TYPE (lhs)) && !is_gimple_reg (lhs))
208 /* Walk the LHS. If the RHS is appropriate for a memory, we
209 may use a COMPONENT_REF on the LHS. */
213 we may use a COMPONENT_REF on the LHS. */
761 tree lhs, rhs, arg;
765 lhs = get_base_loadstore (arg);
766 if (lhs)
767 ret |= visit_store (stmt, lhs, arg, data);
834 tree lhs = get_base_loadstore (arg);
835 if (lhs)
836 ret |= visit_store (stmt, lhs, arg, data);