Searched refs:temporary_allocation (Results 1 – 1 of 1) sorted by relevance
587 struct temporary_allocation { struct593 static int get_reg(struct radeon_compiler *c, struct temporary_allocation *ta, bool *hwtemps, in get_reg() argument618 struct temporary_allocation * ta; in allocate_temporary_registers()644 ta = (struct temporary_allocation*)memory_pool_malloc(&compiler->Base.Pool, in allocate_temporary_registers()645 sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()646 memset(ta, 0, sizeof(struct temporary_allocation) * num_orig_temps); in allocate_temporary_registers()