Home | History | Annotate | Download | only in compiler

Lines Matching defs:rc_variable

43 	struct rc_variable * var,
47 struct rc_variable * var_ptr;
146 void rc_variable_compute_live_intervals(struct rc_variable * var)
236 struct rc_variable * a,
237 struct rc_variable * b)
262 struct rc_variable * var,
263 struct rc_variable * friend)
272 struct rc_variable * rc_variable(
279 struct rc_variable * new =
280 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable));
281 memset(new, 0, sizeof(struct rc_variable));
296 struct rc_variable * variable)
300 struct rc_variable * var;
318 struct rc_variable * new_var;
342 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask,
349 * that writes to a register is considered a variable. The struct rc_variable
363 struct rc_variable * new_var;
371 new_var = rc_variable(c, inst->U.I.DstReg.File,
390 unsigned int rc_variable_writemask_sum(struct rc_variable * var)
405 struct rc_list * rc_variable_readers_union(struct rc_variable * var)
459 struct rc_variable * var,
481 struct rc_variable * var = list_ptr->Item;
483 struct rc_variable * friend;
520 void rc_variable_print(struct rc_variable * var)