HomeSort by: relevance | last modified time | path
    Searched defs:lhs (Results 1 - 25 of 374) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-op.h 34 inline tree lhs () const { return gimple_get_lhs (m_stmt); } function in class:gimple_range_op_handler
gimple-range-fold.h 55 tree lhs = gimple_get_lhs (s); local
57 if (lhs)
58 type = TREE_TYPE (lhs);
160 // the LHS. The source of all operands is supplied via the fur_source class
gimple-streamer-in.cc 215 tree lhs = gimple_get_lhs (stmt); local
216 if (lhs && TREE_CODE (lhs) == SSA_NAME)
217 SSA_NAME_DEF_STMT (lhs) = stmt;
gimplify-me.cc 156 tree lhs; local
222 and ASMs are executed before the LHS. The ordering is not
249 lhs = gimple_get_lhs (stmt);
250 /* If the LHS changed it in a way that requires a simple RHS,
252 if (lhs && !is_gimple_reg (lhs))
261 else if (is_gimple_reg (lhs))
263 if (is_gimple_reg_type (TREE_TYPE (lhs)))
278 if (is_gimple_reg_type (TREE_TYPE (lhs)))
280 else if (TYPE_MODE (TREE_TYPE (lhs)) != BLKmode
    [all...]
value-pointer-equiv.cc 187 tree lhs = gimple_phi_result (phi); local
188 if (!POINTER_TYPE_P (TREE_TYPE (lhs)))
208 set_global_equiv (lhs, arg0);
273 tree lhs = gimple_assign_lhs (stmt);
274 if (!supported_pointer_equiv_p (lhs))
281 set_global_equiv (lhs, rhs);
293 set_global_equiv (lhs, rhs);
306 tree lhs; local
309 && ((lhs = gimple_cond_lhs (stmt)), true)
310 && TREE_CODE (lhs) == SSA_NAM
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx-multiply.h 39 unsigned char lhs; member in struct:tilegx_multiply_insn_seq_entry
41 /* This is like lhs, but for the right-hand side. However, for shift
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro-multiply.h 42 unsigned char lhs; member in struct:tilepro_multiply_insn_seq_entry
44 /* This is like lhs, but for the right-hand side. However, for shift
  /src/sys/ddb/
db_expr.c 147 db_expr_t lhs, rhs; local
150 if (!db_unary(&lhs))
160 lhs *= rhs;
167 lhs /= rhs;
169 lhs %= rhs;
171 lhs = ((lhs+rhs-1)/rhs)*rhs;
176 *valuep = lhs;
183 db_expr_t lhs, rhs; local
186 if (!db_mult_expr(&lhs))
209 db_expr_t lhs, rhs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
  /src/external/gpl3/gdb/dist/gdb/
c-exp.h 138 value *lhs variable
141 = std::get<1> (this->m_storage)->evaluate (lhs->type (), exp,
143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-sensitive.cc 201 tree lhs = gimple_call_lhs (call); local
202 if (lhs)
203 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-sensitive.cc 195 tree lhs = gimple_call_lhs (call); local
196 if (lhs)
197 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_sensitive);
sm-file.cc 80 const svalue *lhs,
368 tree lhs = gimple_call_lhs (call); local
369 if (lhs)
370 sm_ctxt->on_transition (node, stmt, lhs, m_start, m_unchecked);
419 const svalue *lhs,
427 if (!any_pointer_p (lhs))
437 lhs, m_unchecked, m_nonnull);
443 lhs, m_unchecked, m_null);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.h 65 tree lhs = gimple_get_lhs (s); local
67 if (lhs)
68 type = TREE_TYPE (lhs);
172 // the LHS. The source of all operands is supplied via the fur_source class
gimple-streamer-in.cc 215 tree lhs = gimple_get_lhs (stmt); local
216 if (lhs && TREE_CODE (lhs) == SSA_NAME)
217 SSA_NAME_DEF_STMT (lhs) = stmt;
gimple-walk.cc 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); local
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; local
765 lhs = get_base_loadstore (arg)
834 tree lhs = get_base_loadstore (arg); local
    [all...]
gimplify-me.cc 156 tree lhs; local
222 and ASMs are executed before the LHS. The ordering is not
249 lhs = gimple_get_lhs (stmt);
250 /* If the LHS changed it in a way that requires a simple RHS,
252 if (lhs && !is_gimple_reg (lhs))
261 else if (is_gimple_reg (lhs))
263 if (is_gimple_reg_type (TREE_TYPE (lhs)))
278 if (is_gimple_reg_type (TREE_TYPE (lhs)))
280 else if (TYPE_MODE (TREE_TYPE (lhs)) != BLKmode
    [all...]
value-pointer-equiv.cc 187 tree lhs = gimple_phi_result (phi); local
188 if (!POINTER_TYPE_P (TREE_TYPE (lhs)))
208 set_global_equiv (lhs, arg0);
273 tree lhs = gimple_assign_lhs (stmt);
274 if (!supported_pointer_equiv_p (lhs))
281 set_global_equiv (lhs, rhs);
293 set_global_equiv (lhs, rhs);
306 tree lhs; local
310 && (lhs = gimple_cond_lhs (stmt))
311 && TREE_CODE (lhs) == SSA_NAM
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
dotforward.c 110 char *lhs; local
199 while ((lhs = mystrtok(&next, CHARS_COMMA_SP)) != 0) {
200 expand_status = local_expand(path, lhs, &state, &usr_attr,
  /src/external/gpl3/gcc/dist/gcc/cp/
expr.cc 221 tree lhs = TREE_OPERAND (expr, 0); local
227 && (TREE_THIS_VOLATILE (lhs)
228 || CP_TYPE_VOLATILE_P (TREE_TYPE (lhs)))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
expr.cc 222 tree lhs = TREE_OPERAND (expr, 0); local
228 && (TREE_THIS_VOLATILE (lhs)
229 || CP_TYPE_VOLATILE_P (TREE_TYPE (lhs)))
  /src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c 94 char *lhs; local
109 if ((lhs = mystrtok(&bp, CHARS_SPACE)) == 0) {
114 new_err = add_known_tcp_port(lhs, rhs);
  /src/external/ibm-public/postfix/dist/src/util/
find_inet.c 155 const char *lhs; /* service name */ member in struct:association
217 for (err = 0, ap = tp->associations; err == 0 && ap->lhs != 0; ap++)
218 err = add_known_tcp_port(ap->lhs, ap->rhs);
known_tcp_ports.c 150 const char *lhs; /* service name */ member in struct:association
174 {"duplicate lhs",
178 {"numerical lhs",
213 for (err = 0, ap = tp->associations; err == 0 && ap->lhs != 0; ap++)
214 err = add_known_tcp_port(ap->lhs, ap->rhs);
  /src/lib/libc/net/
hesiod.c 88 char *lhs; /* normally ".ns" */ local
155 free(ctx->lhs);
175 if (ctx->lhs)
176 free(ctx->lhs);
225 if (ctx->lhs)
226 len += strlen(ctx->lhs) + ((ctx->lhs[0] != '.') ? 1 : 0);
237 /* Only append lhs if it isn't empty. */
238 if (ctx->lhs && ctx->lhs[0] != '\0' )
    [all...]

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 91011>>