Lines Matching defs:tmp
423 ir_variable *tmp = new(d->mem_ctx) ir_variable(idx->type, "idx_tmp",
425 d->before_instructions->push_tail(tmp);
428 new(d->mem_ctx) ir_dereference_variable(tmp);
436 new(d->mem_ctx) ir_dereference_variable(tmp);
488 ir_variable *tmp =
491 before_instructions->push_tail(tmp);
505 new(mem_ctx) ir_dereference_variable(tmp);
515 new(mem_ctx) ir_dereference_variable(tmp);
522 ir_rvalue *rhs = new(mem_ctx) ir_dereference_variable(tmp);
2505 ir_variable *const tmp = new(ctx) ir_variable(glsl_type::void_type,
2508 instructions->push_tail(tmp);
2509 value = new(ctx) ir_dereference_variable(tmp);