Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll46 br label %bb.i171.i.i
52 br label %bb.i171.i.i
54 bb.i171.i.i: ; preds = %bb3.i176.i.i, %bb36.i.i.i, %bb5.i185.i.i
61 bb1.i175.i.i: ; preds = %bb1.i175.i.i, %bb.i171.i.i
62 %i.03.i172.i.i = phi i32 [ 0, %bb.i171.i.i ], [ %3, %bb1.i175.i.i ] ; <i32> [#uses=4]
75 br i1 undef, label %bb5.i177.i.i, label %bb.i171.i.i
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-08-01-WrongLDRBOpc.ll46 br label %bb.i171.i.i
52 br label %bb.i171.i.i
54 bb.i171.i.i: ; preds = %bb3.i176.i.i, %bb36.i.i.i, %bb5.i185.i.i
61 bb1.i175.i.i: ; preds = %bb1.i175.i.i, %bb.i171.i.i
62 %i.03.i172.i.i = phi i32 [ 0, %bb.i171.i.i ], [ %3, %bb1.i175.i.i ] ; <i32> [#uses=4]
75 br i1 undef, label %bb5.i177.i.i, label %bb.i171.i.i
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
Dis_heap.pass.cpp313 int i171[] = {0, 1, 1, 0, 0, 1, 1}; in test() local
440 assert(std::is_heap(i171, i171+7) == (std::is_heap_until(i171, i171+7) == i171+7)); in test()
Dis_heap_until.pass.cpp313 int i171[] = {0, 1, 1, 0, 0, 1, 1}; in test() local
440 assert(std::is_heap_until(i171, i171+7) == i171+1); in test()
Dis_heap_until_comp.pass.cpp314 int i171[] = {0, 1, 1, 0, 0, 1, 1}; in test() local
441 assert(std::is_heap_until(i171, i171+7, std::greater<int>()) == i171+3); in test()
Dis_heap_comp.pass.cpp314 int i171[] = {0, 1, 1, 0, 0, 1, 1}; in test() local
441 …assert(std::is_heap(i171, i171+7, std::greater<int>()) == (std::is_heap_until(i171, i171+7, std::g… in test()
/external/r8/src/test/examples/regalloc/
DRegAlloc.java167 int i171 = identity(171); int i172 = identity(172); int i173 = identity(173); in binaryOpUsingHighRegistersLocals() local
218 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryOpUsingHighRegistersLocals()
291 double i171 = identity(171.0); double i172 = identity(172.0); double i173 = identity(173.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/
DInvoke.java351 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
435 i171, i172, i173, i174, i175, i176, i177, i178, i179, i180, i181, i182, i183, i184, i185, in rangeInvokeWithManyLocals()
/external/llvm/test/CodeGen/Generic/
DAPIntLoadStore.ll342 @i171_l = external global i171 ; <i171*> [#uses=1]
343 @i171_s = external global i171 ; <i171*> [#uses=1]
1536 %tmp = load i171, i171* @i171_l ; <i171> [#uses=1]
1537 store i171 %tmp, i171* @i171_s
DAPIntSextParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 signext %x) nounwind {
1110 store i171 %x, i171* @i171_s
DAPIntParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 %x) nounwind {
1110 store i171 %x, i171* @i171_s
DAPIntZextParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 zeroext %x) nounwind {
1110 store i171 %x, i171* @i171_s
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
DAPIntLoadStore.ll342 @i171_l = external global i171 ; <i171*> [#uses=1]
343 @i171_s = external global i171 ; <i171*> [#uses=1]
1536 %tmp = load i171* @i171_l ; <i171> [#uses=1]
1537 store i171 %tmp, i171* @i171_s
DAPIntParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 %x) nounwind {
1110 store i171 %x, i171* @i171_s
DAPIntSextParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 signext %x) nounwind {
1110 store i171 %x, i171* @i171_s
DAPIntZextParam.ll172 @i171_s = external global i171 ; <i171*> [#uses=1]
1109 define void @i171_ls(i171 zeroext %x) nounwind {
1110 store i171 %x, i171* @i171_s
/external/llvm/test/CodeGen/AMDGPU/
Dbig_alu.ll427 %mul.i171 = fmul float %tmp258, %tmp349
428 %result.i172 = fadd float %mul.i171, %one.sub.ac.i170