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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 812 class dt_operand;
826 dt_operand ** = 0,
878 dt_operand ** = 0, int = 0) override;
912 dt_operand ** = 0, int = 0) final override;
933 dt_operand ** = 0, int = 0) final override;
1764 enum dt_type { DT_NODE, DT_OPERAND, DT_TRUE, DT_MATCH, DT_SIMPLIFY };
1782 dt_node *append_match_op (operand *, dt_operand *, dt_node *parent,
1784 dt_node *append_simplify (simplify *, unsigned, dt_operand **);
1790 const vec<dt_operand *> &, const vec<dt_operand *> &
1799 class dt_operand : public dt_node class in inherits:dt_node
1808 dt_operand (enum dt_type type, operand *op_, dt_operand *match_dop_, function in class:dt_operand
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 662 class dt_operand;
676 dt_operand ** = 0,
728 dt_operand ** = 0, int = 0);
762 dt_operand ** = 0, int = 0);
783 dt_operand ** = 0, int = 0);
1609 enum dt_type { DT_NODE, DT_OPERAND, DT_TRUE, DT_MATCH, DT_SIMPLIFY };
1627 dt_node *append_match_op (operand *, dt_operand *, dt_node *parent,
1629 dt_node *append_simplify (simplify *, unsigned, dt_operand **);
1635 const vec<dt_operand *> &, const vec<dt_operand *> &
1644 class dt_operand : public dt_node class in inherits:dt_node
1653 dt_operand (enum dt_type type, operand *op_, dt_operand *match_dop_, function in class:dt_operand
    [all...]

Completed in 25 milliseconds