Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h1279 bi_first_instr_in_clause(bi_clause *clause) in bi_first_instr_in_clause() function
1304 for (bi_instr *pos = list_entry(bi_first_instr_in_clause(clause), bi_instr, link); \
1312 && pos != bi_prev_op(bi_first_instr_in_clause(clause)); \
1318 return bi_before_instr(bi_first_instr_in_clause(clause)); in bi_before_clause()