/external/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | start-unk.ll | 36 br i1 undef, label %cond.false.i129, label %cond.end.i136 41 cond.end.i136: ; preds = %if.end14 44 land.lhs.true.i: ; preds = %cond.end.i136 56 if.end.i145: ; preds = %land.lhs.true.i, %cond.end.i136
|
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 171 br label %bb10.i136 185 bb11.i129: ; preds = %bb10.i136.bb11.i129_crit_edge, %bb4.i123.bb11.i129_crit_edge 188 bb10.i136: ; preds = %bb9.i139, %bb1.i115.bb10.i136_crit_edge 189 br i1 false, label %bb7.i137, label %bb10.i136.bb11.i129_crit_edge 191 bb10.i136.bb11.i129_crit_edge: ; preds = %bb10.i136 194 bb7.i137: ; preds = %bb10.i136 201 br label %bb10.i136
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | 2008-11-24-RAUW-Self.ll | 171 br label %bb10.i136 185 bb11.i129: ; preds = %bb10.i136.bb11.i129_crit_edge, %bb4.i123.bb11.i129_crit_edge 188 bb10.i136: ; preds = %bb9.i139, %bb1.i115.bb10.i136_crit_edge 189 br i1 false, label %bb7.i137, label %bb10.i136.bb11.i129_crit_edge 191 bb10.i136.bb11.i129_crit_edge: ; preds = %bb10.i136 194 bb7.i137: ; preds = %bb10.i136 201 br label %bb10.i136
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 141 …br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit140, label %new.notnull.i136 143 new.notnull.i136: ; preds = %Retry.i134 149 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit140: ; preds = %new.notnull.i136, %Retry.i134
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 141 …br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit140, label %new.notnull.i136 143 new.notnull.i136: ; preds = %Retry.i134 149 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit140: ; preds = %new.notnull.i136, %Retry.i134
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 278 int i136[] = {0, 0, 1, 0, 0, 0, 0}; in test() local 405 assert(std::is_heap(i136, i136+7) == (std::is_heap_until(i136, i136+7) == i136+7)); in test()
|
D | is_heap_until.pass.cpp | 278 int i136[] = {0, 0, 1, 0, 0, 0, 0}; in test() local 405 assert(std::is_heap_until(i136, i136+7) == i136+2); in test()
|
D | is_heap_until_comp.pass.cpp | 279 int i136[] = {0, 0, 1, 0, 0, 0, 0}; in test() local 406 assert(std::is_heap_until(i136, i136+7, std::greater<int>()) == i136+5); in test()
|
D | is_heap_comp.pass.cpp | 279 int i136[] = {0, 0, 1, 0, 0, 0, 0}; in test() local 406 …assert(std::is_heap(i136, i136+7, std::greater<int>()) == (std::is_heap_until(i136, i136+7, std::g… in test()
|
/external/r8/src/test/examples/regalloc/ |
D | RegAlloc.java | 155 int i135 = identity(135); int i136 = identity(136); int i137 = identity(137); in binaryOpUsingHighRegistersLocals() local 215 i132 + i133 + i134 + i135 + i136 + i137 + i138 + i139 + i140 + i141 + i142 + i143 + in binaryOpUsingHighRegistersLocals() 279 double i135 = identity(135.0); double i136 = identity(136.0); double i137 = identity(137.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 | 347 int i129, int i130, int i131, int i132, int i133, int i134, int i135, int i136, int i137, in manyArgs() argument 397 int i133 = 133; int i134 = 134; int i135 = 135; int i136 = 136; int i137 = 137; in rangeInvokeWithManyLocals() local 432 i126, i127, i128, i129, i130, i131, i132, i133, i134, i135, i136, i137, i138, i139, i140, in rangeInvokeWithManyLocals()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 272 @i136_l = external global i136 ; <i136*> [#uses=1] 273 @i136_s = external global i136 ; <i136*> [#uses=1] 1326 %tmp = load i136, i136* @i136_l ; <i136> [#uses=1] 1327 store i136 %tmp, i136* @i136_s
|
D | APIntSextParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 signext %x) nounwind { 935 store i136 %x, i136* @i136_s
|
D | APIntParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 %x) nounwind { 935 store i136 %x, i136* @i136_s
|
D | APIntZextParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 zeroext %x) nounwind { 935 store i136 %x, i136* @i136_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 272 @i136_l = external global i136 ; <i136*> [#uses=1] 273 @i136_s = external global i136 ; <i136*> [#uses=1] 1326 %tmp = load i136* @i136_l ; <i136> [#uses=1] 1327 store i136 %tmp, i136* @i136_s
|
D | APIntParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 %x) nounwind { 935 store i136 %x, i136* @i136_s
|
D | APIntSextParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 signext %x) nounwind { 935 store i136 %x, i136* @i136_s
|
D | APIntZextParam.ll | 137 @i136_s = external global i136 ; <i136*> [#uses=1] 934 define void @i136_ls(i136 zeroext %x) nounwind { 935 store i136 %x, i136* @i136_s
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | big_alu.ll | 721 %result.i136 = fadd float %mul.i135, %one.sub.ac.i134 762 %temp85.0 = phi float [ %result.i136, %IF161 ], [ %tmp259, %ENDIF136 ]
|