/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-08-01-WrongLDRBOpc.ll | 70 %exitcond.i174.i.i = icmp eq i32 %3, 100 ; <i1> [#uses=1] 71 br i1 %exitcond.i174.i.i, label %bb3.i176.i.i, label %bb1.i175.i.i
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | 2009-08-01-WrongLDRBOpc.ll | 70 %exitcond.i174.i.i = icmp eq i32 %3, 100 ; <i1> [#uses=1] 71 br i1 %exitcond.i174.i.i, label %bb3.i176.i.i, label %bb1.i175.i.i
|
/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 94 br i1 undef, label %test1.exit, label %cond.false.i.i.i.i174 96 cond.false.i.i.i.i174: ; preds = %if.end.i173
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local 443 assert(std::is_heap(i174, i174+7) == (std::is_heap_until(i174, i174+7) == i174+7)); in test()
|
D | is_heap_until.pass.cpp | 316 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local 443 assert(std::is_heap_until(i174, i174+7) == i174+1); in test()
|
D | is_heap_until_comp.pass.cpp | 317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local 444 assert(std::is_heap_until(i174, i174+7, std::greater<int>()) == i174+3); in test()
|
D | is_heap_comp.pass.cpp | 317 int i174[] = {0, 1, 1, 0, 1, 1, 0}; in test() local 444 …assert(std::is_heap(i174, i174+7, std::greater<int>()) == (std::is_heap_until(i174, i174+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 168 int i174 = identity(174); int i175 = identity(175); int i176 = identity(176); in binaryOpUsingHighRegistersLocals() local 218 i168 + i169 + i170 + i171 + i172 + i173 + i174 + i175 + i176 + i177 + i178 + i179 + in binaryOpUsingHighRegistersLocals() 292 double i174 = identity(174.0); double i175 = identity(175.0); double i176 = identity(176.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 | 352 int i174, int i175, int i176, int i177, int i178, int i179, int i180, int i181, int i182, in manyArgs() argument 405 int i173 = 173; int i174 = 174; int i175 = 175; int i176 = 176; int i177 = 177; 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/ |
D | APIntLoadStore.ll | 348 @i174_l = external global i174 ; <i174*> [#uses=1] 349 @i174_s = external global i174 ; <i174*> [#uses=1] 1554 %tmp = load i174, i174* @i174_l ; <i174> [#uses=1] 1555 store i174 %tmp, i174* @i174_s
|
D | APIntSextParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 signext %x) nounwind { 1125 store i174 %x, i174* @i174_s
|
D | APIntParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 %x) nounwind { 1125 store i174 %x, i174* @i174_s
|
D | APIntZextParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 zeroext %x) nounwind { 1125 store i174 %x, i174* @i174_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 348 @i174_l = external global i174 ; <i174*> [#uses=1] 349 @i174_s = external global i174 ; <i174*> [#uses=1] 1554 %tmp = load i174* @i174_l ; <i174> [#uses=1] 1555 store i174 %tmp, i174* @i174_s
|
D | APIntParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 %x) nounwind { 1125 store i174 %x, i174* @i174_s
|
D | APIntSextParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 signext %x) nounwind { 1125 store i174 %x, i174* @i174_s
|
D | APIntZextParam.ll | 175 @i174_s = external global i174 ; <i174*> [#uses=1] 1124 define void @i174_ls(i174 zeroext %x) nounwind { 1125 store i174 %x, i174* @i174_s
|