Searched refs:bi_is_equiv (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_validate.c | 89 if (special && !bi_is_equiv(buf, idx)) in fau_state_special()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 529 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()
|
D | bir.c | 36 if (bi_is_equiv(ins->src[s], arg)) in bi_has_arg()
|
D | bi_schedule.c | 951 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()
|
D | compiler.h | 328 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()
|
D | bi_pack.c | 356 assert(bi_is_equiv(add->src[0], add->dest[0])); in bi_pack_tuple()
|
D | bifrost_compile.c | 3487 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()
|