Lines Matching refs:bi_index
60 bi_index reads[5];
68 bi_index forceds[2];
79 bi_index prev_reads[5];
117 bi_index accesses[(BI_MAX_SRCS + 2) * 16];
743 bi_index src = instr->src[s]; in bi_update_fau()
814 bi_index src = instr->src[src_idx]; in bi_tuple_is_new_src()
843 bi_count_succ_reads(bi_index t0, bi_index t1, in bi_count_succ_reads()
844 bi_index *succ_reads, unsigned nr_succ_reads) in bi_count_succ_reads()
876 bi_has_staging_passthrough_hazard(bi_index fma, bi_instr *add) in bi_has_staging_passthrough_hazard()
879 bi_index src = add->src[s]; in bi_has_staging_passthrough_hazard()
981 bi_index idx = clause->accesses[i]; in bi_instr_schedulable()
995 bi_index idx = clause->accesses[i]; in bi_instr_schedulable()
1159 bi_index src = tuple->prev_reads[0]; in bi_take_instr()
1202 bi_use_passthrough(bi_instr *ins, bi_index old, in bi_use_passthrough()
1253 bi_index pass = bi_passthrough(ins->src[s].offset ? in bi_rewrite_fau_to_pass()
1263 bi_index zero = bi_passthrough(fma ? BIFROST_SRC_STAGE : BIFROST_SRC_FAU_LO); in bi_rewrite_zero()
1266 bi_index src = ins->src[s]; in bi_rewrite_zero()
1574 bi_index prev_reads[5] = { bi_null() }; in bi_schedule_clause()
1856 bi_check_fau_src(bi_instr *ins, unsigned s, uint32_t *constants, unsigned *cwords, bi_index *fau) in bi_check_fau_src()
1858 bi_index src = ins->src[s]; in bi_check_fau_src()
1908 bi_index fau = bi_null(); in bi_lower_fau()
1918 bi_index copy = bi_mov_i32(&b, ins->src[s]); in bi_lower_fau()