Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 3345) sorted by relevance

12345678910>>...134

/external/llvm/include/llvm/Support/
DPassManagerBuilder.h134 PM.add(createTypeBasedAliasAnalysisPass()); in addInitialAliasAnalysisPasses()
135 PM.add(createBasicAliasAnalysisPass()); in addInitialAliasAnalysisPasses()
146 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateFunctionPassManager()
152 FPM.add(createCFGSimplificationPass()); in populateFunctionPassManager()
153 FPM.add(createScalarReplAggregatesPass()); in populateFunctionPassManager()
154 FPM.add(createEarlyCSEPass()); in populateFunctionPassManager()
155 FPM.add(createLowerExpectIntrinsicPass()); in populateFunctionPassManager()
163 MPM.add(Inliner); in populateModulePassManager()
170 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo)); in populateModulePassManager()
175 MPM.add(createGlobalOptimizerPass()); // Optimize out global vars in populateModulePassManager()
[all …]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DCountryCodeToRegionCodeMap.java42 listWithRegionCode.add("US"); in getCountryCodeToRegionCodeMap()
43 listWithRegionCode.add("AG"); in getCountryCodeToRegionCodeMap()
44 listWithRegionCode.add("AI"); in getCountryCodeToRegionCodeMap()
45 listWithRegionCode.add("AS"); in getCountryCodeToRegionCodeMap()
46 listWithRegionCode.add("BB"); in getCountryCodeToRegionCodeMap()
47 listWithRegionCode.add("BM"); in getCountryCodeToRegionCodeMap()
48 listWithRegionCode.add("BS"); in getCountryCodeToRegionCodeMap()
49 listWithRegionCode.add("CA"); in getCountryCodeToRegionCodeMap()
50 listWithRegionCode.add("DM"); in getCountryCodeToRegionCodeMap()
51 listWithRegionCode.add("DO"); in getCountryCodeToRegionCodeMap()
[all …]
/external/llvm/test/CodeGen/X86/
D2009-03-23-MultiUseSched.ll37 %tmp25 = add i64 %tmp6, %tmp5 ; <i64> [#uses=1]
38 %tmp26 = add i64 %tmp25, %tmp4 ; <i64> [#uses=1]
39 %tmp27 = add i64 %tmp7, %tmp4 ; <i64> [#uses=1]
40 %tmp28 = add i64 %tmp27, %tmp26 ; <i64> [#uses=1]
41 %tmp29 = add i64 %tmp28, %tmp24 ; <i64> [#uses=2]
42 %tmp30 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
43 %tmp31 = add i64 %tmp30, %tmp ; <i64> [#uses=1]
44 %tmp32 = add i64 %tmp2, %tmp1 ; <i64> [#uses=1]
45 %tmp33 = add i64 %tmp31, %tmp32 ; <i64> [#uses=1]
46 %tmp34 = add i64 %tmp29, %tmp3 ; <i64> [#uses=5]
[all …]
D2007-01-13-StackPtrIndex.ll19 %r11 = add i64 %rx, 0
25 %r19 = add i64 %r18, 0
27 %r19h = add i64 %r18, 0
32 %r25 = add i32 %r24, 0
36 %s2013 = add i64 %r38, 0
39 %s2011 = add i64 %r42, 16
41 %r50 = add i64 %r16, 0
44 %r50j = add i64 %r50sh, 0
47 %r28s = add i64 %r56, 16
58 %r67 = add i64 %r66, 0
[all …]
D2009-04-16-SpillerUnfold.ll18 %1 = add i64 0, %0 ; <i64> [#uses=1]
19 %2 = add i64 %1, 0 ; <i64> [#uses=1]
20 %3 = add i64 %2, 0 ; <i64> [#uses=1]
21 %4 = add i64 %3, 0 ; <i64> [#uses=5]
28 %9 = add i64 0, %8 ; <i64> [#uses=1]
29 %10 = add i64 %9, 0 ; <i64> [#uses=2]
32 %12 = add i64 0, %11 ; <i64> [#uses=1]
33 %13 = add i64 %12, 0 ; <i64> [#uses=1]
37 %16 = add i64 %15, 0 ; <i64> [#uses=1]
38 %17 = add i64 %16, %13 ; <i64> [#uses=1]
[all …]
/external/llvm/test/MC/MBlaze/
Dmblaze_operands.s10 # CHECK: add
13 add r0, r0, r0
15 # CHECK: add
18 add r1, r1, r1
20 # CHECK: add
23 add r2, r2, r2
25 # CHECK: add
28 add r3, r3, r3
30 # CHECK: add
33 add r4, r4, r4
[all …]
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCGWin.cpp55 UTIMap.add("public.html", "html"); in preferredExtensionForImageSourceType()
56 UTIMap.add("public.jpeg", "jpeg"); in preferredExtensionForImageSourceType()
57 UTIMap.add("public.jpeg-2000", "jp2"); in preferredExtensionForImageSourceType()
58 UTIMap.add("public.plain-text", "txt"); in preferredExtensionForImageSourceType()
59 UTIMap.add("public.png", "png"); in preferredExtensionForImageSourceType()
60 UTIMap.add("public.tiff", "tiff"); in preferredExtensionForImageSourceType()
61 UTIMap.add("public.xbitmap-image", "xbm"); in preferredExtensionForImageSourceType()
62 UTIMap.add("public.xml", "xml"); in preferredExtensionForImageSourceType()
63 UTIMap.add("com.adobe.illustrator.ai-image", "ai"); in preferredExtensionForImageSourceType()
64 UTIMap.add("com.adobe.pdf", "pdf"); in preferredExtensionForImageSourceType()
[all …]
/external/webkit/Source/WebCore/storage/
DDatabaseAuthorizer.cpp68 m_whitelistedFunctions.add("sqlite_rename_table"); in addWhitelistedFunctions()
69 m_whitelistedFunctions.add("sqlite_rename_trigger"); in addWhitelistedFunctions()
71 m_whitelistedFunctions.add("glob"); in addWhitelistedFunctions()
74 m_whitelistedFunctions.add("abs"); in addWhitelistedFunctions()
75 m_whitelistedFunctions.add("changes"); in addWhitelistedFunctions()
76 m_whitelistedFunctions.add("coalesce"); in addWhitelistedFunctions()
77 m_whitelistedFunctions.add("glob"); in addWhitelistedFunctions()
78 m_whitelistedFunctions.add("ifnull"); in addWhitelistedFunctions()
79 m_whitelistedFunctions.add("hex"); in addWhitelistedFunctions()
80 m_whitelistedFunctions.add("last_insert_rowid"); in addWhitelistedFunctions()
[all …]
/external/webkit/Source/WebCore/editing/
DRemoveFormatCommand.cpp50 elements.add(acronymTag); in isElementForRemoveFormatCommand()
51 elements.add(bTag); in isElementForRemoveFormatCommand()
52 elements.add(bdoTag); in isElementForRemoveFormatCommand()
53 elements.add(bigTag); in isElementForRemoveFormatCommand()
54 elements.add(citeTag); in isElementForRemoveFormatCommand()
55 elements.add(codeTag); in isElementForRemoveFormatCommand()
56 elements.add(dfnTag); in isElementForRemoveFormatCommand()
57 elements.add(emTag); in isElementForRemoveFormatCommand()
58 elements.add(fontTag); in isElementForRemoveFormatCommand()
59 elements.add(iTag); in isElementForRemoveFormatCommand()
[all …]
/external/webkit/Source/WebCore/platform/wince/
DMIMETypeRegistryWinCE.cpp64 mimetypeMap.add("txt", "text/plain"); in initMIMETypeEntensionMap()
65 mimetypeMap.add("pdf", "application/pdf"); in initMIMETypeEntensionMap()
66 mimetypeMap.add("ps", "application/postscript"); in initMIMETypeEntensionMap()
67 mimetypeMap.add("html", "text/html"); in initMIMETypeEntensionMap()
68 mimetypeMap.add("htm", "text/html"); in initMIMETypeEntensionMap()
69 mimetypeMap.add("xml", "text/xml"); in initMIMETypeEntensionMap()
70 mimetypeMap.add("xsl", "text/xsl"); in initMIMETypeEntensionMap()
71 mimetypeMap.add("js", "application/x-javascript"); in initMIMETypeEntensionMap()
72 mimetypeMap.add("xhtml", "application/xhtml+xml"); in initMIMETypeEntensionMap()
73 mimetypeMap.add("rss", "application/rss+xml"); in initMIMETypeEntensionMap()
[all …]
/external/llvm/test/CodeGen/SystemZ/
D05-MemRegLoads.ll15 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
16 %add.ptr2 = getelementptr i64* %a, i64 %add.ptr.sum ; <i64*> [#uses=1]
17 %tmp3 = load i64* %add.ptr2 ; <i64> [#uses=1]
23 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
24 %add.ptr2 = getelementptr i32* %a, i64 %add.ptr.sum ; <i32*> [#uses=1]
25 %tmp3 = load i32* %add.ptr2 ; <i32> [#uses=1]
31 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
32 %add.ptr2 = getelementptr i16* %a, i64 %add.ptr.sum ; <i16*> [#uses=1]
33 %tmp3 = load i16* %add.ptr2 ; <i16> [#uses=1]
39 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
[all …]
D05-MemRegStores.ll12 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
13 %add.ptr2 = getelementptr i64* %a, i64 %add.ptr.sum ; <i64*> [#uses=1]
14 store i64 %val, i64* %add.ptr2
22 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
23 %add.ptr2 = getelementptr i32* %a, i64 %add.ptr.sum ; <i32*> [#uses=1]
24 store i32 %val, i32* %add.ptr2
32 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
33 %add.ptr2 = getelementptr i16* %a, i64 %add.ptr.sum ; <i16*> [#uses=1]
34 store i16 %val, i16* %add.ptr2
42 %add.ptr.sum = add i64 %idx, 1 ; <i64> [#uses=1]
[all …]
D05-MemLoadsStores16.ll18 %add.ptr = getelementptr i16* %foo, i64 1 ; <i16*> [#uses=1]
19 %tmp1 = load i16* %add.ptr ; <i16> [#uses=1]
20 %add.ptr3.sum = add i64 %idx, 1 ; <i64> [#uses=1]
21 %add.ptr5 = getelementptr i16* %bar, i64 %add.ptr3.sum ; <i16*> [#uses=1]
22 store i16 %tmp1, i16* %add.ptr5
30 %sub.ptr3.sum = add i64 %idx, -1 ; <i64> [#uses=1]
31 %add.ptr = getelementptr i16* %bar, i64 %sub.ptr3.sum ; <i16*> [#uses=1]
32 store i16 %tmp1, i16* %add.ptr
38 %add.ptr = getelementptr i16* %foo, i64 8192 ; <i16*> [#uses=1]
39 %tmp1 = load i16* %add.ptr ; <i16> [#uses=1]
[all …]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DSupport_SimpleDateFormat.java168 v.add(new FieldContainer(0, 4, Field.YEAR)); in getDateVector1()
169 v.add(new FieldContainer(4, 6, Field.MONTH)); in getDateVector1()
170 v.add(new FieldContainer(6, 8, Field.DAY_OF_MONTH)); in getDateVector1()
171 v.add(new FieldContainer(8, 10, Field.HOUR_OF_DAY0)); in getDateVector1()
172 v.add(new FieldContainer(10, 12, Field.MINUTE)); in getDateVector1()
173 v.add(new FieldContainer(12, 14, Field.SECOND)); in getDateVector1()
180 v.add(new FieldContainer(0, 2, Field.WEEK_OF_YEAR)); in getDateVector2()
181 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH)); in getDateVector2()
182 v.add(new FieldContainer(5, 7, Field.DAY_OF_MONTH)); in getDateVector2()
183 v.add(new FieldContainer(8, 17, Field.MONTH)); in getDateVector2()
[all …]
DSupport_MessageFormat.java88 v.add(new FieldContainer(3, 6, Field.ARGUMENT, 4)); in getMessageVector1()
89 v.add(new FieldContainer(3, 6, DateFormat.Field.MONTH)); in getMessageVector1()
90 v.add(new FieldContainer(6, 7, Field.ARGUMENT, 4)); in getMessageVector1()
91 v.add(new FieldContainer(7, 9, Field.ARGUMENT, 4)); in getMessageVector1()
92 v.add(new FieldContainer(7, 9, DateFormat.Field.DAY_OF_MONTH)); in getMessageVector1()
93 v.add(new FieldContainer(9, 11, Field.ARGUMENT, 4)); in getMessageVector1()
94 v.add(new FieldContainer(11, 15, Field.ARGUMENT, 4)); in getMessageVector1()
95 v.add(new FieldContainer(11, 15, DateFormat.Field.YEAR)); in getMessageVector1()
96 v.add(new FieldContainer(19, 20, Field.ARGUMENT, 3)); in getMessageVector1()
97 v.add(new FieldContainer(19, 20, DateFormat.Field.HOUR1)); in getMessageVector1()
[all …]
/external/webkit/Source/WebCore/platform/win/
DMIMETypeRegistryWin.cpp77 mimetypeMap.add("txt", "text/plain"); in getMIMETypeForExtension()
78 mimetypeMap.add("pdf", "application/pdf"); in getMIMETypeForExtension()
79 mimetypeMap.add("ps", "application/postscript"); in getMIMETypeForExtension()
80 mimetypeMap.add("html", "text/html"); in getMIMETypeForExtension()
81 mimetypeMap.add("htm", "text/html"); in getMIMETypeForExtension()
82 mimetypeMap.add("xml", "text/xml"); in getMIMETypeForExtension()
83 mimetypeMap.add("xsl", "text/xsl"); in getMIMETypeForExtension()
84 mimetypeMap.add("js", "application/x-javascript"); in getMIMETypeForExtension()
85 mimetypeMap.add("xhtml", "application/xhtml+xml"); in getMIMETypeForExtension()
86 mimetypeMap.add("rss", "application/rss+xml"); in getMIMETypeForExtension()
[all …]
/external/webkit/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
[all …]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
DX500PrincipalTest.java1950 list.add("", "", "", "", new byte[] { 0x30, 0x00 }); // empty RDN sequence in testValidDN()
1953 list.add("CN=A,C=B", "CN=A,C=B", "CN=A, C=B", "cn=a,c=b"); in testValidDN()
1954 list.add("C=B,CN=A", "C=B,CN=A", "C=B, CN=A", "c=b,cn=a"); in testValidDN()
1955 list.add("CN=A,CN=A", "CN=A,CN=A", "CN=A, CN=A", "cn=a,cn=a"); // duplicate RDNs in testValidDN()
1958 list.add("CN=A , C=B", "CN=A,C=B", "CN=A, C=B"); in testValidDN()
1959 list.add("CN=A , C=B", "CN=A,C=B", "CN=A, C=B"); in testValidDN()
1960 list.add("CN=A;C=B", "CN=A,C=B", "CN=A, C=B"); in testValidDN()
1961 list.add("CN=A ; C=B", "CN=A,C=B", "CN=A, C=B"); in testValidDN()
1963 list.add(" CN=A,C=B ", "CN=A,C=B", "CN=A, C=B"); // spaces at beg&end in testValidDN()
1964 list.add(" CN=A,C=\"B\" ", "CN=A,C=B", "CN=A, C=B"); // spaces at beg&end in testValidDN()
[all …]
/external/openssl/crypto/sha/asm/
Dsha256-armv4.s29 add r2,r1,r2,lsl#6 @ len to point at the end of inp
50 add r3,r3,r0
52 add r3,r3,r11
54 add r3,r3,r2
56 add r3,r3,r12
61 add r11,r11,r3
63 add r7,r7,r3
64 add r11,r11,r0
80 add r3,r3,r0
82 add r3,r3,r10
[all …]
Dsha1-armv4-large.s9 add r2,r1,r2,lsl#6 @ r2 to point at the end of r1
22 add r7,r8,r7,ror#2 @ E+=K_00_19
24 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
30 add r7,r7,r9 @ E+=X[i]
33 add r7,r7,r10 @ E+=F_00_19(B,C,D)
37 add r6,r8,r6,ror#2 @ E+=K_00_19
39 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
45 add r6,r6,r9 @ E+=X[i]
48 add r6,r6,r10 @ E+=F_00_19(B,C,D)
52 add r5,r8,r5,ror#2 @ E+=K_00_19
[all …]
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp75 unwrap(PM)->add(createAggressiveDCEPass()); in LLVMAddAggressiveDCEPass()
79 unwrap(PM)->add(createCFGSimplificationPass()); in LLVMAddCFGSimplificationPass()
83 unwrap(PM)->add(createDeadStoreEliminationPass()); in LLVMAddDeadStoreEliminationPass()
87 unwrap(PM)->add(createGVNPass()); in LLVMAddGVNPass()
91 unwrap(PM)->add(createIndVarSimplifyPass()); in LLVMAddIndVarSimplifyPass()
95 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()
99 unwrap(PM)->add(createJumpThreadingPass()); in LLVMAddJumpThreadingPass()
103 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
107 unwrap(PM)->add(createLoopDeletionPass()); in LLVMAddLoopDeletionPass()
111 unwrap(PM)->add(createLoopIdiomPass()); in LLVMAddLoopIdiomPass()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-mov.ll8 ;CHECK: add.w r0, r0, #11206827
9 %ret = add i32 %lhs, 11206827 ; 0x00ab00ab
15 ;CHECK: add.w r0, r0, #11206656
17 %ret = add i32 %lhs, 11206843 ; 0x00ab00bb
23 ;CHECK: add.w r0, r0, #11206827
24 ;CHECK: add.w r0, r0, #16777216
25 %ret = add i32 %lhs, 27984043 ; 0x01ab00ab
31 ;CHECK: add.w r0, r0, #16777472
32 ;CHECK: add.w r0, r0, #11206827
33 %ret = add i32 %lhs, 27984299 ; 0x01ab01ab
[all …]
/external/llvm/test/Transforms/InstCombine/
Doverflow.ll12 %add = add nsw i64 %conv2, %conv
13 %add.off = add i64 %add, 2147483648
15 %0 = icmp ugt i64 %add.off, 4294967295
24 %conv9 = trunc i64 %add to i32
31 ; promote it since the add.off instruction has another use, and 2) it is unsafe
32 ; because the add-with-off makes the high bits of the original add live.
37 %add = add nsw i64 %conv2, %conv
38 %add.off = add i64 %add, 2147483648
40 store i64 %add.off, i64* %P
43 %0 = icmp ugt i64 %add.off, 4294967295
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DArrayListTest.java51 subList.add(new Integer(i)); in test_Constructor()
101 alist.add(50, o = new Object()); in test_addILjava_lang_Object()
107 alist.add(25, null); in test_addILjava_lang_Object()
112 alist.add(0, o = new Object()); in test_addILjava_lang_Object()
118 alist.add(0, null); in test_addILjava_lang_Object()
124 alist.add(-1, new Object()); in test_addILjava_lang_Object()
132 alist.add(-1, null); in test_addILjava_lang_Object()
140 alist.add(alist.size() + 1, new Object()); in test_addILjava_lang_Object()
148 alist.add(alist.size() + 1, null); in test_addILjava_lang_Object()
162 alist.add(size, o); in test_addILjava_lang_Object_2()
[all …]
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp202 PM.add(Printer); in addPassesToEmitFile()
206 PM.add(createGCInfoDeleter()); in addPassesToEmitFile()
229 PM.add(createGCInfoDeleter()); in addPassesToEmitMachineCode()
274 PM.add(Printer); in addPassesToEmitMC()
284 PM.add(createMachineFunctionPrinterPass(dbgs(), Banner)); in printNoVerify()
290 PM.add(createMachineFunctionPrinterPass(dbgs(), Banner)); in printAndVerify()
293 PM.add(createMachineVerifierPass(Banner)); in printAndVerify()
309 PM.add(createTypeBasedAliasAnalysisPass()); in addCommonCodeGenPasses()
310 PM.add(createBasicAliasAnalysisPass()); in addCommonCodeGenPasses()
315 PM.add(createVerifierPass()); in addCommonCodeGenPasses()
[all …]

12345678910>>...134