Home
last modified time | relevance | path

Searched refs:BI_BRANCH (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c50 case BI_BRANCH: in bi_message_type_for_ins()
215 if (ins->type == BI_BRANCH && ins->branch_target) in bi_make_singleton()
220 (ins->type == BI_BRANCH) && in bi_make_singleton()
Dbi_tables.c32 [BI_BRANCH] = BI_SCHED_HI_LATENCY | BI_SCHED_ADD | BI_CONDITIONAL,
Dbi_print.c48 case BI_BRANCH: return "branch"; in bi_class_name()
339 if (ins->type == BI_BRANCH) { in bi_print_instruction()
Dbir.c101 if (ins->type == BI_DISCARD || ins->type == BI_BRANCH) in bi_get_component_count()
Dbi_pack.c115 if (ins->type == BI_BRANCH && clause->branch_constant) { in bi_assign_fau_idx_single()
135 if (s == 1 && (ins->type == BI_BRANCH)) continue; in bi_assign_fau_idx_single()
737 case BI_BRANCH: in bi_pack_add()
1034 assert(br && br->type == BI_BRANCH && br->branch_target); in bi_pack_constants()
Dcompiler.h52 BI_BRANCH, enumerator
Dbifrost_compile.c2134 .type = BI_BRANCH, in bi_emit_branch()
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_interpret.c429 case BI_BRANCH: in bit_step()