Home
last modified time | relevance | path

Searched refs:CL (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/external/tensorflow/third_party/opencl_headers/
DBUILD.bazel13 "CL/cl.h",
14 "CL/cl_d3d10.h",
15 "CL/cl_d3d11.h",
16 "CL/cl_dx9_media_sharing.h",
17 "CL/cl_egl.h",
18 "CL/cl_ext.h",
19 "CL/cl_ext_intel.h",
20 "CL/cl_gl.h",
21 "CL/cl_gl_ext.h",
22 "CL/cl_platform.h",
[all …]
/external/llvm/test/CodeGen/X86/
Ddllexport.ll2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s
104 ; CHECK-CL: /EXPORT:_f1
105 ; CHECK-CL-SAME: /EXPORT:_f2
106 ; CHECK-CL-SAME: /EXPORT:_stdfun@0
107 ; CHECK-CL-SAME: /EXPORT:@fastfun@0
108 ; CHECK-CL-SAME: /EXPORT:_thisfun
109 ; CHECK-CL-SAME: /EXPORT:_lnk1
110 ; CHECK-CL-SAME: /EXPORT:_lnk2
111 ; CHECK-CL-SAME: /EXPORT:_weak1
112 ; CHECK-CL-SAME: /EXPORT:_Var1,DATA
[all …]
/external/mesa3d/include/
Dmeson.build125 'CL/cl.h',
126 'CL/cl.hpp',
127 'CL/cl2.hpp',
128 'CL/cl_d3d10.h',
129 'CL/cl_d3d11.h',
130 'CL/cl_dx9_media_sharing.h',
131 'CL/cl_dx9_media_sharing_intel.h',
132 'CL/cl_egl.h',
133 'CL/cl_ext.h',
134 'CL/cl_ext_intel.h',
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Ddllexport.ll2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s
95 ; CHECK-CL: .ascii " /EXPORT:_f1"
96 ; CHECK-CL: .ascii " /EXPORT:_f2"
97 ; CHECK-CL: .ascii " /EXPORT:_stdfun@0"
98 ; CHECK-CL: .ascii " /EXPORT:@fastfun@0"
99 ; CHECK-CL: .ascii " /EXPORT:_thisfun"
100 ; CHECK-CL: .ascii " /EXPORT:_lnk1"
101 ; CHECK-CL: .ascii " /EXPORT:_lnk2"
102 ; CHECK-CL: .ascii " /EXPORT:_weak1"
103 ; CHECK-CL: .ascii " /EXPORT:_Var1,DATA"
[all …]
/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m32 @interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{'CL' has been explici… interface
35 @implementation CL // expected-warning {{Implementing deprecated class}} implementation
38 @implementation CL ( SomeCategory ) // expected-warning {{'CL' is deprecated}} \ implementation in SomeCategory
42 @interface CL_SUB : CL // expected-warning {{'CL' is deprecated}}
/external/mesa3d/src/mesa/x86/
Dx86_cliptest.S202 MOV_B( REGBI(EBP, ECX), CL )
204 MOV_B( REGOFF(clip_table,ECX), CL )
207 OR_B( CL, AL )
208 AND_B( CL, AH )
210 TEST_B( CL, CL )
211 MOV_B( CL, REGIND(EDX) )
368 MOV_B( REGBI(EBP, ECX), CL )
370 MOV_B( REGOFF(clip_table,ECX), CL )
373 OR_B( CL, AL )
374 AND_B( CL, AH )
[all …]
/external/angle/doc/
DCodeReviewProcess.md9 The author of a CL may designate reviewers. Please feel free to weigh in on
12 1. To review a change, you can either navigate directly to the URL for the CL,
22 that pre-exist the CL are not required to be addressed in the CL. As a
23 reviewer, you can request a follow-up CL to address the style issue if
39 reviewer to clear the CL.
44 * If the CL author is not an ANGLE committer, the CL should be verified
46 be added, and the CL may be landed with the "Publish and Submit" button.
49 * If the CL author is an ANGLE committer, they should verify and land the
50 CL themselves.
55 using the "Cherry Pick To" button on the CL page.
DContributingCode.md131 CL with a particular review, and track dependencies between commits.
149 * Associate the CL with an issue in the issue tracker (e.g. a fix for a reported bug)
154 * Use `git commit --amend` to update your CL with new changes.
155 … * Use `git cl format` to amend the style of your CL. This saves both your time and the reviewers'!
178 7. Pull and integrate reviewed CL:
185 When your CL is ready to review, you can use the "Find Owners" button in
187 CL to additional reviewers as neccessary and answer any questions you may have
203 ### Reverting a CL
206 pre-submit testing. In those cases, a CL may be reverted; often by a "[Wrangler][wrangler]", who is
213 commit message, and an optional checkbox for automatically sending the revert CL to CQ. Please edit
[all …]
/external/testng/src/test/java/test/listeners/
DConfigurationListenerTest.java13 static public class CL implements IConfigurationListener2 { class in ConfigurationListenerTest
41 CL listener = new CL(); in runTest()
42 CL.m_status = 0; in runTest()
46 Assert.assertEquals(CL.m_status, expected); in runTest()
/external/OpenCL-CTS/dependencies/
DAndroid.bp32 "ocl-headers/CL/cl.h",
33 "ocl-headers/CL/cl_gl.h",
34 "ocl-headers/CL/cl_egl.h",
35 "ocl-headers/CL/cl_ext.h",
36 "ocl-headers/CL/cl_gl_ext.h",
/external/skqp/site/dev/contrib/
Dcqkeywords.md22 The CQ rejects patchsets with open dependencies. An open dependency exists when a CL
23 depends on another CL that is not yet closed. You can skip this check with this keyword.
45 If you want to skip the tree status checks, to make the CQ commit a CL even if the tree is closed,
46 you can add the following line to the CL description:
51 primarily to fix build breakages (i.e., your CL will help in reopening the tree).
56 If you want to skip the presubmit checks, add the following line to the CL description:
63 If you cannot wait for the try job results, you can add the following line to the CL description:
67 The CQ will then not run any try jobs for your change and will commit the CL as soon as the tree is…
/external/ImageMagick/m4/
Dax_have_opencl.m45 # Check for an OpenCL implementation. If CL is found, HAVE_OPENCL is defined
7 # "CL_CPPFLAGS" and "CL_LIBS", respectively. If no usable CL implementation is
10 # If the header <CL/OpenCL.h> is found, "HAVE_CL_OPENCL_H" is defined. If the
48 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h], [HAVE_CL_H="yes"; break], [HAVE_CL_H="no"])
52 if test -d /opt/AMDAPP/include/CL ; then
62 if test -d /usr/local/cuda/include/CL ; then
66 elif test -d /usr/local/cuda-6.5/include/CL ; then
70 elif test -d /usr/local/cuda-6.0/include/CL ; then
74 elif test -d /usr/local/cuda-5.5/include/CL ; then
119 #include <CL/cl.h>
/external/llvm-project/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m35 __attribute__((deprecated)) // expected-note {{'CL' has been explicitly marked deprecated here}}
36 @interface CL // expected-note 2 {{class declared here}} interface
39 @implementation CL // expected-warning {{implementing deprecated class}} implementation
42 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} implementation in SomeCategory
45 @interface CL_SUB : CL // expected-warning {{'CL' is deprecated}}
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td19 let Uses = [CL] in {
22 [(set GR8:$dst, (shl GR8:$src1, CL))], IIC_SR>;
25 [(set GR16:$dst, (shl GR16:$src1, CL))], IIC_SR>, OpSize16;
28 [(set GR32:$dst, (shl GR32:$src1, CL))], IIC_SR>, OpSize32;
31 [(set GR64:$dst, (shl GR64:$src1, CL))], IIC_SR>;
32 } // Uses = [CL]
70 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
71 // using CL?
72 let Uses = [CL] in {
75 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)], IIC_SR>;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrShiftRotate.td18 let Uses = [CL], SchedRW = [WriteShiftCL] in {
21 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
24 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16;
27 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32;
30 [(set GR64:$dst, (shl GR64:$src1, CL))]>;
31 } // Uses = [CL], SchedRW
66 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
67 // using CL?
68 let Uses = [CL], SchedRW = [WriteShiftCLLd, WriteRMW] in {
71 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)]>;
[all …]
/external/skia/site/docs/dev/contrib/
Dcqkeywords.md38 The CQ rejects patchsets with open dependencies. An open dependency exists when a CL
39 depends on another CL that is not yet closed. You can skip this check with this keyword.
71 If you want to skip the tree status checks, to make the CQ commit a CL even if
72 the tree is closed, you can add the following line to the CL description:
77 cases this is acceptable, primarily to fix build breakages (i.e., your CL will
84 If you want to skip the presubmit checks, add the following line to the CL description:
93 the CL description:
97 The CQ will then not run any try jobs for your change and will commit the CL as
Drevert.md3 title: "How to revert a CL"
4 linkTitle: "How to revert a CL"
11 * Find the codereview issue for the CL you want to revert.
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrShiftRotate.td18 let Uses = [CL], SchedRW = [WriteShiftCL] in {
21 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
24 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16;
27 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32;
30 [(set GR64:$dst, (shl GR64:$src1, CL))]>;
31 } // Uses = [CL], SchedRW
66 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
67 // using CL?
68 let Uses = [CL], SchedRW = [WriteShiftCLLd, WriteRMW] in {
71 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)]>;
[all …]
/external/llvm-project/llvm/unittests/ADT/
DIListIteratorTest.cpp135 const simple_ilist<Node> &CL = L; in TEST() local
155 EXPECT_EQ(CL.begin(), const_iterator(L.rend())); in TEST()
156 EXPECT_EQ(CL.begin(), const_iterator(CL.rend())); in TEST()
157 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(L.end())); in TEST()
158 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(CL.end())); in TEST()
/external/llvm-project/clang/test/CodeGenObjC/
Dcompound-literal-property-access.m19 // CHECK: [[CL:%.*]] = alloca <2 x float>, align 8
20 // CHECK: store <2 x float> [[VECINIT:%.*]], <2 x float>* [[CL]]
21 // CHECK: [[FOURTEEN:%.*]] = load <2 x float>, <2 x float>* [[CL]]
/external/clang/test/CodeGenObjC/
Dcompound-literal-property-access.m19 // CHECK: [[CL:%.*]] = alloca <2 x float>, align 8
20 // CHECK: store <2 x float> [[VECINIT:%.*]], <2 x float>* [[CL]]
21 // CHECK: [[FOURTEEN:%.*]] = load <2 x float>, <2 x float>* [[CL]]
/external/pdfium/tools/lsan/
Dlsan_suppressions.txt3 # If a CL introduces a new leak that isn't the fault of the CL itself (e.g. a
5 # addressed in a future CL.
/external/llvm-project/clang/test/Misc/
Dnvptx.languageOptsOpenCL.cl2 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx-unknown-unknown
6 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx-unknown-unknown -Wpedantic-core-featur…
10 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx64-unknown-unknown
14 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple nvptx64-unknown-unknown -Wpedantic-core-feat…
43 // Core features in CL 1.1
85 // Core feature in CL 1.2
94 // Core feature in CL 2.0, but not supported on nvptx
Dr600.languageOptsOpenCL.cl2 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu cayman
6 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
10 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu cypress
14 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
18 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu turks
22 // RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -Wpedantic-core-feature…
51 // Core features in CL 1.1
93 // Core feature in CL 1.2
110 //Core feature in CL 2.0
/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp147 const auto &CL = L; in TEST() local
164 auto cbegin = [&]() -> const_iterator { return CL.begin(); }; in TEST()
165 auto cend = [&]() -> const_iterator { return CL.end(); }; in TEST()
166 auto crbegin = [&]() -> const_reverse_iterator { return CL.rbegin(); }; in TEST()
167 auto crend = [&]() -> const_reverse_iterator { return CL.rend(); }; in TEST()

12345678910>>...26