/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 138 br i1 undef, label %Retry.i134, label %if.end.i139 140 Retry.i134: ; preds = %if.end.i139, %_ZNK5clang6driver3Arg8ge… 146 if.end.i139: ; preds = %_ZNK5clang6driver3Arg8getValueERKNS0_7…
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 138 br i1 undef, label %Retry.i134, label %if.end.i139 140 Retry.i134: ; preds = %if.end.i139, %_ZNK5clang6driver3Arg8ge… 146 if.end.i139: ; preds = %_ZNK5clang6driver3Arg8getValueERKNS0_7…
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 281 int i139[] = {0, 0, 1, 0, 0, 1, 1}; in test() local 408 assert(std::is_heap(i139, i139+7) == (std::is_heap_until(i139, i139+7) == i139+7)); in test()
|
D | is_heap_until.pass.cpp | 281 int i139[] = {0, 0, 1, 0, 0, 1, 1}; in test() local 408 assert(std::is_heap_until(i139, i139+7) == i139+2); in test()
|
D | is_heap_until_comp.pass.cpp | 282 int i139[] = {0, 0, 1, 0, 0, 1, 1}; in test() local 409 assert(std::is_heap_until(i139, i139+7, std::greater<int>()) == i139+7); in test()
|
D | is_heap_comp.pass.cpp | 282 int i139[] = {0, 0, 1, 0, 0, 1, 1}; in test() local 409 …assert(std::is_heap(i139, i139+7, std::greater<int>()) == (std::is_heap_until(i139, i139+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 156 int i138 = identity(138); int i139 = identity(139); int i140 = identity(140); in binaryOpUsingHighRegistersLocals() local 215 i132 + i133 + i134 + i135 + i136 + i137 + i138 + i139 + i140 + i141 + i142 + i143 + in binaryOpUsingHighRegistersLocals() 280 double i138 = identity(138.0); double i139 = identity(139.0); double i140 = identity(140.0); in binaryDoubleOpUsingHighRegistersLocals() local 336 i132 + i133 + i134 + i135 + i136 + i137 + i138 + i139 + i140 + i141 + i142 + i143 + in binaryDoubleOpUsingHighRegistersLocals()
|
/external/r8/src/test/examples/invoke/ |
D | Invoke.java | 348 int i138, int i139, int i140, int i141, int i142, int i143, int i144, int i145, int i146, in manyArgs() argument 398 int i138 = 138; int i139 = 139; int i140 = 140; int i141 = 141; int i142 = 142; in rangeInvokeWithManyLocals() local 432 i126, i127, i128, i129, i130, i131, i132, i133, i134, i135, i136, i137, i138, i139, i140, in rangeInvokeWithManyLocals()
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 148 %tobool.i139 = icmp eq i8 %tmp7.i138, 0 ; <i1> [#uses=1] 149 %retval.0.i = select i1 %tobool.i139, i32 0, i32 %retval.0.i.pre ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | 2010-08-26-and.ll | 148 %tobool.i139 = icmp eq i8 %tmp7.i138, 0 ; <i1> [#uses=1] 149 %retval.0.i = select i1 %tobool.i139, i32 0, i32 %retval.0.i.pre ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 278 @i139_l = external global i139 ; <i139*> [#uses=1] 279 @i139_s = external global i139 ; <i139*> [#uses=1] 1344 %tmp = load i139, i139* @i139_l ; <i139> [#uses=1] 1345 store i139 %tmp, i139* @i139_s
|
D | APIntSextParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 signext %x) nounwind { 950 store i139 %x, i139* @i139_s
|
D | APIntParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 %x) nounwind { 950 store i139 %x, i139* @i139_s
|
D | APIntZextParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 zeroext %x) nounwind { 950 store i139 %x, i139* @i139_s
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 188 bb10.i136: ; preds = %bb9.i139, %bb1.i115.bb10.i136_crit_edge 195 br i1 false, label %bb7.i137.base2flt.exit144_crit_edge, label %bb9.i139 200 bb9.i139: ; preds = %bb7.i137
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 188 bb10.i136: ; preds = %bb9.i139, %bb1.i115.bb10.i136_crit_edge 195 br i1 false, label %bb7.i137.base2flt.exit144_crit_edge, label %bb9.i139 200 bb9.i139: ; preds = %bb7.i137
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 278 @i139_l = external global i139 ; <i139*> [#uses=1] 279 @i139_s = external global i139 ; <i139*> [#uses=1] 1344 %tmp = load i139* @i139_l ; <i139> [#uses=1] 1345 store i139 %tmp, i139* @i139_s
|
D | APIntParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 %x) nounwind { 950 store i139 %x, i139* @i139_s
|
D | APIntSextParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 signext %x) nounwind { 950 store i139 %x, i139* @i139_s
|
D | APIntZextParam.ll | 140 @i139_s = external global i139 ; <i139*> [#uses=1] 949 define void @i139_ls(i139 zeroext %x) nounwind { 950 store i139 %x, i139* @i139_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 716 %mul.i139 = fmul float %result.i172, %tmp304 717 %result.i140 = fadd float %mul.i139, %one.sub.ac.i138
|