Home
last modified time | relevance | path

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

12345678910>>...25

/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/mesa3d/src/gallium/state_trackers/clover/
DMakefile.am17 cldir = $(includedir)/CL
19 $(top_srcdir)/include/CL/cl.h \
20 $(top_srcdir)/include/CL/cl.hpp \
21 $(top_srcdir)/include/CL/cl_d3d10.h \
22 $(top_srcdir)/include/CL/cl_d3d11.h \
23 $(top_srcdir)/include/CL/cl_dx9_media_sharing.h \
24 $(top_srcdir)/include/CL/cl_egl.h \
25 $(top_srcdir)/include/CL/cl_ext.h \
26 $(top_srcdir)/include/CL/cl_gl.h \
27 $(top_srcdir)/include/CL/cl_gl_ext.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 …]
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/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/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/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/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/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_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
59 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h],
69 AC_CHECK_HEADERS([CL/cl.h OpenCL/cl.h],
86 # include <CL/cl.h>
90 # error no CL.h
/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/skia/site/dev/testing/
Dskiagold.md13 * Deviations from the baseline are triaged after a CL lands and images are
17 If a CL causes Skia to break it is reverted or an additional CL is landed to
73 Problem #2: As a developer, I need to land a CL that may change many images.
79 * Click on one of the clusters including your CL to triage
83 by CL. Delete hashes in the URL to only include the hash for your CL.
106 * Trybot support prior to commit, with view limited to your CL
107 * Pre-triage prior to commit that will persist when the CL lands
/external/skqp/site/dev/testing/
Dskiagold.md13 * Deviations from the baseline are triaged after a CL lands and images are
17 If a CL causes Skia to break it is reverted or an additional CL is landed to
73 Problem #2: As a developer, I need to land a CL that may change many images.
79 * Click on one of the clusters including your CL to triage
83 by CL. Delete hashes in the URL to only include the hash for your CL.
106 * Trybot support prior to commit, with view limited to your CL
107 * Pre-triage prior to commit that will persist when the CL lands
/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/vulkan-validation-layers/demos/
Dlunarg.ppm35CLCKBKAI@I?H>G=E=E<D;C9A8@8?6>5=4<3:291806/5.4,2+1)/�%*Zz~������R��8�8�…
47CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2)/�#)i��������U��;��;��:��…
57CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2+1'-&,���������X��>��<��…
68CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/�%*+/���������V��?��…
79CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/(.�"'5:���������Q��…
90CLBKAJ@I?H>G>F=E<D;C:B9A8?7>6=5<3;3:2817/6.4-3,2*0)/(.',�#&IN���������…
/external/icu/icu4c/source/data/brkitr/rules/
Dline.txt38 $CL = [:LineBreak = Close_Punctuation:];
119 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
189 $LB8NonBreaks $CL;
190 $CAN_CM $CM* $CL;
191 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
222 ($CL | $CP) $CM* $SP* $NS;
299 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
328 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
329 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
330 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal.txt42 $CL = [:LineBreak = Close_Punctuation:];
123 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
193 $LB8NonBreaks $CL;
194 $CAN_CM $CM* $CL;
195 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
226 ($CL | $CP) $CM* $SP* $NS;
303 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
332 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
333 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
334 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal_fi.txt42 $CL = [:LineBreak = Close_Punctuation:];
123 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
193 $LB8NonBreaks $CL;
194 $CAN_CM $CM* $CL;
195 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
226 ($CL | $CP) $CM* $SP* $NS;
306 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
335 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
336 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
337 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_fi.txt44 $CL = [:LineBreak = Close_Punctuation:];
125 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
195 $LB8NonBreaks $CL;
196 $CAN_CM $CM* $CL;
197 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
228 ($CL | $CP) $CM* $SP* $NS;
308 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
337 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
338 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
339 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_loose.txt46 $CL = [:LineBreak = Close_Punctuation:];
128 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
198 $LB8NonBreaks $CL;
199 $CAN_CM $CM* $CL;
200 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
233 ($CL | $CP) $CM* $SP* $NS;
311 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
340 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
341 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
342 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_loose_fi.txt42 $CL = [:LineBreak = Close_Punctuation:];
124 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS …
194 $LB8NonBreaks $CL;
195 $CAN_CM $CM* $CL;
196 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
229 ($CL | $CP) $CM* $SP* $NS;
310 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
339 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
340 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
341 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_normal_cj.txt44 $CL = [:LineBreak = Close_Punctuation:];
126 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
196 $LB8NonBreaks $CL;
197 $CAN_CM $CM* $CL;
198 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
231 ($CL | $CP) $CM* $SP* $NS;
309 ($CM* ($CL | $CP))? ($CM* ($PR | $PO))?;
338 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
339 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
340 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
Dline_loose_cj.txt53 $CL = [:LineBreak = Close_Punctuation:];
138 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HY $NS $IN …
208 $LB8NonBreaks $CL;
209 $CAN_CM $CM* $CL;
210 ^$CM+ $CL; # by rule 10, stand-alone CM behaves as AL
243 ($CL | $CP) $CM* $SP* $NS;
324 ($CM* ($CL | $CP))? ($CM* ($PR | $PRX | $PO))?;
354 $RI $CM* $RI / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
355 $RI $CM* $RI $CM* $ZWJ / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $N…
356 $RI $CM* $RI $CM* [$CM-$ZWJ] / [[^$BK $CR $LF $NL $SP $ZW $WJ $CL $CP $EX $IS $SY $GL $QU $BA $HY $…
[all …]
/external/clang/test/Misc/
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…
62 // Core features in CL 1.1
112 // Core feature in CL 1.2
129 //Core feature in CL 2.0

12345678910>>...25