Home
last modified time | relevance | path

Searched defs:clause (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/panfrost/compiler/bifrost/
Dbi_scoreboard.c172 bi_push_clause(struct bi_scoreboard_state *st, bi_clause *clause) in bi_push_clause()
189 bi_depend_on_writers(bi_clause *clause, struct bi_scoreboard_state *st, in bi_depend_on_writers()
204 bi_set_staging_barrier(bi_clause *clause, struct bi_scoreboard_state *st, in bi_set_staging_barrier()
219 bi_set_dependencies(bi_block *block, bi_clause *clause, in bi_set_dependencies()
Dbi_schedule.c332 bi_lower_cubeface(bi_context *ctx, struct bi_clause_state *clause, in bi_lower_cubeface()
355 bi_lower_atom_c(bi_context *ctx, struct bi_clause_state *clause, in bi_lower_atom_c()
376 bi_lower_atom_c1(bi_context *ctx, struct bi_clause_state *clause, in bi_lower_atom_c1()
397 bi_lower_seg_add(bi_context *ctx, struct bi_clause_state *clause, in bi_lower_seg_add()
417 bi_lower_dtsel(bi_context *ctx, struct bi_clause_state *clause, in bi_lower_dtsel()
777 bi_nconstants(struct bi_clause_state *clause) in bi_nconstants()
790 bi_space_for_more_constants(struct bi_clause_state *clause) in bi_space_for_more_constants()
801 bi_update_fau(struct bi_clause_state *clause, struct bi_tuple_state *tuple, in bi_update_fau()
1036 bi_numerically_incompatible(struct bi_clause_state *clause, bi_instr *instr) in bi_numerically_incompatible()
1050 bi_instr_schedulable(bi_instr *instr, struct bi_clause_state *clause, in bi_instr_schedulable()
[all …]
Dbi_pack.c32 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2) in bi_pack_header()
321 bi_pack_tuple(bi_clause *clause, bi_tuple *tuple, bi_tuple *prev, in bi_pack_tuple()
383 bi_clause *clause = list_last_entry(&block->clauses, bi_clause, link); in bi_assign_branch_offset() local
616 bi_pack_clause(bi_context *ctx, bi_clause *clause, bi_clause *next_1, in bi_pack_clause()
684 const bi_clause *clause) in bi_collect_blend_ret_addr()
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst331 .. _except_star:
397 .. _except_else:
411 .. _finally:
466 .. _with:
467 .. _as:
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/contract/
DContractUtils.java45 String clause, Tree tree, NullAway analysis, VisitorState state, Symbol callee) { in getConsequent()
80 String clause, in getAntecedent()
DContractCheckHandler.java74 String clause = clauses[0]; in onMatchMethod() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt589 …val clause = findClause(clauseObject)!! // it is guaranteed that the corresponding clause is prese… in trySelect() constant
615 … val clause = findClause(clauseObject) ?: continue // retry if `clauses` is already `null` in trySelect() constant
726 clauses.forEach { clause -> in trySelect() method
/external/mesa3d/src/panfrost/compiler/
Dbi_layout.c71 bi_clause_quadwords(bi_clause *clause) in bi_clause_quadwords()
Dbi_print.c85 bi_print_clause(bi_clause *clause, FILE *fp) in bi_print_clause()
Dbir.c154 bi_next_clause(bi_context *ctx, bi_block *block, bi_clause *clause) in bi_next_clause()
Dcompiler.h1315 bi_first_instr_in_clause(bi_clause *clause) in bi_first_instr_in_clause()
1321 bi_last_instr_in_clause(bi_clause *clause) in bi_last_instr_in_clause()
1339 #define bi_foreach_instr_in_clause(block, clause, pos) \ argument
1346 #define bi_foreach_instr_in_clause_rev(block, clause, pos) \ argument
1354 bi_before_clause(bi_clause *clause) in bi_before_clause()
1366 bi_after_clause(bi_clause *clause) in bi_after_clause()
Dbifrost_compile.c3940 bi_count_tuple_stats(bi_clause *clause, bi_tuple *tuple, struct bi_stats *stats) in bi_count_tuple_stats()
/external/rust/crates/synstructure/src/
Dlib.rs1564 let clause = get_or_insert_with(&mut *where_clause, || WhereClause { in add_trait_bounds() localVariable
1579 let clause = get_or_insert_with(&mut *where_clause, || WhereClause { in add_trait_bounds() localVariable
/external/autotest/frontend/afe/
Dmodel_logic.py94 def __init__(self, clause, values=()): argument
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4998 function getResourcesForClause(clause) { argument