/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2010-04-26-CopyRegCrash.ll | 54 %asmtmp.i.i179 = tail call i16 asm "rev16 $0, $1\0A", "=l,l"(i16 undef) nounwind ; <i16> [#uses=1] 55 …%asmtmp.i.i178 = tail call i16 asm "rev16 $0, $1\0A", "=l,l"(i16 %asmtmp.i.i179) nounwind ; <i16> …
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-04-26-CopyRegCrash.ll | 54 %asmtmp.i.i179 = tail call i16 asm "rev16 $0, $1\0A", "=l,l"(i16 undef) nounwind ; <i16> [#uses=1] 55 …%asmtmp.i.i178 = tail call i16 asm "rev16 $0, $1\0A", "=l,l"(i16 %asmtmp.i.i179) nounwind ; <i16> …
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 78 br label %bb10.i179 92 bb11.i172: ; preds = %bb10.i179.bb11.i172_crit_edge, %bb4.i166.bb11.i172_crit_edge 95 bb10.i179: ; preds = %bb9.i182, %bb1.i158.bb10.i179_crit_edge 96 br i1 false, label %bb7.i180, label %bb10.i179.bb11.i172_crit_edge 98 bb10.i179.bb11.i172_crit_edge: ; preds = %bb10.i179 101 bb7.i180: ; preds = %bb10.i179 111 br label %bb10.i179
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 78 br label %bb10.i179 92 bb11.i172: ; preds = %bb10.i179.bb11.i172_crit_edge, %bb4.i166.bb11.i172_crit_edge 95 bb10.i179: ; preds = %bb9.i182, %bb1.i158.bb10.i179_crit_edge 96 br i1 false, label %bb7.i180, label %bb10.i179.bb11.i172_crit_edge 98 bb10.i179.bb11.i172_crit_edge: ; preds = %bb10.i179 101 bb7.i180: ; preds = %bb10.i179 111 br label %bb10.i179
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 321 int i179[] = {0, 1, 1, 1, 0, 1, 1}; in test() local 448 assert(std::is_heap(i179, i179+7) == (std::is_heap_until(i179, i179+7) == i179+7)); in test()
|
D | is_heap_until.pass.cpp | 321 int i179[] = {0, 1, 1, 1, 0, 1, 1}; in test() local 448 assert(std::is_heap_until(i179, i179+7) == i179+1); in test()
|
D | is_heap_until_comp.pass.cpp | 322 int i179[] = {0, 1, 1, 1, 0, 1, 1}; in test() local 449 assert(std::is_heap_until(i179, i179+7, std::greater<int>()) == i179+4); in test()
|
D | is_heap_comp.pass.cpp | 322 int i179[] = {0, 1, 1, 1, 0, 1, 1}; in test() local 449 …assert(std::is_heap(i179, i179+7, std::greater<int>()) == (std::is_heap_until(i179, i179+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 169 int i177 = identity(177); int i178 = identity(178); int i179 = identity(179); in binaryOpUsingHighRegistersLocals() local 218 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryOpUsingHighRegistersLocals() 293 double i177 = identity(177.0); double i178 = identity(178.0); double i179 = identity(179.0); in binaryDoubleOpUsingHighRegistersLocals() local 339 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 352 int i174, int i175, int i176, int i177, int i178, int i179, int i180, int i181, int i182, in manyArgs() argument 406 int i178 = 178; int i179 = 179; int i180 = 180; int i181 = 181; int i182 = 182; in rangeInvokeWithManyLocals() local 435 i171, i172, i173, i174, i175, i176, i177, i178, i179, i180, i181, i182, i183, i184, i185, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 358 @i179_l = external global i179 ; <i179*> [#uses=1] 359 @i179_s = external global i179 ; <i179*> [#uses=1] 1584 %tmp = load i179, i179* @i179_l ; <i179> [#uses=1] 1585 store i179 %tmp, i179* @i179_s
|
D | APIntSextParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 signext %x) nounwind { 1150 store i179 %x, i179* @i179_s
|
D | APIntParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 %x) nounwind { 1150 store i179 %x, i179* @i179_s
|
D | APIntZextParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 zeroext %x) nounwind { 1150 store i179 %x, i179* @i179_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 136 br i1 undef, label %bb1.i64.i.preheader, label %bb5.i179 138 bb5.i179: ; preds = %bb1.i81.i.preheader
|
D | 2008-04-11-PHIofImpDef.ll | 1937 br i1 false, label %bb.i179, label %bb662.i 1938 bb.i179: ; preds = %bb16671.i 1943 bb418.i: ; preds = %bb.i179 1945 bb433.i: ; preds = %bb.i179 1968 bb513.i: ; preds = %bb504.i, %bb.i179
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 136 br i1 undef, label %bb1.i64.i.preheader, label %bb5.i179 138 bb5.i179: ; preds = %bb1.i81.i.preheader
|
D | 2008-04-11-PHIofImpDef.ll | 1937 br i1 false, label %bb.i179, label %bb662.i 1938 bb.i179: ; preds = %bb16671.i 1943 bb418.i: ; preds = %bb.i179 1945 bb433.i: ; preds = %bb.i179 1968 bb513.i: ; preds = %bb504.i, %bb.i179
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 358 @i179_l = external global i179 ; <i179*> [#uses=1] 359 @i179_s = external global i179 ; <i179*> [#uses=1] 1584 %tmp = load i179* @i179_l ; <i179> [#uses=1] 1585 store i179 %tmp, i179* @i179_s
|
D | APIntParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 %x) nounwind { 1150 store i179 %x, i179* @i179_s
|
D | APIntSextParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 signext %x) nounwind { 1150 store i179 %x, i179* @i179_s
|
D | APIntZextParam.ll | 180 @i179_s = external global i179 ; <i179*> [#uses=1] 1149 define void @i179_ls(i179 zeroext %x) nounwind { 1150 store i179 %x, i179* @i179_s
|