Home
last modified time | relevance | path

Searched refs:i112 (Results 1 – 17 of 17) sorted by relevance

/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp191 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local
254 assert(std::is_heap(i112, i112+6) == (std::is_heap_until(i112, i112+6) == i112+6)); in test()
Dis_heap_until.pass.cpp191 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local
254 assert(std::is_heap_until(i112, i112+6) == i112+5); in test()
Dis_heap_until_comp.pass.cpp192 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local
255 assert(std::is_heap_until(i112, i112+6, std::greater<int>()) == i112+2); in test()
Dis_heap_comp.pass.cpp192 int i112[] = {1, 1, 0, 1, 1, 1}; in test() local
255 …assert(std::is_heap(i112, i112+6, std::greater<int>()) == (std::is_heap_until(i112, i112+6, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java147 int i111 = identity(111); int i112 = identity(112); int i113 = identity(113); in binaryOpUsingHighRegistersLocals() local
213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals()
271 double i111 = identity(111.0); double i112 = identity(112.0); double i113 = identity(113.0); in binaryDoubleOpUsingHighRegistersLocals() local
334 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryDoubleOpUsingHighRegistersLocals()
/external/r8/src/test/examples/invoke/
DInvoke.java345 int i111, int i112, int i113, int i114, int i115, int i116, int i117, int i118, int i119, in manyArgs() argument
392 int i108 = 108; int i109 = 109; int i110 = 110; int i111 = 111; int i112 = 112; in rangeInvokeWithManyLocals() local
431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll224 @i112_l = external global i112 ; <i112*> [#uses=1]
225 @i112_s = external global i112 ; <i112*> [#uses=1]
1182 %tmp = load i112, i112* @i112_l ; <i112> [#uses=1]
1183 store i112 %tmp, i112* @i112_s
DAPIntSextParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 signext %x) nounwind {
815 store i112 %x, i112* @i112_s
DAPIntParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 %x) nounwind {
815 store i112 %x, i112* @i112_s
DAPIntZextParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 zeroext %x) nounwind {
815 store i112 %x, i112* @i112_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll224 @i112_l = external global i112 ; <i112*> [#uses=1]
225 @i112_s = external global i112 ; <i112*> [#uses=1]
1182 %tmp = load i112* @i112_l ; <i112> [#uses=1]
1183 store i112 %tmp, i112* @i112_s
DAPIntParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 %x) nounwind {
815 store i112 %x, i112* @i112_s
DAPIntSextParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 signext %x) nounwind {
815 store i112 %x, i112* @i112_s
DAPIntZextParam.ll113 @i112_s = external global i112 ; <i112*> [#uses=1]
814 define void @i112_ls(i112 zeroext %x) nounwind {
815 store i112 %x, i112* @i112_s
/external/llvm/test/Transforms/SimplifyCFG/
D2006-06-12-InfLoop.ll124 br i1 false, label %UnifiedReturnBlock.i113, label %then.2.i112
125 then.2.i112: ; preds = %loopexit.0.i
129 checkham.exit: ; preds = %UnifiedReturnBlock.i113, %then.2.i112
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
D2006-06-12-InfLoop.ll124 br i1 false, label %UnifiedReturnBlock.i113, label %then.2.i112
125 then.2.i112: ; preds = %loopexit.0.i
129 checkham.exit: ; preds = %UnifiedReturnBlock.i113, %then.2.i112
/external/llvm/test/CodeGen/AMDGPU/
Dbig_alu.ll803 %result.i112 = fadd float %mul.i111, %one.sub.ac.i110
838 %temp87.1 = phi float [ %result.i112, %IF164 ], [ %temp87.0, %ENDIF160 ]