/external/llvm/test/Integer/ |
BitPacked.ll | 6 @foo2 = external global <2 x i10> 12 store <2 x i10> <i10 4, i10 4>, <2 x i10>* @foo2 14 %l2 = load <2 x i10>* @foo2 15 %r1 = extractelement <2 x i10> %l2, i32 1 16 %r2 = extractelement <2 x i10> %l2, i32 0 17 %t = mul i10 %r1, %r2 18 %r3 = insertelement <2 x i10> %l2, i10 %t, i32 0 [all...] |
packed_bt.ll | 6 @foo2 = external global <2 x i10> 12 store <2 x i10> <i10 4, i10 4>, <2 x i10>* @foo2 14 %l2 = load <2 x i10>* @foo2
|
/external/llvm/test/Assembler/ |
2004-06-07-VerifierBug.ll | 8 %tmp.4.i9 = getelementptr i32* null, i32 %tmp.5.i10 ; <i32*> [#uses=1] 9 %tmp.5.i10 = load i32* %tmp.4.i9 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/X86/ |
2010-01-07-ISelBug.ll | 8 if.end.i11: ; preds = %lor.lhs.false.i10, %lor.lhs.false.i10, %lor.lhs.false.i10 23 if.then283: ; preds = %lor.lhs.false.i10, %do.end105, %for.end
|
MachineSink-eflags.ll | 29 %i10 = bitcast i8* %ptr32 to i32* 30 %tmp33 = load i32* %i10, align 4
|
2007-02-16-BranchFold.ll | 64 %tmp7.i10.i = getelementptr %struct.operator* %tmp66.i62.i, i32 0, i32 5 ; <i32*> [#uses=1] 65 %tmp8.i11.i = load i32* %tmp7.i10.i ; <i32> [#uses=7]
|
fold-pcmpeqd-2.ll | 71 %bitcast17.i10 = bitcast <4 x i32> %orps.i9 to <4 x float> ; <<4 x float>> [#uses=1] 80 call void null(<4 x float> %bitcast17.i19, <4 x float> %bitcast17.i10, <4 x float> %bitcast17.i, <4 x float> zeroinitializer, %struct.__ImageExecInfo* null, <4 x i32> zeroinitializer) nounwind
|
lsr-reuse.ll | 290 %i10 = add i64 %i, 10 291 %Ai10 = getelementptr double* %A, i64 %i10 293 %Bi10 = getelementptr double* %B, i64 %i10 296 %Ci10 = getelementptr double* %C, i64 %i10 337 %i10 = add i64 %i, 10 338 %Ai10 = getelementptr double* %A, i64 %i10 340 %Bi10 = getelementptr double* %B, i64 %i10 343 %Ci10 = getelementptr double* %C, i64 %i10 [all...] |
fold-pcmpeqd-0.ll | 97 %bitcast17.i10 = bitcast <4 x i32> %orps.i9 to <4 x float> ; <<4 x float>> [#uses=1] 102 call void null(<4 x float> %bitcast17.i19, <4 x float> %bitcast17.i10, <4 x float> %bitcast17.i, <4 x float> zeroinitializer, %struct.__ImageExecInfo* null, <4 x i32> zeroinitializer) nounwind
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-06-19-ITBlockCrash.ll | 12 br i1 undef, label %bb.i.i10, label %bb1.i.i11 14 bb.i.i10: ; preds = %bb11 24 isupper144.exit12: ; preds = %bb1.i.i11, %bb.i.i10 25 %4 = phi i8 [ %.pre, %bb1.i.i11 ], [ 0, %bb.i.i10 ] ; <i8> [#uses=1] 26 %5 = phi i32 [ %3, %bb1.i.i11 ], [ undef, %bb.i.i10 ] ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/GlobalOpt/ |
2010-02-25-MallocPromote.ll | 12 %malloccall.i10 = call i8* @malloc(i32 16) nounwind ; <i8*> [#uses=1] 13 %0 = bitcast i8* %malloccall.i10 to i32* ; <i32*> [#uses=1]
|
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_fdct4x4_armv6.asm | 74 ldrd r4, r5, [r0] ; [i9 | i8] [i11 | i10] 82 ror r5, r5, #16 ; [i10 | i11] 84 qadd16 r6, r4, r5 ; [i9+i10 | i8+i11]=[b1 | a1] without shift 85 qsub16 r7, r4, r5 ; [i9-i10 | i8-i11]=[c1 | d1] without shift 93 smuad r2, r6, lr ; o8 = (i9+i10)*8 + (i8+i11)*8 94 smusd r8, r6, lr ; o10 = (i9+i10)*8 - (i8+i11)*8 188 ldr r2, [r1, #20] ; [i11|i10] 192 qadd16 r5, r9, r2 ; b1 = [i7+i11 | i6+i10] 196 qsub16 r6, r9, r2 ; c1 = [i7-i11 | i6-i10]
|
/dalvik/dx/tests/074-dex-form35c-edge-case/ |
Blort.java | 30 int i10 = 0; local
|
/dalvik/dx/tests/084-dex-high-register-moves/ |
Blort.java | 34 int i10 = 0; local
|
/external/clang/test/ASTMerge/Inputs/ |
interface1.m | 73 @class I10, I11;
|
interface2.m | 72 @class I10; @interface I12 @end
|
/external/clang/test/CodeGenObjC/ |
interface-layout-64.m | 106 @interface I10 : I9 { 110 @implementation I10 114 @interface I11 : I10
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex11.c | 45 { ".*|\\([KIO]\\)\\([^|]*\\).*|?[KIO]", "10~.~|P|K0|I10|O16|?KSb", 0, 3, 47 { ".*|\\([KIO]\\)\\([^|]*\\).*|?\\1", "10~.~|P|K0|I10|O16|?KSb", 0, 3,
|
dc.sed | 27 s/^/|P|K0|I10|O10|?~/ 178 /^[^A-F~]*~.*|I10|/b normal
|
/external/llvm/lib/Target/CellSPU/ |
SPUInstrFormats.td | 170 bits<10> i10; 177 let Inst{8-17} = i10; 184 let i10 = 0 in {
|
/external/llvm/test/CodeGen/ARM/ |
2007-04-03-UndefinedSymbol.ll | 84 %tmp15.i10 = load i32 (...)*** %tmp121314.i9 ; <i32 (...)**> [#uses=1] 85 %tmp151.i13 = bitcast i32 (...)** %tmp15.i10 to i8* ; <i8*> [#uses=1]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2006-06-12-InfLoop.ll | 289 br i1 false, label %loopentry.3.i10.preheader, label %loopentry.4.i15 290 loopentry.3.i10.preheader: ; preds = %loopentry.2.i 291 br label %loopentry.3.i10 292 loopentry.3.i10: ; preds = %loopexit.3.i14, %loopentry.3.i10.preheader 294 no_exit.3.preheader.i: ; preds = %loopentry.3.i10 300 loopexit.3.i14: ; preds = %loopexit.3.i14.loopexit, %loopentry.3.i10 301 br i1 false, label %loopentry.3.i10, label %loopentry.4.i15.loopexit
|
/external/clang/test/SemaCXX/ |
constant-expression.cpp | 57 i10 = sizeof(Struct), member in struct:C
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
2008-11-24-RAUW-Self.ll | 452 base2flt.exit34.mulflt.exit_crit_edge: ; preds = %bb5.i10, %base2flt.exit34 456 br i1 false, label %bb3.i9.mulflt.exit_crit_edge, label %bb5.i10 461 bb5.i10: ; preds = %bb3.i9 464 bb7.i: ; preds = %bb5.i10
|
/external/llvm/test/CodeGen/Generic/ |
APIntParam.ll | 11 @i10_s = external global i10 ; <i10*> [#uses=1] 304 define void @i10_ls(i10 %x) nounwind { 305 store i10 %x, i10* @i10_s [all...] |