Lines Matching defs:gimple_match_op
115 class gimple_match_op
118 gimple_match_op ();
119 gimple_match_op (const gimple_match_cond &, code_helper, tree, unsigned int);
120 gimple_match_op (const gimple_match_cond &,
122 gimple_match_op (const gimple_match_cond &,
124 gimple_match_op (const gimple_match_cond &,
126 gimple_match_op (const gimple_match_cond &,
128 gimple_match_op (const gimple_match_cond &,
169 gimple_match_op::gimple_match_op ()
179 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
190 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
200 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
211 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
223 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
236 gimple_match_op::gimple_match_op (const gimple_match_cond &cond_in,
255 gimple_match_op::set_op (code_helper code_in, tree type_in,
267 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0)
276 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1)
286 gimple_match_op::set_op (code_helper code_in, tree type_in,
298 gimple_match_op::set_op (code_helper code_in, tree type_in,
311 gimple_match_op::set_op (code_helper code_in, tree type_in,
324 gimple_match_op::set_op (code_helper code_in, tree type_in,
341 gimple_match_op::set_value (tree value)
350 gimple_match_op::op_or_null (unsigned int i) const
358 gimple_simplified_result_is_gimple_val (const gimple_match_op *op)
366 extern tree (*mprts_hook) (gimple_match_op *);
368 bool gimple_extract_op (gimple *, gimple_match_op *);
369 bool gimple_simplify (gimple *, gimple_match_op *, gimple_seq *,
371 tree maybe_push_res_to_seq (gimple_match_op *, gimple_seq *,
373 void maybe_build_generic_op (gimple_match_op *);