Home
last modified time | relevance | path

Searched refs:i185 (Results 1 – 24 of 24) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll38 br i1 undef, label %bb5.i185.i.i, label %bb35.preheader.i.i.i
45 bb5.i185.i.i: ; preds = %bb2.i184.i.i
54 bb.i171.i.i: ; preds = %bb3.i176.i.i, %bb36.i.i.i, %bb5.i185.i.i
55 %2 = phi i32 [ %4, %bb3.i176.i.i ], [ 0, %bb36.i.i.i ], [ 0, %bb5.i185.i.i ] ; <i32> [#uses=6]
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll38 br i1 undef, label %bb5.i185.i.i, label %bb35.preheader.i.i.i
45 bb5.i185.i.i: ; preds = %bb2.i184.i.i
54 bb.i171.i.i: ; preds = %bb3.i176.i.i, %bb36.i.i.i, %bb5.i185.i.i
55 %2 = phi i32 [ %4, %bb3.i176.i.i ], [ 0, %bb36.i.i.i ], [ 0, %bb5.i185.i.i ] ; <i32> [#uses=6]
/external/llvm/test/CodeGen/ARM/
D2007-05-03-BadPostIndexedLd.ll59 %tmp8.i.i185 = icmp eq i32 0, 0 ; <i1> [#uses=1]
60 br i1 %tmp8.i.i185, label %TestObj_new1.exit, label %cond_true.i.i187
Dvmov.ll392 %add.i185 = sub <4 x i32> %and.i186, %y
393 %sub.i = sub <4 x i32> %add.i185, zeroinitializer
Dvmul.ll590 %mul.i185 = mul <8 x i16> undef, undef
591 %add.i186 = add <8 x i16> %mul.i185, undef
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2007-05-03-BadPostIndexedLd.ll59 %tmp8.i.i185 = icmp eq i32 0, 0 ; <i1> [#uses=1]
60 br i1 %tmp8.i.i185, label %TestObj_new1.exit, label %cond_true.i.i187
/external/llvm/test/Transforms/AlignmentFromAssumptions/
Dstart-unk.ll78 %ptrint.i.i185 = ptrtoint %type1* undef to i64
79 %maskedptr.i.i186 = and i64 %ptrint.i.i185, 1
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp327 int i185[] = {1, 0, 0, 0, 0, 0, 1}; in test() local
454 assert(std::is_heap(i185, i185+7) == (std::is_heap_until(i185, i185+7) == i185+7)); in test()
Dis_heap_until.pass.cpp327 int i185[] = {1, 0, 0, 0, 0, 0, 1}; in test() local
454 assert(std::is_heap_until(i185, i185+7) == i185+6); in test()
Dis_heap_until_comp.pass.cpp328 int i185[] = {1, 0, 0, 0, 0, 0, 1}; in test() local
455 assert(std::is_heap_until(i185, i185+7, std::greater<int>()) == i185+1); in test()
Dis_heap_comp.pass.cpp328 int i185[] = {1, 0, 0, 0, 0, 0, 1}; in test() local
455 …assert(std::is_heap(i185, i185+7, std::greater<int>()) == (std::is_heap_until(i185, i185+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java171 int i183 = identity(183); int i184 = identity(184); int i185 = identity(185); in binaryOpUsingHighRegistersLocals() local
219 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryOpUsingHighRegistersLocals()
295 double i183 = identity(183.0); double i184 = identity(184.0); double i185 = identity(185.0); in binaryDoubleOpUsingHighRegistersLocals() local
340 i180 + i181 + i182 + i183 + i184 + i185 + i186 + i187 + i188 + i189 + i190 + i191 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java353 int i183, int i184, int i185, int i186, int i187, int i188, int i189, int i190, int i191, in manyArgs() argument
407 int i183 = 183; int i184 = 184; int i185 = 185; int i186 = 186; int i187 = 187; in rangeInvokeWithManyLocals() local
435 i171, i172, i173, i174, i175, i176, i177, i178, i179, i180, i181, i182, i183, i184, i185, in rangeInvokeWithManyLocals()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfold-pcmpeqd-0.ll44 %bitcast204.i185 = bitcast <4 x i32> zeroinitializer to <4 x float> ; <<4 x float>> [#uses=1]
79 %mul307 = fmul <4 x float> %bitcast204.i185, zeroinitializer ; <<4 x float>> [#uses=1]
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll370 @i185_l = external global i185 ; <i185*> [#uses=1]
371 @i185_s = external global i185 ; <i185*> [#uses=1]
1620 %tmp = load i185, i185* @i185_l ; <i185> [#uses=1]
1621 store i185 %tmp, i185* @i185_s
DAPIntSextParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 signext %x) nounwind {
1180 store i185 %x, i185* @i185_s
DAPIntParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 %x) nounwind {
1180 store i185 %x, i185* @i185_s
DAPIntZextParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 zeroext %x) nounwind {
1180 store i185 %x, i185* @i185_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll370 @i185_l = external global i185 ; <i185*> [#uses=1]
371 @i185_s = external global i185 ; <i185*> [#uses=1]
1620 %tmp = load i185* @i185_l ; <i185> [#uses=1]
1621 store i185 %tmp, i185* @i185_s
DAPIntParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 %x) nounwind {
1180 store i185 %x, i185* @i185_s
DAPIntSextParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 signext %x) nounwind {
1180 store i185 %x, i185* @i185_s
DAPIntZextParam.ll186 @i185_s = external global i185 ; <i185*> [#uses=1]
1179 define void @i185_ls(i185 zeroext %x) nounwind {
1180 store i185 %x, i185* @i185_s
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/
Dpr3085.ll493 br i1 false, label %bb2.i.i183, label %bb4.i.i185
495 bb4.i.i185: ; preds = %bb3.i.i184
498 bb.i.i.i186: ; preds = %bb4.i.i185
501 picosat_adjust.exit.i: ; preds = %bb.i.i.i186, %bb4.i.i185
/external/llvm/test/Transforms/ArgumentPromotion/
Dpr3085.ll493 br i1 false, label %bb2.i.i183, label %bb4.i.i185
495 bb4.i.i185: ; preds = %bb3.i.i184
498 bb.i.i.i186: ; preds = %bb4.i.i185
501 picosat_adjust.exit.i: ; preds = %bb.i.i.i186, %bb4.i.i185