/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | insert-positions.ll | 16 switch i32 undef, label %for.cond.i.i226.i [ 28 for.cond.i.i226.i: ; preds = %for.body.i.i.i, %if.then.i.i224.i 34 land.rhs.i.i.i: ; preds = %for.cond.i.i226.i 38 br label %for.cond.i.i226.i 40 for.end.i.i.i: ; preds = %land.rhs.i.i.i, %for.cond.i.i226.i
|
/external/llvm/test/CodeGen/X86/ |
D | insert-positions.ll | 16 switch i32 undef, label %for.cond.i.i226.i [ 28 for.cond.i.i226.i: ; preds = %for.body.i.i.i, %if.then.i.i224.i 34 land.rhs.i.i.i: ; preds = %for.cond.i.i226.i 38 br label %for.cond.i.i226.i 40 for.end.i.i.i: ; preds = %land.rhs.i.i.i, %for.cond.i.i226.i
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 368 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local 495 assert(std::is_heap(i226, i226+7) == (std::is_heap_until(i226, i226+7) == i226+7)); in test()
|
D | is_heap_until.pass.cpp | 368 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local 495 assert(std::is_heap_until(i226, i226+7) == i226+5); in test()
|
D | is_heap_until_comp.pass.cpp | 369 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local 496 assert(std::is_heap_until(i226, i226+7, std::greater<int>()) == i226+2); in test()
|
D | is_heap_comp.pass.cpp | 369 int i226[] = {1, 1, 0, 1, 0, 1, 0}; in test() local 496 …assert(std::is_heap(i226, i226+7, std::greater<int>()) == (std::is_heap_until(i226, i226+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 185 int i225 = identity(225); int i226 = identity(226); int i227 = identity(227); in binaryOpUsingHighRegistersLocals() local 222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals() 309 double i225 = identity(225.0); double i226 = identity(226.0); double i227 = identity(227.0); in binaryDoubleOpUsingHighRegistersLocals() local 343 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 357 int i219, int i220, int i221, int i222, int i223, int i224, int i225, int i226, int i227, in manyArgs() 415 int i223 = 223; int i224 = 224; int i225 = 225; int i226 = 226; int i227 = 227; in rangeInvokeWithManyLocals() local 438 i216, i217, i218, i219, i220, i221, i222, i223, i224, i225, i226, i227, i228, i229, i230, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 452 @i226_l = external global i226 ; <i226*> [#uses=1] 453 @i226_s = external global i226 ; <i226*> [#uses=1] 1866 %tmp = load i226, i226* @i226_l ; <i226> [#uses=1] 1867 store i226 %tmp, i226* @i226_s
|
D | APIntSextParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 signext %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
D | APIntParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
D | APIntZextParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 zeroext %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 452 @i226_l = external global i226 ; <i226*> [#uses=1] 453 @i226_s = external global i226 ; <i226*> [#uses=1] 1866 %tmp = load i226* @i226_l ; <i226> [#uses=1] 1867 store i226 %tmp, i226* @i226_s
|
D | APIntParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
D | APIntSextParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 signext %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
D | APIntZextParam.ll | 227 @i226_s = external global i226 ; <i226*> [#uses=1] 1384 define void @i226_ls(i226 zeroext %x) nounwind { 1385 store i226 %x, i226* @i226_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 573 %shuffle.i226 = shufflevector <2 x i64> undef, <2 x i64> undef, <1 x i32> zeroinitializer
|