Lines Matching refs:temp_count
174 size_t sz = BITSET_WORDS(ctx->temp_count) * sizeof(BITSET_WORD);
229 unsigned spill_idx = ctx->temp_count;
231 for (unsigned i = 0; i < ctx->temp_count; ++i) {
342 if (ins->dest < ctx->temp_count)
375 if (ins_a->dest >= ctx->temp_count) continue;
380 if (ins_b->dest >= ctx->temp_count) continue;
391 uint16_t *live = mem_dup(_blk->live_out, ctx->temp_count * sizeof(uint16_t));
399 if (dest < ctx->temp_count) {
400 for (unsigned i = 0; i < ctx->temp_count; ++i) {
411 for (unsigned i = 0; i < ctx->temp_count; ++i) {
416 lcra_add_node_interference(l, ctx->temp_count + j,
424 mir_liveness_ins_update(live, ins, ctx->temp_count);
459 if (!ctx->temp_count)
465 struct lcra_state *l = lcra_alloc_equations(ctx->temp_count + 4, 5);
466 unsigned node_r1 = ctx->temp_count + 1;
491 unsigned *found_class = calloc(sizeof(unsigned), ctx->temp_count);
492 unsigned *min_alignment = calloc(sizeof(unsigned), ctx->temp_count);
493 unsigned *min_bound = calloc(sizeof(unsigned), ctx->temp_count);
506 if (s < ctx->temp_count)
516 if (s < ctx->temp_count)
579 for (unsigned i = 0; i < ctx->temp_count; ++i) {
635 if (ins->src[0] < ctx->temp_count)
638 if (ins->src[2] < ctx->temp_count)
641 if (ins->src[3] < ctx->temp_count)
644 if (ins->src[1] < ctx->temp_count)
647 if (ins->dest < ctx->temp_count)
665 l->solutions[ctx->temp_count + i] = (16 * i);
684 if (ins->dest >= ctx->temp_count)
704 assert(ctx->blend_input < ctx->temp_count);
712 assert(ctx->blend_src1 < ctx->temp_count);
898 unsigned spill_index = ctx->temp_count;