/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | assume.ll | 68 %notnull = icmp ne i32* %array, null 69 call void @llvm.assume(i1 %notnull) 70 br i1 %notnull, label %normal, label %error 85 ; CHECK: @f(i1 %notnull) 89 %notnull = icmp ne i32* %array, null 90 call void @f(i1 %notnull) 92 call void @llvm.assume(i1 %notnull) 93 br i1 %notnull, label %normal, label %error 107 ; CHECK: @f(i1 %notnull) 111 %notnull = icmp ne i32* %array, null [all …]
|
D | landing-pad.ll | 84 br i1 undef, label %_ZN1BI1DED1Ev.exit, label %delete.notnull.i.i.i 86 delete.notnull.i.i.i: ; preds = %if.then.i.i.i 135 br i1 undef, label %_ZN1BI1DED2Ev.exit, label %delete.notnull.i.i 137 delete.notnull.i.i: ; preds = %if.then.i.i 157 br i1 undef, label %_ZN1AI1CE5derefEv.exit, label %delete.notnull.i 159 delete.notnull.i: ; preds = %if.then.i 175 br i1 undef, label %if.end, label %delete.notnull 177 delete.notnull: ; preds = %if.then
|
/external/one-true-awk/ |
D | awkgram.y | 125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); } 138 IF '(' pattern rparen { $$ = notnull($3); } 171 pattern { $$ = notnull($1); } 201 { $$ = op3(CONDEXPR, notnull($1), $3, $5); } 203 { $$ = op2(BOR, notnull($1), notnull($3)); } 205 { $$ = op2(AND, notnull($1), notnull($3)); } 222 { $$ = op3(CONDEXPR, notnull($1), $3, $5); } 224 { $$ = op2(BOR, notnull($1), notnull($3)); } 226 { $$ = op2(AND, notnull($1), notnull($3)); } 283 | NOT re { $$ = op1(NOT, notnull($2)); } [all …]
|
D | ytab.c | 2568 …{ --inloop; (yyval.p) = stat4(FOR, (yyvsp[-9].p), notnull((yyvsp[-6].p)), (yyvsp[-3].p), (yyvsp[0]… in yyparse() 2610 { (yyval.p) = notnull((yyvsp[-1].p)); } in yyparse() 2646 { (yyval.p) = notnull((yyvsp[0].p)); } in yyparse() 2724 { (yyval.p) = op3(CONDEXPR, notnull((yyvsp[-4].p)), (yyvsp[-2].p), (yyvsp[0].p)); } in yyparse() 2730 { (yyval.p) = op2(BOR, notnull((yyvsp[-2].p)), notnull((yyvsp[0].p))); } in yyparse() 2736 { (yyval.p) = op2(AND, notnull((yyvsp[-2].p)), notnull((yyvsp[0].p))); } in yyparse() 2781 { (yyval.p) = op3(CONDEXPR, notnull((yyvsp[-4].p)), (yyvsp[-2].p), (yyvsp[0].p)); } in yyparse() 2787 { (yyval.p) = op2(BOR, notnull((yyvsp[-2].p)), notnull((yyvsp[0].p))); } in yyparse() 2793 { (yyval.p) = op2(AND, notnull((yyvsp[-2].p)), notnull((yyvsp[0].p))); } in yyparse() 2920 { (yyval.p) = op1(NOT, notnull((yyvsp[0].p))); } in yyparse() [all …]
|
/external/llvm/test/Transforms/InstSimplify/ |
D | call.ll | 134 br i1 %cmp, label %cast.end, label %cast.notnull 136 cast.notnull: ; preds = %entry 140 cast.end: ; preds = %cast.notnull, %entry 141 %cast.result = phi i8* [ %add.ptr, %cast.notnull ], [ null, %entry ] 145 ; CHECK: br i1 false, label %cast.end, label %cast.notnull 157 br i1 %cmp, label %cast.end, label %cast.notnull 159 cast.notnull: ; preds = %entry 163 cast.end: ; preds = %cast.notnull, %entry 164 %cast.result = phi i8* [ %add.ptr, %cast.notnull ], [ null, %entry ] 168 ; CHECK: br i1 %cmp, label %cast.end, label %cast.notnull [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | cleanuppad.ll | 16 br i1 %y, label %for.inc, label %delete.notnull 18 delete.notnull: ; preds = %if.then 22 invoke.cont: ; preds = %delete.notnull 25 lpad: ; preds = %delete.notnull
|
D | 2011-09-26-EHCrash.ll | 29 br i1 %isnull, label %for.inc, label %delete.notnull 31 delete.notnull: ; preds = %if.then 35 invoke.cont: ; preds = %delete.notnull 40 lpad: ; preds = %delete.notnull
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnswitch/ |
D | cleanuppad.ll | 16 br i1 %y, label %for.inc, label %delete.notnull 18 delete.notnull: ; preds = %if.then 22 invoke.cont: ; preds = %delete.notnull 25 lpad: ; preds = %delete.notnull
|
D | 2011-09-26-EHCrash.ll | 29 br i1 %isnull, label %for.inc, label %delete.notnull 31 delete.notnull: ; preds = %if.then 35 invoke.cont: ; preds = %delete.notnull 40 lpad: ; preds = %delete.notnull
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | cleanuppad.ll | 16 br i1 %y, label %for.inc, label %delete.notnull 18 delete.notnull: ; preds = %if.then 22 invoke.cont: ; preds = %delete.notnull 25 lpad: ; preds = %delete.notnull
|
D | 2011-09-26-EHCrash.ll | 29 br i1 %isnull, label %for.inc, label %delete.notnull 31 delete.notnull: ; preds = %if.then 35 invoke.cont: ; preds = %delete.notnull 40 lpad: ; preds = %delete.notnull
|
/external/llvm/test/CodeGen/ARM/ |
D | invoke-donothing-assert.ll | 43 br i1 false, label %cleanup, label %new.notnull.i.i 45 new.notnull.i.i: 52 br i1 false, label %_ZN3lol5ArrayIivvvvvvvED1Ev.exit, label %delete.notnull.i.i.i1409 54 delete.notnull.i.i.i1409:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | invoke-donothing-assert.ll | 43 br i1 false, label %cleanup, label %new.notnull.i.i 45 new.notnull.i.i: 52 br i1 false, label %_ZN3lol5ArrayIivvvvvvvED1Ev.exit, label %delete.notnull.i.i.i1409 54 delete.notnull.i.i.i1409:
|
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnswitch/ |
D | 2011-09-26-EHCrash.ll | 29 br i1 %isnull, label %for.inc, label %delete.notnull 31 delete.notnull: ; preds = %if.then 35 invoke.cont: ; preds = %delete.notnull 40 lpad: ; preds = %delete.notnull
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | cond_br2.ll | 15 ; CHECK: br i1 true, label %new.notnull.i11, label %if.end.i14 41 br i1 %new.isnull.i, label %invoke.cont, label %new.notnull.i 43 new.notnull.i: ; preds = %Retry.i 57 invoke.cont: ; preds = %new.notnull.i, %Retry.i 62 br i1 %cmp.i8, label %new.notnull.i11, label %if.end.i14 67 br i1 %new.isnull.i9, label %invoke.cont2, label %new.notnull.i11 69 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10 80 invoke.cont2: ; preds = %new.notnull.i11, %Retry.i10 81 %10 = phi i8* [ null, %Retry.i10 ], [ %7, %new.notnull.i11 ]
|
/external/llvm/test/Transforms/GVN/ |
D | cond_br2.ll | 15 ; CHECK: br i1 true, label %new.notnull.i11, label %if.end.i14 41 br i1 %new.isnull.i, label %invoke.cont, label %new.notnull.i 43 new.notnull.i: ; preds = %Retry.i 57 invoke.cont: ; preds = %new.notnull.i, %Retry.i 62 br i1 %cmp.i8, label %new.notnull.i11, label %if.end.i14 67 br i1 %new.isnull.i9, label %invoke.cont2, label %new.notnull.i11 69 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10 80 invoke.cont2: ; preds = %new.notnull.i11, %Retry.i10 81 %10 = phi i8* [ null, %Retry.i10 ], [ %7, %new.notnull.i11 ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | cond_br2.ll | 16 ; CHECK: br i1 true, label %new.notnull.i11, label %if.end.i14 42 br i1 %new.isnull.i, label %invoke.cont, label %new.notnull.i 44 new.notnull.i: ; preds = %Retry.i 58 invoke.cont: ; preds = %new.notnull.i, %Retry.i 63 br i1 %cmp.i8, label %new.notnull.i11, label %if.end.i14 68 br i1 %new.isnull.i9, label %invoke.cont2, label %new.notnull.i11 70 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10 81 invoke.cont2: ; preds = %new.notnull.i11, %Retry.i10 82 %10 = phi i8* [ null, %Retry.i10 ], [ %7, %new.notnull.i11 ]
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 108 br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit, label %new.notnull.i 110 new.notnull.i: ; preds = %Retry.i 116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i 123 …br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114, label %new.notnull.i110 125 new.notnull.i110: ; preds = %Retry.i108 131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108 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/swiftshader/third_party/LLVM/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 108 br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit, label %new.notnull.i 110 new.notnull.i: ; preds = %Retry.i 116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i 123 …br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114, label %new.notnull.i110 125 new.notnull.i110: ; preds = %Retry.i108 131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopDeletion/ |
D | 2011-06-21-phioperands.ll | 108 br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit, label %new.notnull.i 110 new.notnull.i: ; preds = %Retry.i 116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i 123 …br i1 undef, label %_ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114, label %new.notnull.i110 125 new.notnull.i110: ; preds = %Retry.i108 131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108 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/JumpThreading/ |
D | landing-pad.ll | 84 br i1 undef, label %_ZN1BI1DED1Ev.exit, label %delete.notnull.i.i.i 86 delete.notnull.i.i.i: ; preds = %if.then.i.i.i 135 br i1 undef, label %_ZN1BI1DED2Ev.exit, label %delete.notnull.i.i 137 delete.notnull.i.i: ; preds = %if.then.i.i 157 br i1 undef, label %_ZN1AI1CE5derefEv.exit, label %delete.notnull.i 159 delete.notnull.i: ; preds = %if.then.i 175 br i1 undef, label %if.end, label %delete.notnull 177 delete.notnull: ; preds = %if.then
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | call.ll | 302 ; CHECK: cast.notnull: 312 br i1 %cmp, label %cast.end, label %cast.notnull 314 cast.notnull: ; preds = %entry 318 cast.end: ; preds = %cast.notnull, %entry 319 %cast.result = phi i8* [ %add.ptr, %cast.notnull ], [ null, %entry ] 335 ; CHECK: cast.notnull: 345 br i1 %cmp, label %cast.end, label %cast.notnull 347 cast.notnull: ; preds = %entry 351 cast.end: ; preds = %cast.notnull, %entry 352 %cast.result = phi i8* [ %add.ptr, %cast.notnull ], [ null, %entry ] [all …]
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | placement-tbaa.ll | 53 br i1 %new.isnull, label %new.cont, label %new.notnull 55 new.notnull: 60 %7 = phi %struct.Bar* [ %6, %new.notnull ], [ null, %for.body ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
D | placement-tbaa.ll | 53 br i1 %new.isnull, label %new.cont, label %new.notnull 55 new.notnull: 60 %7 = phi %struct.Bar* [ %6, %new.notnull ], [ null, %for.body ]
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | devirtualize.ll | 77 br i1 %0, label %cast.end, label %cast.notnull 79 cast.notnull: ; preds = %entry 85 cast.end: ; preds = %entry, %cast.notnull 86 %3 = phi %struct.A* [ %2, %cast.notnull ], [ null, %entry ] ; <%struct.A*> [#uses=2]
|