Home
last modified time | relevance | path

Searched full:clause (Results 1 – 25 of 5750) sorted by relevance

12345678910>>...230

/external/mesa3d/src/panfrost/bifrost/
Dbi_pack.c39 bi_pack_header(bi_clause *clause, bi_clause *next_1, bi_clause *next_2, bool tdd) in bi_pack_header() argument
50 clause->flow_control, in bi_pack_header()
52 .next_clause_prefetch = clause->next_clause_prefetch, in bi_pack_header()
53 .staging_barrier = clause->staging_barrier, in bi_pack_header()
54 .staging_register = clause->staging_register, in bi_pack_header()
56 .dependency_slot = clause->scoreboard_id, in bi_pack_header()
57 .message_type = clause->message_type, in bi_pack_header()
75 bi_lookup_constant(bi_clause *clause, uint32_t cons, bool *hi) in bi_lookup_constant() argument
77 for (unsigned i = 0; i < clause->constant_count; ++i) { in bi_lookup_constant()
79 uint64_t top = clause->constants[i]; in bi_lookup_constant()
[all …]
Dbi_layout.c26 /* The scheduler packs multiple instructions into a clause (grouped as bundle),
27 * and the packing code takes in a clause and emits it to the wire. During
29 * within the clause so constraints can be resolved during scheduling instead
32 * manipulating clause layouts.
39 * ...which is equivalent to the clause ending up with 8 or fewer quardwords.
45 bi_can_insert_bundle(bi_clause *clause, bool constant) in bi_can_insert_bundle() argument
47 unsigned constant_count = clause->constant_count + (constant ? 1 : 0); in bi_can_insert_bundle()
48 unsigned bundle_count = clause->bundle_count + 1; in bi_can_insert_bundle()
53 /* Helper to calculate the number of quadwords in a clause. This is a function
80 bi_clause_quadwords(bi_clause *clause) in bi_clause_quadwords() argument
[all …]
Dbi_ra.c232 /* Get the single instruction in a singleton clause. Precondition: clause
237 * instruction in the clause */
240 bi_unwrap_singleton(bi_clause *clause) in bi_unwrap_singleton() argument
242 assert(clause->bundle_count == 1); in bi_unwrap_singleton()
243 assert((clause->bundles[0].fma != NULL) ^ (clause->bundles[0].add != NULL)); in bi_unwrap_singleton()
245 return clause->bundles[0].fma ? clause->bundles[0].fma in bi_unwrap_singleton()
246 : clause->bundles[0].add; in bi_unwrap_singleton()
256 /* Get the instruction to pivot around. Should be first/last of clause in bi_insert_singleton()
260 bi_clause *clause = bi_make_singleton(memctx, uins, in bi_insert_singleton() local
264 list_addtail(&clause->link, &cursor->link); in bi_insert_singleton()
[all …]
/external/clang/include/clang/AST/
DOpenMPClause.h30 /// \brief This is a basic class for representing single OpenMP clause.
33 /// \brief Starting location of the clause (the clause keyword).
35 /// \brief Ending location of the clause.
37 /// \brief Kind of the clause.
45 /// \brief Returns the starting location of the clause.
47 /// \brief Returns the ending location of the clause.
50 /// \brief Sets the starting location of the clause.
52 /// \brief Sets the ending location of the clause.
55 /// \brief Returns kind of OpenMP clause (private, shared, reduction, etc.).
77 /// Pre-initialization statement for the clause.
[all …]
/external/protobuf/php/ext/google/protobuf/
Dpackage.xml23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
81 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
97 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
113 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
129 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
145 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
161 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
177 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
193 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
209 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
[all …]
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dpackage.xml23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
81 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
97 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
113 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
129 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
145 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
161 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
177 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
193 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
209 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
[all …]
/external/clang/lib/AST/
DOpenMPClause.cpp177 OMPPrivateClause *Clause = in Create() local
179 Clause->setVarRefs(VL); in Create()
180 Clause->setPrivateCopies(PrivateVL); in Create()
181 return Clause; in Create()
208 OMPFirstprivateClause *Clause = in Create() local
210 Clause->setVarRefs(VL); in Create()
211 Clause->setPrivateCopies(PrivateVL); in Create()
212 Clause->setInits(InitVL); in Create()
213 Clause->setPreInitStmt(PreInit); in Create()
214 return Clause; in Create()
[all …]
/external/clang/test/OpenMP/
Dtarget_update_to_messages.cpp82 …ted '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
83 …xpected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
84 …xpected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
85 …pdate' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
86 …identifier 'alloc'}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
89 …t refer to a value}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
94 #pragma omp target update to(y x) // expected-error {{expected ',' or ')' in 'to' clause}} in tmain()
96 … refer to a value}}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
98 …mappable to target}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
99 …ate variables are not allowed in 'to' clause}} expected-error {{expected at least one 'to' clause in tmain()
[all …]
Dtarget_update_from_messages.cpp82 …d '(' after 'from'}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
83 …xpected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
84 …xpected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
85 …pdate' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
86 …identifier 'alloc'}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
89 …t refer to a value}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
94 #pragma omp target update from(y x) // expected-error {{expected ',' or ')' in 'from' clause}} in tmain()
96 … refer to a value}}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
98 …mappable to target}} expected-error {{expected at least one 'to' clause or 'from' clause specified… in tmain()
99 …e variables are not allowed in 'from' clause}} expected-error {{expected at least one 'to' clause in tmain()
[all …]
Dtarget_data_use_device_ptr_messages.cpp24 …h this '('}} expected-error {{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
26 …ce_ptr(i) // expected-error {{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
28 …ce_ptr(j) // expected-error {{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
34 …ce_ptr(aa) // expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
36 …ice_ptr(e) // expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
38 …ice_ptr(g) // expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
40 …r(k,i,j) // expected-error2 {{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
42 …ice_ptr(d) // expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
44 …ce_ptr(da) // expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in func()
140 …ch this '('}} expected-error{{expected pointer or reference to pointer in 'use_device_ptr' clause}} in tmain()
[all …]
Dtarget_parallel_defaultmap_messages.cpp10 …#pragma omp target parallel defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'd… in tmain()
12 …#pragma omp target parallel defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause '… in tmain()
14 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
16 …ected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
18 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
22 …cted-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
24 …cted-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
26 …ltmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
35 …#pragma omp target parallel defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'd… in main()
37 …#pragma omp target parallel defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause '… in main()
[all …]
Dtarget_defaultmap_messages.cpp10 …#pragma omp target defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap… in tmain()
12 …#pragma omp target defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultma… in tmain()
14 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
16 …ected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
18 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
22 …cted-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
24 …cted-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
26 …ltmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
35 …#pragma omp target defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap… in main()
37 …#pragma omp target defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultma… in main()
[all …]
Dordered_messages.cpp30 …// expected-error {{directive '#pragma omp ordered' cannot contain more than one 'threads' clause}} in foo()
35 #pragma omp for ordered(1) // expected-note {{'ordered' clause with specified parameter}} in foo()
42 #pragma omp for ordered(1) // expected-note {{'ordered' clause with specified parameter}} in foo()
44 …#pragma omp ordered threads // expected-error {{'ordered' directive with 'threads' clause cannot b… in foo()
49 …md // expected-error {{directive '#pragma omp ordered' cannot contain more than one 'simd' clause}} in foo()
98 …#pragma omp ordered depend(source) // expected-error {{'ordered' directive with 'depend' clause ca… in foo()
99 …d depend(sink : i) // expected-error {{'ordered' directive with 'depend' clause cannot be closely … in foo()
101 #pragma omp parallel for ordered(2) // expected-note 5 {{'ordered' clause with specified parameter}} in foo()
105 … {{expected ')'}} expected-error {{expected 'source' or 'sink' in OpenMP clause 'depend'}} expecte… in foo()
113 #pragma omp ordered depend(source) // expected-error {{'#pragma omp ordered' with 'depend' clause c… in foo()
[all …]
Dtarget_parallel_for_defaultmap_messages.cpp11 …arallel for defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
13 …et parallel for defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} in tmain()
15 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
17 …ected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
19 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
23 …cted-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
25 …cted-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
27 …ltmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
37 …arallel for defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in main()
39 …et parallel for defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} in main()
[all …]
Dtarget_parallel_for_simd_defaultmap_messages.cpp11 …el for simd defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
13 …rallel for simd defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} in tmain()
15 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
17 …ected-note {{to match this '('}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
19 …defaultmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} in tmain()
23 …cted-error {{expected ')'}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
25 …cted-error {{expected ')'}} expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in tmain()
27 …ltmap modifier - ignoring}} expected-error {{expected 'scalar' in OpenMP clause 'defaultmap'}} exp… in tmain()
37 …el for simd defaultmap ( // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} exp… in main()
39 …rallel for simd defaultmap () // expected-error {{expected 'tofrom' in OpenMP clause 'defaultmap'}} in main()
[all …]
Dtarget_is_device_ptr_messages.cpp28 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
30 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
32 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
42 …r{{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
48 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
50 …r{{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in func()
153 …r{{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in tmain()
155 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in tmain()
157 … {{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in tmain()
167 …r{{expected pointer, array, reference to pointer, or reference to array in 'is_device_ptr clause'}} in tmain()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt22 …* At most one clause is *atomically* selected and its block is executed. The result of the selecte… in <lambda>()
23 * becomes the result of the select. If any clause _fails_, then the select invocation produces the in <lambda>()
24 * corresponding exception. No clause is selected in this case. in <lambda>()
26 …* This select function is _biased_ to the first clause. When multiple clauses can be selected at t… in <lambda>()
30 …* There is no `default` clause for select expression. Instead, each selectable suspending function… in <lambda>()
36 * | **Receiver** | **Suspending function** | **Select clause** in <lambda>()
79 …* Registers a clause in this [select] expression without additional parameters that does not selec…
84 …* Registers clause in this [select] expression without additional parameters that selects value of… in invoke()
89 …* Registers clause in this [select] expression with additional parameter of type [P] that selects … in invoke()
94 * Registers clause in this [select] expression with additional nullable parameter of type [P] in invoke()
[all …]
/external/python/cpython3/Doc/tutorial/
Derrors.rst98 * First, the *try clause* (the statement(s) between the :keyword:`try` and
101 * If no exception occurs, the *except clause* is skipped and execution of the
104 * If an exception occurs during execution of the :keyword:`try` clause, the rest of the
105 clause is skipped. Then, if its type matches the exception named after the
106 :keyword:`except` keyword, the *except clause* is executed, and then execution
110 clause*, it is passed on to outer :keyword:`try` statements; if no handler is
114 A :keyword:`try` statement may have more than one *except clause*, to specify
116 Handlers only handle exceptions that occur in the corresponding *try clause*,
117 not in other handlers of the same :keyword:`!try` statement. An *except clause*
123 A class in an :keyword:`except` clause is compatible with an exception if it is
[all …]
/external/clang/lib/Parse/
DParseOpenMP.cpp414 /// clause:
542 /// annot_pragma_openmp 'declare simd' {<clause> [,]}
777 /// 'target parallel for simd' {clause}
841 // pseudo-clause OMPFlushClause. in ParseOpenMPDeclarativeOrExecutableDirective()
922 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
925 if (Clause) { in ParseOpenMPDeclarativeOrExecutableDirective()
926 FirstClauses[CKind].setPointer(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
927 Clauses.push_back(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
941 // If the depend clause is specified, the ordered construct is a stand-alone in ParseOpenMPDeclarativeOrExecutableDirective()
1053 /// clause:
[all …]
/external/python/cpython2/Doc/tutorial/
Derrors.rst98 * First, the *try clause* (the statement(s) between the :keyword:`try` and
101 * If no exception occurs, the *except clause* is skipped and execution of the
104 * If an exception occurs during execution of the try clause, the rest of the
105 clause is skipped. Then if its type matches the exception named after the
106 :keyword:`except` keyword, the except clause is executed, and then execution
110 clause, it is passed on to outer :keyword:`try` statements; if no handler is
114 A :keyword:`try` statement may have more than one except clause, to specify
116 Handlers only handle exceptions that occur in the corresponding try clause, not
117 in other handlers of the same :keyword:`try` statement. An except clause may
131 The last except clause may omit the exception name(s), to serve as a wildcard.
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll166 ; Clause 1: call f(2) is guarded by catch1
170 ; ^ offset of start of clause
172 ; ^ offset of end of clause
179 ; Clause 2: call f(2) is also guarded by catch2
183 ; ^ offset of start of clause
185 ; ^ offset of end of clause
192 ; Clause 3: calls f(1) and f(2) are guarded by finally
196 ; ^ offset of start of clause
198 ; ^ offset of end of clause
205 ; Clause 4: call f(3) is guarded by finally
[all …]
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/contract/
DContractUtils.java34 * Parses the contract clause and returns the consequent in the contract.
36 * @param clause The contract clause.
44 String clause, Tree tree, NullAway analysis, VisitorState state, Symbol callee) { in getConsequent() argument
46 String[] parts = clause.split("->"); in getConsequent()
51 + ". It contains the following uparseable clause: " in getConsequent()
52 + clause in getConsequent()
67 * Parses the contract clause and returns the antecedents in the contract.
69 * @param clause The contract clause.
78 String clause, in getAntecedent() argument
85 String[] parts = clause.split("->"); in getAntecedent()
[all …]
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst20 single: clause
23 Compound statements consist of one or more 'clauses.' A clause consists of a
24 header and a 'suite.' The clause headers of a particular compound statement are
25 all at the same indentation level. Each clause header begins with a uniquely
27 controlled by a clause. A suite can be one or more semicolon-separated simple
31 mostly because it wouldn't be clear to which :keyword:`if` clause a following
32 :keyword:`else` clause would belong: ::
68 The formatting of the grammar rules in the following sections places each clause
95 false, the suite of the :keyword:`else` clause, if present, is executed.
117 suite of the :keyword:`else` clause, if present, is executed and the loop
[all …]
/external/clang/include/clang/Basic/
DOpenMPKinds.h42 /// \brief OpenMP attributes for 'default' clause.
50 /// \brief OpenMP attributes for 'proc_bind' clause.
58 /// \brief OpenMP attributes for 'schedule' clause.
66 /// \brief OpenMP modifiers for 'schedule' clause.
75 /// \brief OpenMP attributes for 'depend' clause.
83 /// \brief OpenMP attributes for 'linear' clause.
91 /// \brief OpenMP mapping kind for 'map' clause.
99 /// \brief OpenMP attributes for 'dist_schedule' clause.
106 /// \brief OpenMP attributes for 'defaultmap' clause.
114 /// \brief OpenMP modifiers for 'defaultmap' clause.
[all …]
/external/rust/cxx/syntax/
Dtrivial.rs172 clauses.push(Clause::Set { in as_what()
179 clauses.push(Clause::Set { in as_what()
186 clauses.push(Clause::Set { in as_what()
193 clauses.push(Clause::Ty1 { in as_what()
200 clauses.push(Clause::Ty1 { in as_what()
207 clauses.push(Clause::Slice { in as_what()
216 clauses.push(Clause::Set { in as_what()
223 for (i, clause) in clauses.iter().enumerate() { in as_what()
225 write!(f, "{} ", clause.article())?; in as_what()
231 clause.fmt(f)?; in as_what()
[all …]

12345678910>>...230