Lines Matching defs:expression
51 * For a search expression:
56 * For a replace expression:
136 /* When set on a search expression, the expression will only match an SSA
145 /** Don't make the replacement exact if the search expression is exact. */
151 /* Commutative expression index. This is assigned by opt_algebraic.py when
158 /* Number of commutative expressions in this expression including this one
163 /* Index in table->values[] for the expression operands */
168 * This allows additional constraints on expression matching, it is
170 * the expression is used, and whether its used by an if.
182 uint16_t search; /* Index in table->values[] for the search expression. */
192 nir_search_expression expression;