Home
last modified time | relevance | path

Searched refs:bi_instr_uses_helpers (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_helper_invocations.c87 bi_instr_uses_helpers(bi_instr *I) in bi_instr_uses_helpers() function
116 if (bi_instr_uses_helpers(I)) in bi_block_uses_helpers()
187 helpers |= bi_instr_uses_helpers(I); in bi_mark_clauses_td()
235 if (!bi_instr_uses_helpers(I)) continue; in bi_analyze_helper_requirements()
Dcompiler.h1085 bool bi_instr_uses_helpers(bi_instr *I);
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_insert_flow.c475 if (bi_instr_uses_helpers(I)) { in va_insert_flow_control_nops()