HomeSort by: relevance | last modified time | path
    Searched defs:expr_vliw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 371 /* An UID of expr_vliw which is to be moved up. If we find other exprs,
2659 /* Returns true if after moving EXPR along PATH it equals to EXPR_VLIW. */
2661 equal_after_moveup_path_p (expr_t expr, ilist_t path, expr_t expr_vliw)
2681 vinsn_t expr_vliw_vinsn = EXPR_VINSN (expr_vliw);
5097 /* Calculate the sequential av set on BND corresponding to the EXPR_VLIW
5099 expressions found with the register from EXPR_VLIW. */
5101 find_sequential_best_exprs (bnd_t bnd, expr_t expr_vliw, bool for_moveop)
5109 if (equal_after_moveup_path_p (expr, NULL, expr_vliw))
5118 if (expr_dest_regno (expr) != expr_dest_regno (expr_vliw))
5120 replace_dest_with_reg_in_expr (expr, EXPR_LHS (expr_vliw));
5523 expr_t expr_vliw; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 371 /* An UID of expr_vliw which is to be moved up. If we find other exprs,
2651 /* Returns true if after moving EXPR along PATH it equals to EXPR_VLIW. */
2653 equal_after_moveup_path_p (expr_t expr, ilist_t path, expr_t expr_vliw)
2673 vinsn_t expr_vliw_vinsn = EXPR_VINSN (expr_vliw);
5089 /* Calculate the sequential av set on BND corresponding to the EXPR_VLIW
5091 expressions found with the register from EXPR_VLIW. */
5093 find_sequential_best_exprs (bnd_t bnd, expr_t expr_vliw, bool for_moveop)
5101 if (equal_after_moveup_path_p (expr, NULL, expr_vliw))
5110 if (expr_dest_regno (expr) != expr_dest_regno (expr_vliw))
5112 replace_dest_with_reg_in_expr (expr, EXPR_LHS (expr_vliw));
5515 expr_t expr_vliw; local
    [all...]

Completed in 35 milliseconds