/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 360 int i218[] = {1, 1, 0, 0, 0, 1, 0}; in test() local 487 assert(std::is_heap(i218, i218+7) == (std::is_heap_until(i218, i218+7) == i218+7)); in test()
|
D | is_heap_until.pass.cpp | 360 int i218[] = {1, 1, 0, 0, 0, 1, 0}; in test() local 487 assert(std::is_heap_until(i218, i218+7) == i218+5); in test()
|
D | is_heap_until_comp.pass.cpp | 361 int i218[] = {1, 1, 0, 0, 0, 1, 0}; in test() local 488 assert(std::is_heap_until(i218, i218+7, std::greater<int>()) == i218+2); in test()
|
D | is_heap_comp.pass.cpp | 361 int i218[] = {1, 1, 0, 0, 0, 1, 0}; in test() local 488 …assert(std::is_heap(i218, i218+7, std::greater<int>()) == (std::is_heap_until(i218, i218+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 182 int i216 = identity(216); int i217 = identity(217); int i218 = identity(218); in binaryOpUsingHighRegistersLocals() local 222 i216 + i217 + i218 + i219 + i220 + i221 + i222 + i223 + i224 + i225 + i226 + i227 + in binaryOpUsingHighRegistersLocals() 306 double i216 = identity(216.0); double i217 = identity(217.0); double i218 = identity(218.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 | 356 int i210, int i211, int i212, int i213, int i214, int i215, int i216, int i217, int i218, 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 | 436 @i218_l = external global i218 ; <i218*> [#uses=1] 437 @i218_s = external global i218 ; <i218*> [#uses=1] 1818 %tmp = load i218, i218* @i218_l ; <i218> [#uses=1] 1819 store i218 %tmp, i218* @i218_s
|
D | APIntSextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 signext %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
D | APIntParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
D | APIntZextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 zeroext %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 436 @i218_l = external global i218 ; <i218*> [#uses=1] 437 @i218_s = external global i218 ; <i218*> [#uses=1] 1818 %tmp = load i218* @i218_l ; <i218> [#uses=1] 1819 store i218 %tmp, i218* @i218_s
|
D | APIntParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
D | APIntSextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 signext %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
D | APIntZextParam.ll | 219 @i218_s = external global i218 ; <i218*> [#uses=1] 1344 define void @i218_ls(i218 zeroext %x) nounwind { 1345 store i218 %x, i218* @i218_s
|
/external/llvm/test/CodeGen/AArch64/ |
D | ragreedy-csr.ll | 90 %call3.i.i218 = tail call i32 @__maskrune(i32 %conv9, i64 32768) #3 93 …%tobool1.sink.i.in.i220 = phi i32 [ %and.i.i216, %cond.true.i.i217 ], [ %call3.i.i218, %cond.false…
|
/external/llvm/test/CodeGen/X86/ |
D | ragreedy-bug.ll | 85 %call3.i.i218 = tail call i32 @__maskrune(i32 %conv9, i64 32768) #3 88 …%tobool1.sink.i.in.i220 = phi i32 [ %and.i.i216, %cond.true.i.i217 ], [ %call3.i.i218, %cond.false…
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 748 br i1 false, label %bb1.i.i.i213, label %bb5.i.i.i218 757 br label %bb5.i.i.i218 759 bb5.i.i.i218: ; preds = %bb4.i.i.i217, %bb.i.i12.i 762 READ_LITERAL.i.outer.backedge: ; preds = %bb5.i.i.i218, %bb70.i.i.i.i, %bb6.i.i207
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 748 br i1 false, label %bb1.i.i.i213, label %bb5.i.i.i218 757 br label %bb5.i.i.i218 759 bb5.i.i.i218: ; preds = %bb4.i.i.i217, %bb.i.i12.i 762 READ_LITERAL.i.outer.backedge: ; preds = %bb5.i.i.i218, %bb70.i.i.i.i, %bb6.i.i207
|