/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 312 int i170[] = {0, 1, 1, 0, 0, 1, 0}; in test() local 439 assert(std::is_heap(i170, i170+7) == (std::is_heap_until(i170, i170+7) == i170+7)); in test()
|
D | is_heap_until.pass.cpp | 312 int i170[] = {0, 1, 1, 0, 0, 1, 0}; in test() local 439 assert(std::is_heap_until(i170, i170+7) == i170+1); in test()
|
D | is_heap_until_comp.pass.cpp | 313 int i170[] = {0, 1, 1, 0, 0, 1, 0}; in test() local 440 assert(std::is_heap_until(i170, i170+7, std::greater<int>()) == i170+3); in test()
|
D | is_heap_comp.pass.cpp | 313 int i170[] = {0, 1, 1, 0, 0, 1, 0}; in test() local 440 …assert(std::is_heap(i170, i170+7, std::greater<int>()) == (std::is_heap_until(i170, i170+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 166 int i168 = identity(168); int i169 = identity(169); int i170 = identity(170); in binaryOpUsingHighRegistersLocals() local 218 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryOpUsingHighRegistersLocals() 290 double i168 = identity(168.0); double i169 = identity(169.0); double i170 = identity(170.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 | 351 int i165, int i166, int i167, int i168, int i169, int i170, int i171, int i172, int i173, in manyArgs() argument 404 int i168 = 168; int i169 = 169; int i170 = 170; int i171 = 171; int i172 = 172; in rangeInvokeWithManyLocals() local 434 i156, i157, i158, i159, i160, i161, i162, i163, i164, i165, i166, i167, i168, i169, i170, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 340 @i170_l = external global i170 ; <i170*> [#uses=1] 341 @i170_s = external global i170 ; <i170*> [#uses=1] 1530 %tmp = load i170, i170* @i170_l ; <i170> [#uses=1] 1531 store i170 %tmp, i170* @i170_s
|
D | APIntSextParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 signext %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
D | APIntParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
D | APIntZextParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 zeroext %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 340 @i170_l = external global i170 ; <i170*> [#uses=1] 341 @i170_s = external global i170 ; <i170*> [#uses=1] 1530 %tmp = load i170* @i170_l ; <i170> [#uses=1] 1531 store i170 %tmp, i170* @i170_s
|
D | APIntParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
D | APIntSextParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 signext %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
D | APIntZextParam.ll | 171 @i170_s = external global i170 ; <i170*> [#uses=1] 1104 define void @i170_ls(i170 zeroext %x) nounwind { 1105 store i170 %x, i170* @i170_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 465 bb20.i170: ; preds = %bb21.i172 468 bb21.i172: ; preds = %bb20.i170, %bb21.i172.preheader 469 br i1 false, label %bb22.i173, label %bb20.i170
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 465 bb20.i170: ; preds = %bb21.i172 468 bb21.i172: ; preds = %bb20.i170, %bb21.i172.preheader 469 br i1 false, label %bb22.i173, label %bb20.i170
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 426 %one.sub.ac.i170 = fmul float %one.sub.a.i169, %tmp349 428 %result.i172 = fadd float %mul.i171, %one.sub.ac.i170
|