Home
last modified time | relevance | path

Searched refs:i113 (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
D2010-08-26-and.ll122 …br i1 %cmp9.i109, label %if.then.i113, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0…
124 if.then.i113: ; preds = %land.lhs.true5.i110
127 _ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit115: ; preds = %if.then.i113, %land.lhs.t…
128 …cRKS0_.exit ], [ %retval.0.i.pre156, %land.lhs.true5.i110 ], [ 6, %if.then.i113 ] ; <i32> [#uses=2]
129 …RS1_RAT__KcRKS0_.exit ], [ %tmp2.i99, %land.lhs.true5.i110 ], [ 1, %if.then.i113 ] ; <i8> [#uses=3]
/external/llvm/test/Transforms/JumpThreading/
D2010-08-26-and.ll122 …br i1 %cmp9.i109, label %if.then.i113, label %_ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0…
124 if.then.i113: ; preds = %land.lhs.true5.i110
127 _ZN12StringSwitchI5ColorE4CaseILj7EEERS1_RAT__KcRKS0_.exit115: ; preds = %if.then.i113, %land.lhs.t…
128 …cRKS0_.exit ], [ %retval.0.i.pre156, %land.lhs.true5.i110 ], [ 6, %if.then.i113 ] ; <i32> [#uses=2]
129 …RS1_RAT__KcRKS0_.exit ], [ %tmp2.i99, %land.lhs.true5.i110 ], [ 1, %if.then.i113 ] ; <i8> [#uses=3]
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/
D2011-06-21-phioperands.ll120 br i1 undef, label %Retry.i108, label %if.end.i113
122 Retry.i108: ; preds = %if.end.i113, %if.else
128 if.end.i113: ; preds = %if.else
/external/llvm/test/Transforms/LoopDeletion/
D2011-06-21-phioperands.ll120 br i1 undef, label %Retry.i108, label %if.end.i113
122 Retry.i108: ; preds = %if.end.i113, %if.else
128 if.end.i113: ; preds = %if.else
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp192 int i113[] = {1, 1, 1, 0, 0, 0}; in test() local
255 assert(std::is_heap(i113, i113+6) == (std::is_heap_until(i113, i113+6) == i113+6)); in test()
Dis_heap_until.pass.cpp192 int i113[] = {1, 1, 1, 0, 0, 0}; in test() local
255 assert(std::is_heap_until(i113, i113+6) == i113+6); in test()
Dis_heap_until_comp.pass.cpp193 int i113[] = {1, 1, 1, 0, 0, 0}; in test() local
256 assert(std::is_heap_until(i113, i113+6, std::greater<int>()) == i113+3); in test()
Dis_heap_comp.pass.cpp193 int i113[] = {1, 1, 1, 0, 0, 0}; in test() local
256 …assert(std::is_heap(i113, i113+6, std::greater<int>()) == (std::is_heap_until(i113, i113+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
393 int i113 = 113; int i114 = 114; int i115 = 115; int i116 = 116; int i117 = 117; 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.ll226 @i113_l = external global i113 ; <i113*> [#uses=1]
227 @i113_s = external global i113 ; <i113*> [#uses=1]
1188 %tmp = load i113, i113* @i113_l ; <i113> [#uses=1]
1189 store i113 %tmp, i113* @i113_s
DAPIntSextParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 signext %x) nounwind {
820 store i113 %x, i113* @i113_s
DAPIntParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 %x) nounwind {
820 store i113 %x, i113* @i113_s
DAPIntZextParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 zeroext %x) nounwind {
820 store i113 %x, i113* @i113_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll226 @i113_l = external global i113 ; <i113*> [#uses=1]
227 @i113_s = external global i113 ; <i113*> [#uses=1]
1188 %tmp = load i113* @i113_l ; <i113> [#uses=1]
1189 store i113 %tmp, i113* @i113_s
DAPIntParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 %x) nounwind {
820 store i113 %x, i113* @i113_s
DAPIntSextParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 signext %x) nounwind {
820 store i113 %x, i113* @i113_s
DAPIntZextParam.ll114 @i113_s = external global i113 ; <i113*> [#uses=1]
819 define void @i113_ls(i113 zeroext %x) nounwind {
820 store i113 %x, i113* @i113_s
/external/llvm/test/Transforms/SimplifyCFG/
D2006-06-12-InfLoop.ll124 br i1 false, label %UnifiedReturnBlock.i113, label %then.2.i112
127 UnifiedReturnBlock.i113: ; 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
127 UnifiedReturnBlock.i113: ; preds = %loopexit.0.i
129 checkham.exit: ; preds = %UnifiedReturnBlock.i113, %then.2.i112
/external/llvm/test/CodeGen/AMDGPU/
Dbig_alu.ll796 %one.sub.a.i113 = fsub float 1.000000e+00, %tmp657
797 %one.sub.ac.i114 = fmul float %one.sub.a.i113, %tmp306