Lines Matching refs:ops
133 tree ops[MAX_NUM_OPS]; variable
164 ops[0] = op0; in gimple_match_op()
174 ops[0] = op0; in gimple_match_op()
175 ops[1] = op1; in gimple_match_op()
185 ops[0] = op0; in gimple_match_op()
186 ops[1] = op1; in gimple_match_op()
187 ops[2] = op2; in gimple_match_op()
197 ops[0] = op0; in gimple_match_op()
198 ops[1] = op1; in gimple_match_op()
199 ops[2] = op2; in gimple_match_op()
200 ops[3] = op3; in gimple_match_op()
211 ops[0] = op0; in gimple_match_op()
212 ops[1] = op1; in gimple_match_op()
213 ops[2] = op2; in gimple_match_op()
214 ops[3] = op3; in gimple_match_op()
215 ops[4] = op4; in gimple_match_op()
240 ops[0] = op0; in set_op()
249 ops[0] = op0; in set_op()
250 ops[1] = op1; in set_op()
260 ops[0] = op0; in set_op()
261 ops[1] = op1; in set_op()
262 ops[2] = op2; in set_op()
273 ops[0] = op0; in set_op()
274 ops[1] = op1; in set_op()
275 ops[2] = op2; in set_op()
285 ops[0] = op0; in set_op()
286 ops[1] = op1; in set_op()
287 ops[2] = op2; in set_op()
288 ops[3] = op3; in set_op()
298 ops[0] = op0; in set_op()
299 ops[1] = op1; in set_op()
300 ops[2] = op2; in set_op()
301 ops[3] = op3; in set_op()
302 ops[4] = op4; in set_op()
320 return i < num_ops ? ops[i] : NULL_TREE; in op_or_null()
331 && is_gimple_val (op->ops[0])); in gimple_simplified_result_is_gimple_val()