Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/SafepointIRVerifier/
Duse-derived-unrelocated.ll4 define void @test.deriving.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint…
9 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8
17 define void @test.cmp.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-exam…
22 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8
30 define void @test.cmp-long_chain.ok(i32, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "stat…
36 %ptr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 8
66 define void @test.cmp.fail(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoi…
68 …4 0, i32 0, void ()* undef, i32 0, i32 0, i32 0, i32 0, i8 addrspace(1)* %base2 , i32 -1, i32 0, i…
69 …%base2.relocated = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %safepoint_toke…
73 ; CHECK-NEXT: Use: %cmp = icmp eq i8 addrspace(1)* %addr1, %base2.relocated
[all …]
Dcompares.ll64 define void @test5(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-examp…
67 %load_addr2 = getelementptr i8, i8 addrspace(1)* %base2, i64 %arg
75 define void @test6(i64 %arg, i8 addrspace(1)* %base1, i8 addrspace(1)* %base2) gc "statepoint-examp…
79 …4 0, i32 0, void ()* undef, i32 0, i32 0, i32 0, i32 0, i8 addrspace(1)* %base2 , i32 -1, i32 0, i…
80 …rspace(1)* @llvm.experimental.gc.relocate.p1i8(token %safepoint_token, i32 7, i32 7) ; base2, base2
/external/skia/bench/
DHairlinePathBench.cpp99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath()
104 SkIntToScalar(points[base2+1] + yTrans)); in makePath()
131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath()
136 SkIntToScalar(points[base2+1] + yTrans), in makePath()
164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath()
170 SkIntToScalar(points[base2+1] + yTrans), in makePath()
199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
[all …]
/external/skqp/bench/
DHairlinePathBench.cpp99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath()
104 SkIntToScalar(points[base2+1] + yTrans)); in makePath()
131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath()
136 SkIntToScalar(points[base2+1] + yTrans), in makePath()
164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath()
170 SkIntToScalar(points[base2+1] + yTrans), in makePath()
199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
[all …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java205 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local
237 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces()
238 superclassTest(base2, base2, classsub1); in testGetCommonSuperclass_interfaces()
239 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces()
240 superclassTest(base2, base2, classsub2); in testGetCommonSuperclass_interfaces()
241 superclassTest(base2, base2, classsub1234); in testGetCommonSuperclass_interfaces()
269 superclassTest(unknown, sub4, base2); in testGetCommonSuperclass_interfaces()
270 superclassTest(unknown, classsub4, base2); in testGetCommonSuperclass_interfaces()
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp94 struct base2 {int x;}; struct
95 struct derived : base1, base2 {};
104 catch (base2 *p) { in test5()
121 catch (base2 *p) { in test6()
138 catch (base2 *p) { in test7()
/external/clang/test/Modules/Inputs/
Ddependency-gen-base.modulemap4 use "test-base2"
6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
Ddependency-gen-base2.modulemap1 module "test-base2" {
/external/u-boot/lib/
Dlmb.c44 phys_size_t size1, phys_addr_t base2, phys_size_t size2) in lmb_addrs_overlap() argument
46 return ((base1 < (base2+size2)) && (base2 < (base1+size1))); in lmb_addrs_overlap()
50 phys_addr_t base2, phys_size_t size2) in lmb_addrs_adjacent() argument
52 if (base2 == base1 + size1) in lmb_addrs_adjacent()
54 else if (base1 == base2 + size2) in lmb_addrs_adjacent()
65 phys_addr_t base2 = rgn->region[r2].base; in lmb_regions_adjacent() local
68 return lmb_addrs_adjacent(base1, size1, base2, size2); in lmb_regions_adjacent()
/external/cldr/tools/java/org/unicode/cldr/tool/
DSubdivisionNode.java444 private String getName(SubdivisionNode base2) { in getName() argument
445 return getIsoName(base2.code); in getName()
479 private void print(PrintWriter out, int indent, String prefix, SubdivisionNode base2) { in print() argument
483 prefix += base2.code; in print()
485 out.println(prefix + indentString + getName(base2)); in print()
486 if (base2.children.isEmpty()) { in print()
489 for (SubdivisionNode child : base2.children.values()) { in print()
617 … private void printXml(Appendable output, SubdivisionNode base2, int indent) throws IOException { in printXml() argument
618 if (base2.children.isEmpty()) { in printXml()
621 String type = base2.code; in printXml()
[all …]
/external/clang/test/FixIt/
Dfixit-cxx11-attributes.cpp38 struct base2 {}; struct
48 …public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]];
52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20];
58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]];
52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20];
58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
/external/u-boot/arch/arm/mach-mvebu/
Ddram.c118 u32 reg, base, size, base2; in mv_xor_init2() local
136 base2 = ((base / (64 << 10)) << XEBARX_BASE_OFFS) | in mv_xor_init2()
139 base2); in mv_xor_init2()
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dshifter_operand.ll31 define i32 @test3(i32 %base, i32 %base2, i32 %offset) {
44 %tmp4 = add i32 %base2, %tmp1
/external/testng/src/test/java/test/failures/
DBase1.java7 public void base2() { in base2() method in Base1
/external/libxml2/result/scripts/
Dbase21 / > ./test/scripts/base2.xml
/external/clang/test/Modules/
Ddependency-gen.modulemap14 use "test-base2"
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/
Drematerialize-derived-pointers.ll273 %base2 = call i32 addrspace(1)* @new_instance()
283 …; CHECK: %basephi.base = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ], !is_base_val…
284 ; CHECK: %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
294 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
306 %base2 = call i32 addrspace(1)* @new_instance()
316 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/
Dstrip-gc-relocates.ll82 %base2 = call i32 addrspace(1)* @new_instance()
95 %basephi.base = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ], !is_base_value !0
96 %basephi = phi i32 addrspace(1)* [ %base1, %here ], [ %base2, %there ]
/external/libxml2/
Druntest.c3067 const char *base2; in schemasTest() local
3122 base2 = baseFilename(instance); in schemasTest()
3123 len = strlen(base2); in schemasTest()
3124 if ((len > 6) && (base2[len - 6] == '_')) { in schemasTest()
3125 count = base2[len - 5]; in schemasTest()
3244 const char *base2; in rngTest() local
3287 base2 = baseFilename(instance); in rngTest()
3288 len = strlen(base2); in rngTest()
3289 if ((len > 6) && (base2[len - 6] == '_')) { in rngTest()
3290 count = base2[len - 5]; in rngTest()
[all …]
Dregressions.py36 def compFiles(res, expected, base1, base2): argument
51 j = string.find(exp[i],base2)
/external/epid-sdk/epid/member/tiny/math/
Dfq12.h103 VeryLargeInt const* exp1, Fq12Elem const* base2,
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr33367.ll93 %base2 = load i64*, i64** %pbase2, !tbaa !142
94 %absaddr2 = getelementptr i64, i64* %base2, i64 %reg
/external/epid-sdk/epid/member/tiny/math/src/
Dfq12.c132 VeryLargeInt const* exp1, Fq12Elem const* base2, in Fq12MultiExp() argument
139 Fq12Exp(&tmp, base2, exp2); in Fq12MultiExp()

12