| /llvm-project-15.0.7/llvm/test/Transforms/DFAJumpThreading/ |
| H A D | max-path-length.ll | 5 ; <%for.body %case1 %case1.1 %case1.2 %case1.3 %case1.4 %for.inc %for.end> 26 ; CHECK: case1: 73 case1: 74 br label %case1.1 76 case1.1: 77 br label %case1.2 79 case1.2: 80 br label %case1.3 82 case1.3: 83 br label %case1.4 [all …]
|
| H A D | negative.ll | 17 i32 1, label %case1 21 case1: 73 i32 1, label %case1 77 case1: 106 i32 1, label %case1 110 case1: 139 i32 1, label %case1 143 case1: 175 ; CHECK: case1: 200 case1: [all …]
|
| H A D | dfa-constant-propagation.ll | 15 %num = phi i32 [ 0, %entry ], [ %add, %case1 ] 16 %state = phi i32 [ 1, %entry ], [ %state.next, %case1 ] 18 i32 1, label %case1 22 case1: 28 br label %case1
|
| H A D | dfa-unfold-select.ll | 29 ; CHECK: case1: 64 i32 1, label %case1 68 case1: 77 %state.next = phi i32 [ %sel, %case2 ], [ 1, %for.body ], [ 2, %case1 ] 109 ; CHECK: case1: 159 i32 1, label %case1 163 case1: 214 ; CHECK: case1: 268 i32 1, label %case1 272 case1: [all …]
|
| H A D | dfa-jump-threading-analysis.ll | 10 ; CHECK-NEXT: < for.body case1 for.inc > [ 2, for.inc ] 20 i32 1, label %case1 24 case1: 33 %state.next = phi i32 [ %sel, %case2 ], [ 1, %for.body ], [ 2, %case1 ] 76 i32 1, label %case1 100 case1: 219 i32 1, label %case1 243 case1:
|
| H A D | dfa-jump-threading-transform.ll | 26 ; CHECK: case1: 61 i32 1, label %case1 65 case1: 74 %state.next = phi i32 [ %sel, %case2 ], [ 1, %for.body ], [ 2, %case1 ] 175 ; CHECK: case1: 202 i32 1, label %case1 226 case1:
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | test_g_phi.mir | 12 br i1 %cmp, label %case1, label %case2 14 case1: ; preds = %entry 22 return: ; preds = %case2, %case1 23 %res = phi i32 [ %tmp11, %case1 ], [ %tmp22, %case2 ] 48 successors: %bb.2.case1(0x40000000), %bb.3.case2(0x40000000) 59 G_BRCOND %2(s1), %bb.2.case1 62 bb.2.case1: 75 %7(s32) = G_PHI %9(s16), %bb.2.case1, %6(s32), %bb.3.case2
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | ragreedy-implicit-def.ll | 46 i32 1, label %case1 59 case1: 75 …%phi1b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi1a, %case5 ], [ 1, %… 76 …%phi2b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi2a, %case5 ], [ 2, %… 77 …%phi3b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi3a, %case5 ], [ 3, %… 78 …%phi4b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi4a, %case5 ], [ 4, %… 79 …%phi5b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi5a, %case5 ], [ 5, %… 80 …%phi6b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi6a, %case5 ], [ 6, %… 81 …%phi7b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi7a, %case5 ], [ 7, %… 82 …%phi8b = phi i32 [ 0, %default ], [ undef, %case0 ], [ undef, %case1 ], [ %phi8a, %case5 ], [ 8, %…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | select-phi.mir | 11 br i1 %cmp, label %case1, label %case2 13 case1: ; preds = %entry 21 return: ; preds = %case2, %case1 22 %res = phi i32 [ %tmp1, %case1 ], [ %tmp2, %case2 ] 53 successors: %bb.2.case1(0x40000000), %bb.3.case2(0x40000000) 63 G_BRCOND %8, %bb.2.case1 66 bb.2.case1: 78 %7(s32) = G_PHI %4(s32), %bb.2.case1, %6(s32), %bb.3.case2
|
| /llvm-project-15.0.7/llvm/test/Transforms/TailCallElim/ |
| H A D | 2010-06-26-MultipleReturnValues.ll | 64 i32 1, label %case1 72 case1: 89 …%retval = phi i32 [ %recurse3, %default ], [ %helper2, %case2 ], [ 9, %case1 ], [ %helper1, %case0… 97 ; CHECK: %ret.tr = phi i32 [ poison, %entry ], [ %current.ret.tr, %case1 ], [ %current.ret.tr1, %ca… 98 ; CHECK: %ret.known.tr = phi i1 [ false, %entry ], [ true, %case1 ], [ true, %case2 ], [ %ret.known… 99 ; CHECK: case1:
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | delete-dead-blocks.ll | 21 i32 1, label %case1 25 ; since we unswitch on the above switch, %case1 and %continue blocks 28 ; CHECK-NOT: case1: 29 case1:
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerSwitch/ |
| H A D | do-not-handle-impossible-values.ll | 39 %res1 = call i32 @case1() 90 %res1 = call i32 @case1() 136 %res1 = call i32 @case1() 188 %res1 = call i32 @case1() 246 %res1 = call i32 @case1() 301 %res1 = call i32 @case1() 400 %res1 = call i32 @case1() 455 %res1 = call i32 @case1() 516 %res1 = call i32 @case1() 569 %res1 = call i32 @case1() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | switch-dead-default.ll | 47 ; CHECK: case1: 60 i2 1, label %case1 66 case1: 94 ; CHECK: case1: 105 i2 1, label %case1 111 case1: 135 ; CHECK: case1: 143 i128 1, label %case1] 148 case1:
|
| H A D | switch-to-select-two-case.ll | 289 i32 0, label %case1 295 case1: 311 %t0 = phi i8 [ 42, %case1 ], [ 42, %case2 ], [ 44, %case3 ], [ 44, %case4 ]
|
| /llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/ |
| H A D | tailcall-assume-xbb.ll | 19 br i1 %cmp1, label %if.end, label %case1 21 case1: 44 %retval2 = phi i8* [ %ret1, %case1 ], [ %retval1, %exit1 ]
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/AMDGPU/ |
| H A D | control-flow.ll | 34 ; ALL-NEXT: i32 1, label %case1 43 ; ALL-SIZE-NEXT: i32 1, label %case1 52 i32 1, label %case1 58 case1:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | optnone-crbits-i1-ret.ll | 19 br i1 %b, label %case1, label %case2 21 case1:
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCFGOptimizer.cpp | 192 bool case1 = LayoutSucc->isLayoutSuccessor(JumpAroundTarget); in runOnMachineFunction() local 199 if (case1 || case2) { in runOnMachineFunction() 209 if (case2 && !case1) { in runOnMachineFunction()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ |
| H A D | data-in-code.ll | 19 i32 0, label %case1 25 case1:
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/use-llvm-tool/ |
| H A D | lit.cfg | 12 lit.llvm.llvm_config.with_environment('CASE1', os.path.join(this_dir, 'env-case1')) 15 lit.llvm.llvm_config.use_llvm_tool('case1', search_env='CASE1')
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/const_static_integral_member/ |
| H A D | main.cpp | 14 case1 = 1, enumerator 20 case1 = 1, enumerator
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/Inputs/ |
| H A D | command-disassemble.lldbinit | 15 disassemble --name case1
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | multilevel-break.ll | 152 ; OPT: case1: 192 ; GCN-NEXT: ; %bb.4: ; %case1 226 %lsr.iv = phi i32 [ undef, %bb ], [ %lsr.iv.next, %case0 ], [ %lsr.iv.next, %case1 ] 232 i32 1, label %case1 240 case1:
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-disassemble.s | 75 # CHECK-NEXT: (lldb) disassemble --name case1 76 # CHECK-NEXT: command-disassemble.s.tmp`n1::case1: 79 # CHECK-NEXT: command-disassemble.s.tmp`n2::case1:
|
| /llvm-project-15.0.7/llvm/test/Transforms/Reassociate/ |
| H A D | xor_reassoc.ll | 134 ; Special case1: 148 ; Special case1: 162 ; Special case1: 177 ; Special case1:
|