Home
last modified time | relevance | path

Searched +full:2 +full:- +full:clause (Results 1 – 25 of 1092) sorted by relevance

12345678910>>...44

/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
44 unsigned dependency_wait = next_1 ? next_1->dependencies : 0; in bi_pack_header()
45 dependency_wait |= next_2 ? next_2->dependencies : 0; in bi_pack_header()
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()
58 .next_message_type = next_1 ? next_1->message_type : 0, in bi_pack_header()
[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
31 * instructions so the scheduler can focus on the high-level algorithm, and
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
[all …]
/external/clang/test/OpenMP/
Dtarget_update_to_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s
10 struct S1; // expected-note 2 {{declared here}}
17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}}
18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
62 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
66 template <typename T, int I> // expected-note {{declared here}}
82 …get update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one… in tmain()
83-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}}… in tmain()
84 …get update to() // expected-error {{expected expression}} expected-error {{expected at least one '… in tmain()
85 …ted-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error … in tmain()
[all …]
Dtarget_update_from_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s
10 struct S1; // expected-note 2 {{declared here}}
17 static float S2s; // expected-note 4 {{mappable type cannot contain static members}}
18 static const float S2sc; // expected-note 4 {{mappable type cannot contain static members}}
62 #pragma omp threadprivate(h) // expected-note 2 {{defined as threadprivate or thread local}}
66 template <typename T, int I> // expected-note {{declared here}}
82 … update from // expected-error {{expected '(' after 'from'}} expected-error {{expected at least on… in tmain()
83-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}}… in tmain()
84 …t update from() // expected-error {{expected expression}} expected-error {{expected at least one '… in tmain()
85 …ted-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error … in tmain()
[all …]
Dfor_ordered_clause.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
2 // RUN: %clang_cc1 -verify -fopenmp -std=c++98 %s
3 // RUN: %clang_cc1 -verify -fopenmp -std=c++11 %s
9 // expected-note@+2 4 {{declared here}}
15 struct S1; // expected-note {{declared here}}
17 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
18 T tmain(T argc, S **argv) { //expected-note 2 {{declared here}} in tmain()
21 argv[0][i] = argv[0][i] - argv[0][i - ST]; in tmain()
22 #pragma omp for ordered( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain()
24 argv[0][i] = argv[0][i] - argv[0][i - ST]; in tmain()
[all …]
Dsimd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
4 // expected-note@+1 {{defined as threadprivate or thread local}}
30 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
39 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
44 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
49 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
53 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
58 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
63 …// expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = i… in test_iteration_spaces()
68 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
Dparallel_for_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
39 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
48 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
53 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
58 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
62 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
77 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
Dfor_schedule_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
14 #pragma omp for schedule // expected-error {{expected '(' after 'schedule'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
16-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'nonmonotonic' or… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
18 … () // expected-error {{expected 'static', 'dynamic', 'guided', 'auto', 'runtime', 'monotonic', 'n… in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
20 …#pragma omp for schedule (auto // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
[all …]
Dfor_simd_loop_messages.cpp1 // RUN: %clang_cc1 -fsyntax-only -fopenmp -x c++ -std=c++11 -fexceptions -fcxx-exceptions -verify %s
13 // expected-note@+1 {{defined as threadprivate or thread local}}
44 // expected-error@+2 {{expression must have integral or unscoped enumeration type, not 'double'}} in test_iteration_spaces()
55 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
61 // expected-error@+2 {{variable must be of integer or random access iterator type}} in test_iteration_spaces()
67 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
72 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
78 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
84 // expected-error@+2 {{initialization clause of OpenMP for loop is not in canonical form ('var = in… in test_iteration_spaces()
90 // expected-warning@+3 {{expression result unused}} in test_iteration_spaces()
[all …]
Ddeclare_simd_messages.cpp1 // RUN: %clang_cc1 -triple=x86_64-pc-win32 -verify -fopenmp -x c++ -std=c++11 -fms-extensions %s
3 // expected-error@+1 {{expected an OpenMP directive}}
6 // expected-error@+2 {{'#pragma omp declare simd' can only be applied to functions}}
9 // expected-error@+2 {{'#pragma omp declare simd' can only be applied to functions}}
15 // expected-error@+2 {{expected an OpenMP directive}} expected-error@+1 {{function declaration is e…
19 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}}
20 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}}
26 // expected-error@+3 {{function declaration is expected after 'declare simd' directive}}
27 // expected-error@+1 {{function declaration is expected after 'declare simd' directive}}
33 // expected-error@+1 {{single declaration is expected after 'declare simd' directive}}
[all …]
Dtarget_parallel_for_collapse_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
13 T tmain(T argc, S **argv) { //expected-note 2 {{declared here}} in tmain()
14 #pragma omp target parallel for collapse // expected-error {{expected '(' after 'collapse'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
16 …rget parallel for collapse ( // expected-error {{expected expression}} expected-error {{expected '… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
18 #pragma omp target parallel for collapse () // expected-error {{expected expression}} in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
[all …]
Dtarget_parallel_for_simd_collapse_messages.cpp1 // RUN: %clang_cc1 -verify -fopenmp %s
10 struct S1; // expected-note {{declared here}}
12 template <class T, typename S, int N, int ST> // expected-note {{declared here}}
13 T tmain(T argc, S **argv) { //expected-note 2 {{declared here}} in tmain()
14 #pragma omp target parallel for simd collapse // expected-error {{expected '(' after 'collapse'}} in tmain()
15 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
16 …parallel for simd collapse ( // expected-error {{expected expression}} expected-error {{expected '… in tmain()
17 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
18 #pragma omp target parallel for simd collapse () // expected-error {{expected expression}} in tmain()
19 for (int i = ST; i < N; i++) argv[0][i] = argv[0][i] - argv[0][i-ST]; in tmain()
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll1 ; RUN: llc -mtriple=x86_64-pc-windows-coreclr -verify-machineinstrs < %s | FileCheck %s
8 ; Simplified IR for pseudo-C# like the following:
13 ; f(2);
30 ; CHECK-LABEL: test1: # @test1
31 ; CHECK-NEXT: [[test1_begin:.*func_begin.*]]:
35 ; CHECK: leaq [[FPOffset:[0-9]+]](%rsp), %rbp
37 ; CHECK: movq %rsp, [[PSPSymOffset:[0-9]+]](%rsp)
39 ; CHECK-NEXT: movl $1, %ecx
40 ; CHECK-NEXT: callq f
41 ; CHECK-NEXT: [[test1_after_f1:.+]]:
[all …]
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dpackage.xml1 <?xml version="1.0" encoding="UTF-8"?>
2-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
5 …<summary>Google's language-neutral, platform-neutral, extensible mechanism for serializing structu…
6 <description>https://developers.google.com/protocol-buffers/</description>
10 <email>protobuf-packages@google.com</email>
13 <date>2022-09-29</date>
23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
44 <file baseinstalldir="/" name="php-upb.c" role="src"/>
45 <file baseinstalldir="/" name="php-upb.h" role="src"/>
51 <file baseinstalldir="/" name="third_party/utf8_range/range2-neon.c" role="src"/>
[all …]
/external/python/cpython2/Doc/tutorial/
Derrors.rst1 .. _tut-errors:
12 .. _tut-syntaxerrors:
34 .. _tut-exceptions:
53 >>> '2' + 2
61 The string printed as the exception type is the name of the built-in exception
62 that occurred. This is true for all built-in exceptions, but need not be true
63 for user-defined exceptions (although it is a useful convention). Standard
64 exception names are built-in identifiers (not reserved keywords).
74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
77 .. _tut-handling:
[all …]
/external/python/cpython3/Doc/tutorial/
Derrors.rst1 .. _tut-errors:
12 .. _tut-syntaxerrors:
34 .. _tut-exceptions:
53 >>> '2' + 2
61 The string printed as the exception type is the name of the built-in exception
62 that occurred. This is true for all built-in exceptions, but need not be true
63 for user-defined exceptions (although it is a useful convention). Standard
64 exception names are built-in identifiers (not reserved keywords).
74 :ref:`bltin-exceptions` lists the built-in exceptions and their meanings.
77 .. _tut-handling:
[all …]
/external/protobuf/php/ext/google/protobuf/
Dpackage.xml1 <?xml version="1.0" encoding="UTF-8"?>
2-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
5 …<summary>Google's language-neutral, platform-neutral, extensible mechanism for serializing structu…
6 <description>https://developers.google.com/protocol-buffers/</description>
10 <email>protobuf-packages@google.com</email>
13 <date>2022-09-29</date>
23 <license uri="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause</license>
44 <file baseinstalldir="/" name="php-upb.c" role="src"/>
45 <file baseinstalldir="/" name="php-upb.h" role="src"/>
51 <file baseinstalldir="/" name="third_party/utf8_range/range2-neon.c" role="src"/>
[all …]
/external/spdx-tools/idsearcher/
Didsearcher_test.go1 // SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9 // ===== 2.1 Searcher top-level function tests =====
14 NamespacePrefix: "https://github.com/swinslow/spdx-docs/spdx-go/testdata-",
22 t.Fatalf("expected non-nil Document, got nil")
29 t.Fatalf("expected non-nil Packages, got nil")
36 t.Fatalf("expected non-nil pkg, got nil")
40 t.Fatalf("expected non-nil Files, got nil")
48 t.Fatalf("expected non-nil LicenseInfoInFiles, got nil")
62 t.Fatalf("expected non-nil LicenseInfoInFiles, got nil")
67 if fileTrailingComment.LicenseInfoInFiles[0] != "GPL-2.0-or-later" {
[all …]
/external/mesa3d/prebuilt-intermediates/bifrost/
Dbi_generated_pack.h33 pan_pack_fma_rshift_and_i32(bi_clause *clause, bi_instruction *ins, bi_registers *regs) in pan_pack_fma_rshift_and_i32() argument
39 unsigned src2 = bi_get_src(ins, regs, 2); in pan_pack_fma_rshift_and_i32()
41 unsigned lane2_sz = nir_alu_type_get_type_size(ins->src_types[2]); in pan_pack_fma_rshift_and_i32()
43 if (lane2_sz == 8 && ins->swizzle[2][0] == 0) lane2_temp = 0; in pan_pack_fma_rshift_and_i32()
44 else if (lane2_sz == 8 && ins->swizzle[2][0] == 1) lane2_temp = 1; in pan_pack_fma_rshift_and_i32()
45 else if (lane2_sz == 8 && ins->swizzle[2][0] == 2) lane2_temp = 2; in pan_pack_fma_rshift_and_i32()
46 else if (lane2_sz == 8 && ins->swizzle[2][0] == 3) lane2_temp = 3; in pan_pack_fma_rshift_and_i32()
51 unsigned not1 = ins->bitwise.src1_invert ? 1 : 0; in pan_pack_fma_rshift_and_i32()
52 assert(not1 < 2); in pan_pack_fma_rshift_and_i32()
54 unsigned not_result = ins->bitwise.dest_invert ? 0 : 1; in pan_pack_fma_rshift_and_i32()
[all …]
/external/clang/lib/AST/
DOpenMPClause.cpp1 //===--- OpenMPClause.cpp - Classes for OpenMP clauses --------------------===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
26 return static_cast<Class *>(this)->children(); in children()
38 switch (C->getClauseKind()) { in get()
106 switch (C->getClauseKind()) { in get()
176 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * VL.size())); in Create()
177 OMPPrivateClause *Clause = in Create() local
179 Clause->setVarRefs(VL); in Create()
180 Clause->setPrivateCopies(PrivateVL); in Create()
[all …]
/external/libjpeg-turbo/
DNOTICE1 libjpeg-turbo Licenses
4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
6 - The IJG (Independent JPEG Group) License, which is listed in
12 - The Modified (3-clause) BSD License, which is listed below
17 - The [zlib License](https://opensource.org/licenses/Zlib)
19 This license is a subset of the other two, and it covers the libjpeg-turbo
23 Complying with the libjpeg-turbo Licenses
26 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
29 1. If you are distributing a modified version of the libjpeg-turbo source,
36 - Clause 1 of the IJG License
[all …]
DLICENSE.md1 libjpeg-turbo Licenses
4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
6 - The IJG (Independent JPEG Group) License, which is listed in
12 - The Modified (3-clause) BSD License, which is listed below
17 - The [zlib License](https://opensource.org/licenses/Zlib)
19 This license is a subset of the other two, and it covers the libjpeg-turbo
23 Complying with the libjpeg-turbo Licenses
26 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
29 1. If you are distributing a modified version of the libjpeg-turbo source,
36 - Clause 1 of the IJG License
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dlds-output-queue.ll1 ; RUN: llc < %s -march=r600 -mcpu=redwood -verify-machineinstrs | FileCheck %s
4 ; the ALU clause.
6 ; CHECK-LABEL: {{^}}lds_input_queue:
8 ; CHECK-NOT: ALU clause
9 ; CHECK: MOV * T{{[0-9]\.[XYZW]}}, OQAP
11 @local_mem = internal unnamed_addr addrspace(3) global [2 x i32] undef, align 4
15 %0 = getelementptr inbounds [2 x i32], [2 x i32] addrspace(3)* @local_mem, i32 0, i32 %index
19 ; This will start a new clause for the vertex fetch
20 %2 = load i32, i32 addrspace(1)* %in
21 %3 = add i32 %1, %2
[all …]
/external/arm-trusted-firmware/docs/
Dlicense.rst4 The software is provided under a BSD-3-Clause license (below). Contributions to
5 this project are accepted under the same license with developer sign-off as
10 Copyright (c) [XXXX-]YYYY, <OWNER>. All rights reserved.
15 - Redistributions of source code must retain the above copyright notice, this
18 - Redistributions in binary form must reproduce the above copyright notice,
22 - Neither the name of Arm nor the names of its contributors may be used to
38 ----------------
44 SPDX-License-Identifier: BSD-3-Clause
51 --------------
56 - The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses
[all …]
/external/llvm/lib/Target/AMDGPU/
DR600EmitClauseMarkers.cpp1 //===-- R600EmitClauseMarkers.cpp - Emit CF_ALU ---------------------------===//
8 //===----------------------------------------------------------------------===//
11 /// Add CF_ALU. R600 Alu instructions are grouped in clause which can hold
15 //===----------------------------------------------------------------------===//
56 if (TII->isLDSRetInstr(MI.getOpcode())) in OccupiedDwords()
57 return 2; in OccupiedDwords()
59 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode()) || in OccupiedDwords()
60 TII->isReductionOp(MI.getOpcode())) in OccupiedDwords()
75 if (TII->isALUInstr(MI.getOpcode())) in isALU()
77 if (TII->isVector(MI) || TII->isCubeOp(MI.getOpcode())) in isALU()
[all …]

12345678910>>...44