Lines Matching refs:bi_index
460 static bi_index
461 bi_reg_from_index(bi_context *ctx, struct lcra_state *l, bi_index index) in bi_reg_from_index()
484 bi_index new_index = bi_register(solution + index.offset); in bi_reg_from_index()
526 bi_rewrite_index_src_single(bi_instr *ins, bi_index old, bi_index new) in bi_rewrite_index_src_single()
612 bi_count_read_index(bi_instr *I, bi_index index) in bi_count_read_index()
631 static bi_index
638 bi_load_tl(bi_builder *b, unsigned bits, bi_index src, unsigned offset) in bi_load_tl()
650 bi_store_tl(bi_builder *b, unsigned bits, bi_index src, unsigned offset) in bi_store_tl()
662 bi_spill_register(bi_context *ctx, bi_index index, uint32_t offset) in bi_spill_register()
673 bi_index tmp = bi_temp(ctx); in bi_spill_register()
690 bi_index tmp = bi_temp(ctx); in bi_spill_register()
712 bi_index *remap = calloc(ctx->ssa_alloc, sizeof(bi_index)); in bi_lower_vector()
718 bi_index src = I->src[0]; in bi_lower_vector()
734 bi_index dest = I->dest[0]; in bi_lower_vector()
799 bi_index dst = I->dest[0], src = I->src[0]; in bi_coalesce_tied()