Searched refs:bi_is_equiv (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 383 if (bi_is_equiv(ins->src[i], old)) { in bi_rewrite_index_src_single() 436 if (bi_is_equiv(I->src[s], index)) { in bi_count_read_index() 456 if (!bi_is_equiv(I->dest[d], index)) continue; in bi_spill_register()
|
D | bir.c | 36 if (bi_is_equiv(ins->src[s], arg)) in bi_has_arg()
|
D | compiler.h | 334 bi_is_equiv(bi_index left, bi_index right) in bi_is_equiv() function 348 return bi_is_equiv(left, right) && left.offset == right.offset; in bi_is_word_equiv()
|
D | bi_schedule.c | 888 read |= bi_is_equiv(fma, bi_register(src.value + d)); in bi_has_staging_passthrough_hazard() 983 if (bi_is_equiv(bi_register(reg + d), idx)) in bi_instr_schedulable() 997 if (bi_is_equiv(bi_register(reg + d), idx)) in bi_instr_schedulable()
|
D | bi_pack.c | 344 assert(bi_is_equiv(add->src[0], add->dest[0])); in bi_pack_tuple()
|
D | bifrost_compile.c | 375 reads_self |= bi_is_equiv(final_dst, src[i]); in bi_make_vec_to() 398 if (!bi_is_equiv(dst, final_dst)) { in bi_make_vec_to() 2690 if (!bi_is_equiv(dregs[BIFROST_TEX_DREG_OFFSETMS], bi_zero())) in bi_emit_texc() 3535 if (ins->op == BI_OPCODE_MOV_I32 && bi_is_equiv(ins->dest[0], ins->src[0])) in bi_opt_post_ra()
|