Home
last modified time | relevance | path

Searched refs:bi_is_equiv (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_validate.c89 if (special && !bi_is_equiv(buf, idx)) in fau_state_special()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_ra.c529 if (bi_is_equiv(ins->src[i], old)) { in bi_rewrite_index_src_single()
617 if (bi_is_equiv(I->src[s], index)) { in bi_count_read_index()
670 if (!bi_is_equiv(I->dest[d], index)) continue; in bi_spill_register()
Dbir.c36 if (bi_is_equiv(ins->src[s], arg)) in bi_has_arg()
Dbi_schedule.c951 read |= bi_is_equiv(fma, bi_register(src.value + d)); in bi_has_staging_passthrough_hazard()
1076 if (bi_is_equiv(bi_register(reg + d), idx)) in bi_instr_schedulable()
1091 if (bi_is_equiv(bi_register(reg + d), idx)) in bi_instr_schedulable()
Dcompiler.h328 bi_is_equiv(bi_index left, bi_index right) in bi_is_equiv() function
342 return bi_is_equiv(left, right) && left.offset == right.offset; in bi_is_word_equiv()
Dbi_pack.c356 assert(bi_is_equiv(add->src[0], add->dest[0])); in bi_pack_tuple()
Dbifrost_compile.c3487 if (!bi_is_equiv(dregs[BIFROST_TEX_DREG_OFFSETMS], bi_zero())) in bi_emit_texc()
3704 if (!bi_is_equiv(offsets, bi_zero())) { in bi_emit_tex_valhall()
4643 if (ins->op == BI_OPCODE_MOV_I32 && bi_is_equiv(ins->dest[0], ins->src[0])) in bi_opt_post_ra()