Lines Matching refs:bi_index
60 bi_index reads[5];
68 bi_index forceds[2];
79 bi_index prev_reads[5];
128 bi_index accesses[(BI_MAX_SRCS + BI_MAX_DESTS) * 16];
806 bi_index src = instr->src[s]; in bi_update_fau()
877 bi_index src = instr->src[src_idx]; in bi_tuple_is_new_src()
906 bi_count_succ_reads(bi_index t0, bi_index t1, in bi_count_succ_reads()
907 bi_index *succ_reads, unsigned nr_succ_reads) in bi_count_succ_reads()
939 bi_has_staging_passthrough_hazard(bi_index fma, bi_instr *add) in bi_has_staging_passthrough_hazard()
942 bi_index src = add->src[s]; in bi_has_staging_passthrough_hazard()
1074 bi_index idx = clause->accesses[i]; in bi_instr_schedulable()
1089 bi_index idx = clause->accesses[i]; in bi_instr_schedulable()
1260 bi_index src = tuple->prev_reads[0]; in bi_take_instr()
1305 bi_use_passthrough(bi_instr *ins, bi_index old, in bi_use_passthrough()
1356 bi_index pass = bi_passthrough(ins->src[s].offset ? in bi_rewrite_fau_to_pass()
1366 bi_index zero = bi_passthrough(fma ? BIFROST_SRC_STAGE : BIFROST_SRC_FAU_LO); in bi_rewrite_zero()
1369 bi_index src = ins->src[s]; in bi_rewrite_zero()
1677 bi_index prev_reads[5] = { bi_null() }; in bi_schedule_clause()
1959 bi_check_fau_src(bi_instr *ins, unsigned s, uint32_t *constants, unsigned *cwords, bi_index *fau) in bi_check_fau_src()
1961 bi_index src = ins->src[s]; in bi_check_fau_src()
2011 bi_index fau = bi_null(); in bi_lower_fau()
2029 bi_index copy = bi_mov_i32(&b, ins->src[s]); in bi_lower_fau()