Searched refs:test_loop (Results 1 – 16 of 16) sorted by relevance
/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
H A D | sext-add-inreg-loop.ll | 6 define dso_local i32 @test_loop(ptr nocapture noundef readonly %x) { 7 ; CHECK-LABEL: 'test_loop' 8 ; CHECK-NEXT: Classifying expressions for: @test_loop 25 ; CHECK-NEXT: Determining loop execution counts for: @test_loop
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | basic-loop.ll | 4 ; CHECK-LABEL: {{^}}test_loop: 5 define amdgpu_kernel void @test_loop(ptr addrspace(1) noalias %out, ptr addrspace(1) noalias %in, i…
|
H A D | llvm.amdgcn.pops.exiting.wave.id.ll | 38 define amdgpu_ps void @test_loop() { 39 ; GFX9-LABEL: test_loop: 49 ; GFX10-LABEL: test_loop:
|
H A D | extend-wwm-virt-reg-liveness.mir | 118 name: test_loop 131 ; GCN-LABEL: name: test_loop
|
H A D | cf-loop-on-constant.ll | 5 define amdgpu_kernel void @test_loop(ptr addrspace(3) %ptr, i32 %n) nounwind { 6 ; GCN-LABEL: test_loop: 31 ; GCN_DBG-LABEL: test_loop:
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | pr61923.ll | 8 define void @test_loop(ptr align 1 %src, ptr align 1 %dest, i32 %len) { 9 ; CHECK-LABEL: test_loop:
|
/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
H A D | exponential-nontrivial-unswitch2.ll | 72 %test_loop = icmp slt i32 %iv, 50 73 br i1 %test_loop, label %loop, label %exit
|
H A D | exponential-nontrivial-unswitch.ll | 96 %test_loop = icmp slt i32 %iv, 50 97 br i1 %test_loop, label %loop, label %exit
|
H A D | exponential-nontrivial-unswitch-nested.ll | 136 %test_loop = icmp slt i32 %iv3, 50 137 br i1 %test_loop, label %loop, label %middle_latch
|
H A D | exponential-nontrivial-unswitch-nested2.ll | 147 %test_loop = icmp slt i32 %iv3, 50 148 br i1 %test_loop, label %loop, label %middle_latch
|
/llvm-project/llvm/test/CodeGen/RISCV/ |
H A D | reduce-unnecessary-extension.ll | 58 define signext i32 @test_loop() nounwind { 59 ; RV64I-LABEL: test_loop:
|
/llvm-project/llvm/test/CodeGen/SPARC/ |
H A D | 2011-01-19-DelaySlot.ll | 28 define i32 @test_loop(i32 %a, i32 %b) nounwind readnone { 29 ; CHECK: test_loop
|
/llvm-project/clang/test/C/C23/ |
H A D | n3007.c | 164 void test_loop(void) { in test_loop() function
|
/llvm-project/llvm/test/CodeGen/X86/AMX/ |
H A D | amx-across-func.ll | 211 define dso_local i32 @test_loop(i32 %0) nounwind { 212 ; CHECK-LABEL: test_loop: 284 ; IPRA-LABEL: test_loop: 336 ; O0-LABEL: test_loop:
|
/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
H A D | rematerialize-derived-pointers.ll | 250 define void @test_loop(ptr addrspace(1) %base) gc "statepoint-example" { 251 ; CHECK-LABEL: @test_loop(
|
/llvm-project/llvm/test/Transforms/DeadStoreElimination/ |
H A D | multiblock-loops.ll | 98 define void @test_loop(i32 %N, ptr noalias nocapture readonly %A, ptr noalias nocapture readonly %x… 99 ; CHECK-LABEL: @test_loop(
|