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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 1732 class dt_simplify;
1738 dt_simplify *s;
1744 struct sinfo_hashmap_traits : simple_hashmap_traits<pointer_hash<dt_simplify>,
1764 enum dt_type { DT_NODE, DT_OPERAND, DT_TRUE, DT_MATCH, DT_SIMPLIFY };
1824 /* Leaf node of the decision tree, used for DT_SIMPLIFY. */
1826 class dt_simplify : public dt_node class in inherits:dt_node
1834 dt_simplify (simplify *s_, unsigned pattern_no_, dt_operand **indexes_) function in class:dt_simplify
1835 : dt_node (DT_SIMPLIFY, NULL), s (s_), pattern_no (pattern_no_),
1855 is_a_helper <dt_simplify *>::test (dt_node *n)
1857 return n->type == dt_node::DT_SIMPLIFY;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 1577 class dt_simplify;
1583 dt_simplify *s;
1589 struct sinfo_hashmap_traits : simple_hashmap_traits<pointer_hash<dt_simplify>,
1609 enum dt_type { DT_NODE, DT_OPERAND, DT_TRUE, DT_MATCH, DT_SIMPLIFY };
1669 /* Leaf node of the decision tree, used for DT_SIMPLIFY. */
1671 class dt_simplify : public dt_node class in inherits:dt_node
1679 dt_simplify (simplify *s_, unsigned pattern_no_, dt_operand **indexes_) function in class:dt_simplify
1680 : dt_node (DT_SIMPLIFY, NULL), s (s_), pattern_no (pattern_no_),
1700 is_a_helper <dt_simplify *>::test (dt_node *n)
1702 return n->type == dt_node::DT_SIMPLIFY;
    [all...]

Completed in 32 milliseconds