Searched refs:bi_reads_zero (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.c40 BIT_ASSERT(bi_reads_zero(mov));
48 BIT_ASSERT(bi_reads_zero(fma));
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_schedule.c597 bi_reads_zero(bi_instr *ins) function in typeref:typename:bool
787 if (src.value == 0 && fma && bi_reads_zero(instr))
1686 if (tuple->fma && bi_reads_zero(tuple->fma))
1894 if (src.value == 0 && bi_opcode_props[ins->op].fma && bi_reads_zero(ins))
H A Dcompiler.h926 bool bi_reads_zero(bi_instr *ins);

Completed in 6 milliseconds