/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 362 int i220[] = {1, 1, 0, 0, 1, 0, 0}; in test() local 489 assert(std::is_heap(i220, i220+7) == (std::is_heap_until(i220, i220+7) == i220+7)); in test()
|
D | is_heap_until.pass.cpp | 362 int i220[] = {1, 1, 0, 0, 1, 0, 0}; in test() local 489 assert(std::is_heap_until(i220, i220+7) == i220+7); in test()
|
D | is_heap_until_comp.pass.cpp | 363 int i220[] = {1, 1, 0, 0, 1, 0, 0}; in test() local 490 assert(std::is_heap_until(i220, i220+7, std::greater<int>()) == i220+2); in test()
|
D | is_heap_comp.pass.cpp | 363 int i220[] = {1, 1, 0, 0, 1, 0, 0}; in test() local 490 …assert(std::is_heap(i220, i220+7, std::greater<int>()) == (std::is_heap_until(i220, i220+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 183 int i219 = identity(219); int i220 = identity(220); int i221 = identity(221); in binaryOpUsingHighRegistersLocals() local 222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals() 307 double i219 = identity(219.0); double i220 = identity(220.0); double i221 = identity(221.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() 414 int i218 = 218; int i219 = 219; int i220 = 220; int i221 = 221; int i222 = 222; 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 | 440 @i220_l = external global i220 ; <i220*> [#uses=1] 441 @i220_s = external global i220 ; <i220*> [#uses=1] 1830 %tmp = load i220, i220* @i220_l ; <i220> [#uses=1] 1831 store i220 %tmp, i220* @i220_s
|
D | APIntSextParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 signext %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
D | APIntParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
D | APIntZextParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 zeroext %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 440 @i220_l = external global i220 ; <i220*> [#uses=1] 441 @i220_s = external global i220 ; <i220*> [#uses=1] 1830 %tmp = load i220* @i220_l ; <i220> [#uses=1] 1831 store i220 %tmp, i220* @i220_s
|
D | APIntParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
D | APIntSextParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 signext %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
D | APIntZextParam.ll | 221 @i220_s = external global i220 ; <i220*> [#uses=1] 1354 define void @i220_ls(i220 zeroext %x) nounwind { 1355 store i220 %x, i220* @i220_s
|
/external/llvm/test/CodeGen/AArch64/ |
D | ragreedy-csr.ll | 93 …%tobool1.sink.i.in.i220 = phi i32 [ %and.i.i216, %cond.true.i.i217 ], [ %call3.i.i218, %cond.false… 94 %tobool1.sink.i.i221 = icmp eq i32 %tobool1.sink.i.in.i220, 0
|
/external/llvm/test/CodeGen/X86/ |
D | ragreedy-bug.ll | 88 …%tobool1.sink.i.in.i220 = phi i32 [ %and.i.i216, %cond.true.i.i217 ], [ %call3.i.i218, %cond.false… 89 %tobool1.sink.i.i221 = icmp eq i32 %tobool1.sink.i.in.i220, 0
|