/external/llvm/test/CodeGen/X86/ |
D | dagcombine-unsafe-math.ll | 53 %vecext.i7.i155 = extractelement <4 x float> %mul.i.i151, i32 2 54 %add.i.i156 = fadd float %vecext.i7.i155, %add.i10.i154
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 297 int i155[] = {0, 1, 0, 0, 0, 1, 1}; in test() local 424 assert(std::is_heap(i155, i155+7) == (std::is_heap_until(i155, i155+7) == i155+7)); in test()
|
D | is_heap_until.pass.cpp | 297 int i155[] = {0, 1, 0, 0, 0, 1, 1}; in test() local 424 assert(std::is_heap_until(i155, i155+7) == i155+1); in test()
|
D | is_heap_until_comp.pass.cpp | 298 int i155[] = {0, 1, 0, 0, 0, 1, 1}; in test() local 425 assert(std::is_heap_until(i155, i155+7, std::greater<int>()) == i155+3); in test()
|
D | is_heap_comp.pass.cpp | 298 int i155[] = {0, 1, 0, 0, 0, 1, 1}; in test() local 425 …assert(std::is_heap(i155, i155+7, std::greater<int>()) == (std::is_heap_until(i155, i155+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 161 int i153 = identity(153); int i154 = identity(154); int i155 = identity(155); in binaryOpUsingHighRegistersLocals() local 216 i144 + i145 + i146 + i147 + i148 + i149 + i150 + i151 + i152 + i153 + i154 + i155 + in binaryOpUsingHighRegistersLocals() 285 double i153 = identity(153.0); double i154 = identity(154.0); double i155 = identity(155.0); in binaryDoubleOpUsingHighRegistersLocals() local 337 i144 + i145 + i146 + i147 + i148 + i149 + i150 + i151 + i152 + i153 + i154 + i155 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 349 int i147, int i148, int i149, int i150, int i151, int i152, int i153, int i154, int i155, in manyArgs() argument 401 int i153 = 153; int i154 = 154; int i155 = 155; int i156 = 156; int i157 = 157; in rangeInvokeWithManyLocals() local 433 i141, i142, i143, i144, i145, i146, i147, i148, i149, i150, i151, i152, i153, i154, i155, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 310 @i155_l = external global i155 ; <i155*> [#uses=1] 311 @i155_s = external global i155 ; <i155*> [#uses=1] 1440 %tmp = load i155, i155* @i155_l ; <i155> [#uses=1] 1441 store i155 %tmp, i155* @i155_s
|
D | APIntSextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 signext %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
D | APIntParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
D | APIntZextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 zeroext %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 310 @i155_l = external global i155 ; <i155*> [#uses=1] 311 @i155_s = external global i155 ; <i155*> [#uses=1] 1440 %tmp = load i155* @i155_l ; <i155> [#uses=1] 1441 store i155 %tmp, i155* @i155_s
|
D | APIntParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
D | APIntSextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 signext %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
D | APIntZextParam.ll | 156 @i155_s = external global i155 ; <i155*> [#uses=1] 1029 define void @i155_ls(i155 zeroext %x) nounwind { 1030 store i155 %x, i155* @i155_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 412 br i1 false, label %bb129, label %bb6.i155.preheader 414 bb6.i155.preheader: ; preds = %bb5.i154 415 br label %bb6.i155 417 bb6.i155: ; preds = %bb6.i155, %bb6.i155.preheader 418 br i1 false, label %bb7.i156, label %bb6.i155 420 bb7.i156: ; preds = %bb6.i155
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 412 br i1 false, label %bb129, label %bb6.i155.preheader 414 bb6.i155.preheader: ; preds = %bb5.i154 415 br label %bb6.i155 417 bb6.i155: ; preds = %bb6.i155, %bb6.i155.preheader 418 br i1 false, label %bb7.i156, label %bb6.i155 420 bb7.i156: ; preds = %bb6.i155
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 411 %tmp.13.i155 = icmp slt i32 0, 0 ; <i1> [#uses=1] 412 br i1 %tmp.13.i155, label %no_exit.0.i31, label %loopentry.1.i30.loopexit
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2006-06-12-InfLoop.ll | 411 %tmp.13.i155 = icmp slt i32 0, 0 ; <i1> [#uses=1] 412 br i1 %tmp.13.i155, label %no_exit.0.i31, label %loopentry.1.i30.loopexit
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 448 %mul.i155 = fmul float %tmp258, %tmp375 449 %result.i156 = fadd float %mul.i155, %one.sub.ac.i154
|