Home
last modified time | relevance | path

Searched refs:bi_is_null (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c117 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
122 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
128 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
136 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
141 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
150 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
158 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
164 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
168 if (!bi_is_null(lut)) return lut; in va_resolve_constant()
Dva_validate.c53 else if (bi_is_null(fau->buffer[i])) { in fau_state_buffer()
87 bool special = !bi_is_null(buf) && fau_is_special(buf.value); in fau_state_special()
Dva_mark_last.c57 if (bi_is_staging_src(I, s) && !bi_is_null(I->src[s])) { in bi_staging_read_mask()
73 if (bi_is_null(I->dest[d])) in bi_writes_reg()
Dva_lower_split_64bit.c70 if (bi_is_null(I->src[s]) || s >= 4) in va_lower_split_64bit()
Dva_lower_isel.c102 if (bi_is_null(I->dest[0])) in va_lower_isel()
Dva_insert_flow.c93 if (bi_is_null(I->dest[d])) continue; in bi_write_mask()
Dva_pack.c445 pack_assert(I, bi_is_null(I->dest[0])); in va_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_cse.c141 if (!bi_is_null(I->dest[d]) && !bi_is_ssa(I->dest[d])) in instr_can_cse()
177 if (!bi_is_null(repl)) in bi_opt_cse()
191 if (!bi_is_null(instr->dest[d])) in bi_opt_cse()
Dbi_scoreboard.c140 if (bi_is_null(I->dest[d])) continue; in bi_write_mask()
156 if (bi_opcode_props[I->op].sr_write && bi_is_null(I->dest[0]) && in bi_write_mask()
157 !bi_is_null(I->src[0])) { in bi_write_mask()
Dbi_ra.c396 if (!bi_is_null(ins->dest[0])) { in bi_allocate_registers()
405 !bi_is_null(ins->dest[0])) { in bi_allocate_registers()
520 if (ins->op == BI_OPCODE_TEXC && !bi_is_null(ins->dest[1])) in bi_install_registers()
722 if (bi_is_null(I->dest[i])) in bi_lower_vector()
739 if (bi_is_null(I->src[i])) in bi_lower_vector()
752 if (bi_is_ssa(I->src[s]) && !bi_is_null(remap[I->src[s].value])) in bi_lower_vector()
774 if (bi_is_null(I->src[0])) in bi_is_tied()
Dbi_opt_copy_prop.c100 if (!bi_is_null(chained)) in bi_opt_copy_prop()
118 if (!bi_is_null(repl)) in bi_opt_copy_prop()
Dbi_schedule.c353 if (bi_is_null(pinstr->dest[0])) in bi_lower_atom_c()
371 if (bi_is_null(pinstr->dest[0])) in bi_lower_atom_c1()
581 return !bi_is_null(ins->dest[0]) && !bi_is_null(ins->dest[1]) && in bi_must_not_last()
994 if (bi_is_null(instr->dest[d])) in bi_write_count()
1066 if (bi_is_null(instr->dest[d])) in bi_instr_schedulable()
1083 if (bi_opcode_props[instr->op].sr_read && !bi_is_null(instr->src[0])) { in bi_instr_schedulable()
1310 if (!ins || bi_is_null(old)) in bi_use_passthrough()
1705 …if (clause->message && bi_opcode_props[clause->message->op].sr_read && !bi_is_null(clause->message… in bi_schedule_clause()
1972 if (!bi_is_null(*fau)) in bi_check_fau_src()
1990 if (!bi_is_null(*fau) && (src.value != fau->value)) in bi_check_fau_src()
Dbi_lower_swizzle.c217 if (bi_is_null(I->src[s])) in bi_instr_replicates()
245 if (!bi_is_null(ins->src[s])) in bi_lower_swizzle()
Dbi_validate.c120 if (bi_is_null(I->dest[d])) continue; in bi_validate_width()
Dbi_helper_invocations.c203 if (bi_is_null(I->dest[d])) in bi_helper_block_update()
Dbi_opt_dce.c64 all_null &= bi_is_null(ins->dest[d]); in bi_opt_dead_code_eliminate()
Dbir.c128 return bi_is_null(ins->dest[0]) ? 0 : ins->sr_count; in bi_count_write_registers()
Dbi_pack.c349 !bi_is_null(add->dest[0]); in bi_pack_tuple()
351 if (sr_read && !bi_is_null(add->src[0])) { in bi_pack_tuple()
Dcompiler.h312 bi_is_null(bi_index idx) in bi_is_null() function
934 if (bi_is_null(index) || index.type != BI_INDEX_NORMAL) in bi_get_node()
Dbifrost_compile.c80 if (bi_is_null(b->shader->preloaded[reg])) { in bi_preload()
95 if (bi_is_null(b->shader->coverage)) in bi_coverage()
3515 if (desc.op == BIFROST_TEX_OP_FETCH && bi_is_null(dregs[BIFROST_TEX_DREG_LOD])) { in bi_emit_texc()
3522 bool direct_tex = bi_is_null(dregs[BIFROST_TEX_DREG_TEXTURE]); in bi_emit_texc()
3523 bool direct_samp = bi_is_null(dregs[BIFROST_TEX_DREG_SAMPLER]); in bi_emit_texc()
3562 if (!bi_is_null(dregs[i])) in bi_emit_texc()
3713 if (!bi_is_null(sregs[i])) in bi_emit_tex_valhall()