Home
last modified time | relevance | path

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

12345678910>>...31

/external/mesa3d/src/gallium/state_trackers/clover/
DMakefile.am16 cldir = $(includedir)/CL
18 $(top_srcdir)/include/CL/cl.h \
19 $(top_srcdir)/include/CL/cl.hpp \
20 $(top_srcdir)/include/CL/cl_d3d10.h \
21 $(top_srcdir)/include/CL/cl_d3d11.h \
22 $(top_srcdir)/include/CL/cl_dx9_media_sharing.h \
23 $(top_srcdir)/include/CL/cl_egl.h \
24 $(top_srcdir)/include/CL/cl_ext.h \
25 $(top_srcdir)/include/CL/cl_gl.h \
26 $(top_srcdir)/include/CL/cl_gl_ext.h \
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrShiftRotate.td19 let Uses = [CL] in {
21 "shl{b}\t{%cl, $dst|$dst, CL}",
22 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
24 "shl{w}\t{%cl, $dst|$dst, CL}",
25 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize;
27 "shl{l}\t{%cl, $dst|$dst, CL}",
28 [(set GR32:$dst, (shl GR32:$src1, CL))]>;
30 "shl{q}\t{%cl, $dst|$dst, %CL}",
31 [(set GR64:$dst, (shl GR64:$src1, CL))]>;
32 } // Uses = [CL]
[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 …]
Dwiden_bitops-0.ll146 ; X32-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
163 ; X64-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
187 ; X32-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
204 ; X64-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
228 ; X32-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
245 ; X64-SSE-NEXT: # kill: %CL<def> %CL<kill> %ECX<kill>
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddllexport.ll2 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-CL %s
104 ; CHECK-CL: .ascii " /EXPORT:_f1"
105 ; CHECK-CL: .ascii " /EXPORT:_f2"
106 ; CHECK-CL: .ascii " /EXPORT:_stdfun@0"
107 ; CHECK-CL: .ascii " /EXPORT:@fastfun@0"
108 ; CHECK-CL: .ascii " /EXPORT:_thisfun"
109 ; CHECK-CL: .ascii " /EXPORT:_lnk1"
110 ; CHECK-CL: .ascii " /EXPORT:_lnk2"
111 ; CHECK-CL: .ascii " /EXPORT:_weak1"
112 ; CHECK-CL: .ascii " /EXPORT:_Var1,DATA"
[all …]
/external/mesa3d/include/
Dmeson.build87 'CL/cl.h',
88 'CL/cl.hpp',
89 'CL/cl_d3d10.h',
90 'CL/cl_d3d11.h',
91 'CL/cl_dx9_media_sharing.h',
92 'CL/cl_egl.h',
93 'CL/cl_ext.h',
94 'CL/cl_gl.h',
95 'CL/cl_gl_ext.h',
96 'CL/cl_platform.h',
[all …]
/external/mesa3d/src/mesa/x86/
Dx86_cliptest.S201 MOV_B( REGBI(EBP, ECX), CL )
203 MOV_B( REGOFF(clip_table,ECX), CL )
206 OR_B( CL, AL )
207 AND_B( CL, AH )
209 TEST_B( CL, CL )
210 MOV_B( CL, REGIND(EDX) )
367 MOV_B( REGBI(EBP, ECX), CL )
369 MOV_B( REGOFF(clip_table,ECX), CL )
372 OR_B( CL, AL )
373 AND_B( CL, AH )
[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/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/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-7.0/llvm/lib/Target/X86/
DX86InstrShiftRotate.td19 let Uses = [CL] in {
22 [(set GR8:$dst, (shl GR8:$src1, CL))]>;
25 [(set GR16:$dst, (shl GR16:$src1, CL))]>, OpSize16;
28 [(set GR32:$dst, (shl GR32:$src1, CL))]>, OpSize32;
31 [(set GR64:$dst, (shl GR64:$src1, CL))]>;
32 } // Uses = [CL]
69 // FIXME: Why do we need an explicit "Uses = [CL]" when the instr has a pattern
70 // using CL?
71 let Uses = [CL] in {
74 [(store (shl (loadi8 addr:$dst), CL), addr:$dst)]>;
[all …]
/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/skia/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/u-boot/arch/arm/mach-sunxi/
Ddram_sun9i.c89 u32 CL; member
360 u32 CL = 0; in mctl_channel_init() local
437 CL = para->cl_cwl_table[i].CL; in mctl_channel_init()
440 debug("found CL/CWL: CL = %d, CWL = %d\n", CL, CWL); in mctl_channel_init()
445 if ((CL == 0) && (CWL == 0)) { in mctl_channel_init()
461 DDR3_MR0_CL(CL); in mctl_channel_init()
525 #define RD2WR (CL + MCTL_BL/2 + 2 - CWL) in mctl_channel_init()
539 writel((MCTL_DIV2(CWL) << 24) | (MCTL_DIV2(CL) << 16) | in mctl_channel_init()
573 writel((2 << 24) | ((MCTL_DIV2(CL) - 2) << 16) | in mctl_channel_init()
860 { .CL = 5, .CWL = 5, .tCKmin = 3000, .tCKmax = 3300 }, in sunxi_dram_init()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListIteratorTest.cpp136 const simple_ilist<Node> &CL = L; in TEST() local
156 EXPECT_EQ(CL.begin(), const_iterator(L.rend())); in TEST()
157 EXPECT_EQ(CL.begin(), const_iterator(CL.rend())); in TEST()
158 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(L.end())); in TEST()
159 EXPECT_EQ(CL.rbegin(), const_reverse_iterator(CL.end())); in TEST()
/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/icu/icu4c/source/test/testdata/break_rules/
Dline.txt28 CL = [:LineBreak = Close_Punctuation:];
87 LB16: (CL | CP)CM* SP* NS;
123 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
124 # LB13.2 SP CM* [CL CP EX IS SY]
126 LB13.1: [^NU SP] CM* [CL CP IS SY];
128 LB13.2: SP [CL CP EX IS SY];
176 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
197 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
198 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
199 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
Dline_loose.txt35 CL = [:LineBreak = Close_Punctuation:];
95 LB16: (CL | CP)CM* SP* NS;
131 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
132 # LB13.2 SP CM* [CL CP EX IS SY]
134 LB13.1: [^NU SP] CM* [CL CP IS SY];
136 LB13.2: SP [CL CP EX IS SY];
184 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
205 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
206 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
207 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
Dline.txt28 CL = [:LineBreak = Close_Punctuation:];
87 LB16: (CL | CP)CM* SP* NS;
123 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
124 # LB13.2 SP CM* [CL CP EX IS SY]
126 LB13.1: [^NU SP] CM* [CL CP IS SY];
128 LB13.2: SP [CL CP EX IS SY];
176 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
197 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
198 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
199 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
Dline_loose.txt35 CL = [:LineBreak = Close_Punctuation:];
95 LB16: (CL | CP)CM* SP* NS;
131 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
132 # LB13.2 SP CM* [CL CP EX IS SY]
134 LB13.1: [^NU SP] CM* [CL CP IS SY];
136 LB13.2: SP [CL CP EX IS SY];
184 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
205 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
206 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
207 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dline.txt28 CL = [:LineBreak = Close_Punctuation:];
87 LB16: (CL | CP)CM* SP* NS;
123 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
124 # LB13.2 SP CM* [CL CP EX IS SY]
126 LB13.1: [^NU SP] CM* [CL CP IS SY];
128 LB13.2: SP [CL CP EX IS SY];
176 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
197 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
198 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
199 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
Dline_loose.txt35 CL = [:LineBreak = Close_Punctuation:];
95 LB16: (CL | CP)CM* SP* NS;
131 # LB13.1 [^SP] CM* [CL CP EX IS SY] # original UAX 14 rule.
132 # LB13.2 SP CM* [CL CP EX IS SY]
134 LB13.1: [^NU SP] CM* [CL CP IS SY];
136 LB13.2: SP [CL CP EX IS SY];
184 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*(PR | PO))…
205 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
206 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS CM];
207 LB30a.3: RI CM* RI CM* [BK CR LF NL SP ZW WJ GL CL CP EX IS SY QU BA HY NS ZWJ]?;
/external/ImageMagick/m4/
Dax_opencl.m45 # Check for an OpenCL implementation. If CL is found, _OPENCL is defined and
7 # "CL_CFLAGS" 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
56 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h])
67 # include <CL/cl.h>
71 # error no CL.h
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineInstrBundleIteratorTest.cpp148 const auto &CL = L; in TEST() local
165 auto cbegin = [&]() -> const_iterator { return CL.begin(); }; in TEST()
166 auto cend = [&]() -> const_iterator { return CL.end(); }; in TEST()
167 auto crbegin = [&]() -> const_reverse_iterator { return CL.rbegin(); }; in TEST()
168 auto crend = [&]() -> const_reverse_iterator { return CL.rend(); }; in TEST()

12345678910>>...31