Home
last modified time | relevance | path

Searched refs:i119 (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/Transforms/SCCP/
Dvector-bitcast.ll16 %and.i119.i = and <2 x i64> %0, zeroinitializer
17 store volatile <2 x i64> %and.i119.i, <2 x i64>* %p
/external/llvm/test/CodeGen/Generic/
D2006-06-28-SimplifySetCCCrash.ll100 i32 531, label %cond_next6.i119
163 cond_next6.i119: ; preds = %cond_true.i
167 cond_next778: ; preds = %cond_next6.i119
180 bb802: ; preds = %cond_next6.i119
DAPIntLoadStore.ll238 @i119_l = external global i119 ; <i119*> [#uses=1]
239 @i119_s = external global i119 ; <i119*> [#uses=1]
1224 %tmp = load i119, i119* @i119_l ; <i119> [#uses=1]
1225 store i119 %tmp, i119* @i119_s
DAPIntSextParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 signext %x) nounwind {
850 store i119 %x, i119* @i119_s
DAPIntParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 %x) nounwind {
850 store i119 %x, i119* @i119_s
DAPIntZextParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 zeroext %x) nounwind {
850 store i119 %x, i119* @i119_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2006-06-28-SimplifySetCCCrash.ll100 i32 531, label %cond_next6.i119
163 cond_next6.i119: ; preds = %cond_true.i
167 cond_next778: ; preds = %cond_next6.i119
180 bb802: ; preds = %cond_next6.i119
DAPIntLoadStore.ll238 @i119_l = external global i119 ; <i119*> [#uses=1]
239 @i119_s = external global i119 ; <i119*> [#uses=1]
1224 %tmp = load i119* @i119_l ; <i119> [#uses=1]
1225 store i119 %tmp, i119* @i119_s
DAPIntParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 %x) nounwind {
850 store i119 %x, i119* @i119_s
DAPIntSextParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 signext %x) nounwind {
850 store i119 %x, i119* @i119_s
DAPIntZextParam.ll120 @i119_s = external global i119 ; <i119*> [#uses=1]
849 define void @i119_ls(i119 zeroext %x) nounwind {
850 store i119 %x, i119* @i119_s
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp198 int i119[] = {1, 1, 1, 1, 1, 0}; in test() local
261 assert(std::is_heap(i119, i119+6) == (std::is_heap_until(i119, i119+6) == i119+6)); in test()
Dis_heap_until.pass.cpp198 int i119[] = {1, 1, 1, 1, 1, 0}; in test() local
261 assert(std::is_heap_until(i119, i119+6) == i119+6); in test()
Dis_heap_until_comp.pass.cpp199 int i119[] = {1, 1, 1, 1, 1, 0}; in test() local
262 assert(std::is_heap_until(i119, i119+6, std::greater<int>()) == i119+5); in test()
Dis_heap_comp.pass.cpp199 int i119[] = {1, 1, 1, 1, 1, 0}; in test() local
262 …assert(std::is_heap(i119, i119+6, std::greater<int>()) == (std::is_heap_until(i119, i119+6, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java149 int i117 = identity(117); int i118 = identity(118); int i119 = identity(119); in binaryOpUsingHighRegistersLocals() local
213 i108 + i109 + i110 + i111 + i112 + i113 + i114 + i115 + i116 + i117 + i118 + i119 + in binaryOpUsingHighRegistersLocals()
273 double i117 = identity(117.0); double i118 = identity(118.0); double i119 = identity(119.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
394 int i118 = 118; int i119 = 119; int i120 = 120; int i121 = 121; int i122 = 122; in rangeInvokeWithManyLocals() local
431 i111, i112, i113, i114, i115, i116, i117, i118, i119, i120, i121, i122, i123, i124, i125, in rangeInvokeWithManyLocals()
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
D2010-08-26-and.ll130 %tmp14.i119 = and i8 %tmp2.i118, 1 ; <i8> [#uses=1]
131 %tobool.i120 = icmp eq i8 %tmp14.i119, 0 ; <i1> [#uses=1]
/external/llvm/test/Transforms/JumpThreading/
D2010-08-26-and.ll130 %tmp14.i119 = and i8 %tmp2.i118, 1 ; <i8> [#uses=1]
131 %tobool.i120 = icmp eq i8 %tmp14.i119, 0 ; <i1> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/
Dpr3085.ll841 br i1 false, label %bb.i.i.i118, label %bb1.i.i.i119
846 bb1.i.i.i119: ; preds = %bb12.i
849 int2lit.exit.i: ; preds = %bb1.i.i.i119, %bb.i.i.i118
/external/llvm/test/Transforms/ArgumentPromotion/
Dpr3085.ll841 br i1 false, label %bb.i.i.i118, label %bb1.i.i.i119
846 bb1.i.i.i119: ; preds = %bb12.i
849 int2lit.exit.i: ; preds = %bb1.i.i.i119, %bb.i.i.i118
/external/llvm/test/CodeGen/AMDGPU/
Dbig_alu.ll794 %mul.i119 = fmul float %result.i168, %tmp305
795 %result.i120 = fadd float %mul.i119, %one.sub.ac.i118