Home
last modified time | relevance | path

Searched refs:sub3 (Results 1 – 25 of 35) sorted by relevance

12

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java189 String sub3 = "Liface/sub3;"; in testGetCommonSuperclass_interfaces() local
207 superclassTest(base1, base1, sub3); in testGetCommonSuperclass_interfaces()
214 superclassTest(object, sub3, iface1); in testGetCommonSuperclass_interfaces()
231 superclassTest(sub3, sub3, classsub3); in testGetCommonSuperclass_interfaces()
234 superclassTest(sub3, sub3, classsub4); in testGetCommonSuperclass_interfaces()
242 superclassTest(sub3, sub3, classsub1234); in testGetCommonSuperclass_interfaces()
245 superclassTest(unknown, sub3, classsub1); in testGetCommonSuperclass_interfaces()
247 superclassTest(unknown, sub3, classsub2); in testGetCommonSuperclass_interfaces()
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc112 IndexSubTableFormat3Ptr sub3 = in TestReadingBitmapTable() local
114 EXPECT_FALSE(sub3 == NULL); in TestReadingBitmapTable()
116 info.Attach(sub3->GlyphInfo(2)); in TestReadingBitmapTable()
182 IndexSubTableFormat3Ptr sub3 = in TestIndexFormatConversion() local
184 EXPECT_FALSE(sub3 == NULL); in TestIndexFormatConversion()
191 original_info.Attach(sub3->GlyphInfo(i)); in TestIndexFormatConversion()
/external/llvm/test/Transforms/Reassociate/
D2012-06-08-InfiniteLoop.ll10 %c.0 = phi i32 [ undef, %entry ], [ %sub3, %while.body ]
16 %sub3 = sub nsw i32 0, %c.0
/external/llvm/test/Transforms/TailCallElim/
Ddup_tail.ll18 %sub3 = add nsw i32 %n, -1
19 %call4 = call i32 @fib(i32 %sub3)
/external/llvm/lib/Target/R600/
DSIRegisterInfo.td78 def SGPR_128 : RegisterTuples<[sub0, sub1, sub2, sub3],
85 def SGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7],
96 def SGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7,
131 def VGPR_128 : RegisterTuples<[sub0, sub1, sub2, sub3],
138 def VGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7],
149 def VGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7,
DAMDGPURegisterInfo.cpp47 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, AMDGPU::sub4, in getSubRegFromChannel()
/external/llvm/test/Transforms/Inline/
Dinline-fp.ll113 %sub3 = fsub float %conv2, %mul
114 %div = fdiv float %sub3, %mul
126 %sub3 = fsub float %conv2, %mul
127 %div = fdiv float %sub3, %mul
/external/clang/test/Modules/Inputs/
Dautolink-sub3.pch1 @import autolink.sub3;
Dmodule.map186 explicit module sub3 {
187 header "autolink-sub3.h"
/external/clang/test/Sema/
Dtypecheck-binop.c13 void *sub3(void *P) { in sub3() function
/external/llvm/test/CodeGen/AArch64/
Darm64-csel.ll57 %sub3 = sub nsw i32 0, %sub
58 %cond = select i1 %cmp, i32 %sub, i32 %sub3
87 %sub3 = sub nsw i32 0, %sub
88 %cond = select i1 %cmp, i32 %sub, i32 %sub3
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dexternal_user.ll79 %sub3 = fsub float 1.000000e+00, %1
80 %mul4 = fmul float %sub3, 0.000000e+00
/external/llvm/test/CodeGen/SystemZ/
Dfp-sub-02.ll109 %sub3 = fsub double %sub2, %val3
110 %sub4 = fsub double %sub3, %val4
Dfp-sub-01.ll109 %sub3 = fsub float %sub2, %val3
110 %sub4 = fsub float %sub3, %val4
Dint-sub-04.ll131 %sub3 = sub i64 %sub2, %val3
132 %sub4 = sub i64 %sub3, %val4
Dint-sub-05.ll148 %sub3 = sub i128 %sub2, %val3
149 %sub4 = sub i128 %sub3, %val4
Dint-sub-02.ll171 %sub3 = sub i64 %sub2, %ext3
172 %sub4 = sub i64 %sub3, %ext4
Dint-sub-03.ll171 %sub3 = sub i64 %sub2, %ext3
172 %sub4 = sub i64 %sub3, %ext4
Dint-sub-01.ll166 %sub3 = sub i32 %sub2, %val3
167 %sub4 = sub i32 %sub3, %val4
/external/clang/test/Modules/
Dautolink.m2 …es-cache-path=%t -fmodules -o %t.pch -I %S/Inputs -x objective-c-header %S/Inputs/autolink-sub3.pch
/external/clang/test/ARCMT/Inputs/
Dmodule.map181 explicit module sub3 {
182 header "autolink-sub3.h"
/external/llvm/test/Transforms/IndVarSimplify/
Dlftr-reuse.ll54 %sub3 = sub nsw i32 %sub2, 1
55 %cmp2 = icmp slt i32 0, %sub3
66 %cmp3 = icmp slt i32 %j.inc, %sub3
/external/llvm/test/CodeGen/X86/
Datomic_add.ll166 define void @sub3(i8* nocapture %p, i32 %v) nounwind ssp {
168 ; CHECK-LABEL: sub3:
/external/llvm/test/Transforms/InstSimplify/
Dreassociate.ll83 define i32 @sub3(i32 %x, i32 %y) {
84 ; CHECK-LABEL: @sub3(
/external/llvm/test/Transforms/LoopVectorize/
Dglobal_alias.ll364 %sub3 = sub nsw i32 %sub2, 1
365 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3
416 %sub3 = sub nsw i32 %sub2, 1
417 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3
468 %sub3 = sub nsw i32 %sub2, 10
469 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3
583 %sub3 = sub nsw i32 100, %5
584 %sub4 = sub nsw i32 %sub3, 1
750 %sub3 = sub nsw i32 %sub2, 1
751 …0 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 0, i32 %sub3

12