/external/llvm/test/CodeGen/PowerPC/ |
D | 2006-11-10-DAGCombineMiscompile.ll | 3 define void @test(i16 %div.0.i.i.i.i, i32 %L_num.0.i.i.i.i, i32 %tmp1.i.i206.i.i, i16* %P) { 6 %tmp31.i.i.i.i = icmp slt i32 %tmp28.i.i.i.i, %tmp1.i.i206.i.i ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2006-11-10-DAGCombineMiscompile.ll | 3 define void @test(i16 %div.0.i.i.i.i, i32 %L_num.0.i.i.i.i, i32 %tmp1.i.i206.i.i, i16* %P) { 6 %tmp31.i.i.i.i = icmp slt i32 %tmp28.i.i.i.i, %tmp1.i.i206.i.i ; <i1> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 235 br i1 undef, label %bb.i206.i, label %ana_AnalyzeSortStructure.exit.i 237 bb.i206.i: ; preds = %bb5.i205 240 bb1.i207.i: ; preds = %bb.i206.i 249 ana_AnalyzeSortStructure.exit.i: ; preds = %bb.i206.i, %bb5.i205
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-06-15-RegScavengerAssert.ll | 235 br i1 undef, label %bb.i206.i, label %ana_AnalyzeSortStructure.exit.i 237 bb.i206.i: ; preds = %bb5.i205 240 bb1.i207.i: ; preds = %bb.i206.i 249 ana_AnalyzeSortStructure.exit.i: ; preds = %bb.i206.i, %bb5.i205
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 348 int i206[] = {1, 0, 1, 0, 1, 1, 0}; in test() local 475 assert(std::is_heap(i206, i206+7) == (std::is_heap_until(i206, i206+7) == i206+7)); in test()
|
D | is_heap_until.pass.cpp | 348 int i206[] = {1, 0, 1, 0, 1, 1, 0}; in test() local 475 assert(std::is_heap_until(i206, i206+7) == i206+4); in test()
|
D | is_heap_until_comp.pass.cpp | 349 int i206[] = {1, 0, 1, 0, 1, 1, 0}; in test() local 476 assert(std::is_heap_until(i206, i206+7, std::greater<int>()) == i206+1); in test()
|
D | is_heap_comp.pass.cpp | 349 int i206[] = {1, 0, 1, 0, 1, 1, 0}; in test() local 476 …assert(std::is_heap(i206, i206+7, std::greater<int>()) == (std::is_heap_until(i206, i206+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 178 int i204 = identity(204); int i205 = identity(205); int i206 = identity(206); in binaryOpUsingHighRegistersLocals() local 221 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryOpUsingHighRegistersLocals() 302 double i204 = identity(204.0); double i205 = identity(205.0); double i206 = identity(206.0); in binaryDoubleOpUsingHighRegistersLocals() local 342 i204 + i205 + i206 + i207 + i208 + i209 + i210 + i211 + i212 + i213 + i214 + i215 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 355 int i201, int i202, int i203, int i204, int i205, int i206, int i207, int i208, int i209, in manyArgs() 411 int i203 = 203; int i204 = 204; int i205 = 205; int i206 = 206; int i207 = 207; in rangeInvokeWithManyLocals() local 437 i201, i202, i203, i204, i205, i206, i207, i208, i209, i210, i211, i212, i213, i214, i215, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 412 @i206_l = external global i206 ; <i206*> [#uses=1] 413 @i206_s = external global i206 ; <i206*> [#uses=1] 1746 %tmp = load i206, i206* @i206_l ; <i206> [#uses=1] 1747 store i206 %tmp, i206* @i206_s
|
D | APIntSextParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 signext %x) nounwind { 1285 store i206 %x, i206* @i206_s
|
D | APIntParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 %x) nounwind { 1285 store i206 %x, i206* @i206_s
|
D | APIntZextParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 zeroext %x) nounwind { 1285 store i206 %x, i206* @i206_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 412 @i206_l = external global i206 ; <i206*> [#uses=1] 413 @i206_s = external global i206 ; <i206*> [#uses=1] 1746 %tmp = load i206* @i206_l ; <i206> [#uses=1] 1747 store i206 %tmp, i206* @i206_s
|
D | APIntParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 %x) nounwind { 1285 store i206 %x, i206* @i206_s
|
D | APIntSextParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 signext %x) nounwind { 1285 store i206 %x, i206* @i206_s
|
D | APIntZextParam.ll | 207 @i206_s = external global i206 ; <i206*> [#uses=1] 1284 define void @i206_ls(i206 zeroext %x) nounwind { 1285 store i206 %x, i206* @i206_s
|