Home
last modified time | relevance | path

Searched refs:start2 (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb2-branch-ranges.s61 .global start2
62 .type start2, %function
63 start2: label
67 b.w start2
H A Dthumb-branches.s56 .global start2
57 start2: label
59 bl start2
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-15.ll41 call void @foo(float *%start1, float *%start2)
68 call void @foo(float *%start1, float *%start2)
95 call void @foo(float *%start1, float *%start2)
122 call void @foo(float *%start1, float *%start2)
149 call void @foo(float *%start1, float *%start2)
176 call void @foo(float *%start1, float *%start2)
205 call void @foo(float *%start1, float *%start2)
233 call void @foo(float *%start1, float *%start2)
262 call void @foo(float *%start1, float *%start2)
296 call void @foo(float *%start1, float *%start2)
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dpr38697.ll95 ; uint32_t foo(uint32_t *ptr, uint32_t start1, uint32_t start2) {
101 ; for (counter2 = start2; counter2 < 10; ++counter2) {
139 %cmp224 = icmp ult i32 %start2, 10
148 %counter2.025 = phi i32 [ %start2, %for.body3.lr.ph ], [ %inc, %for.body3 ]
200 %cmp224 = icmp ult i32 %start2, 10
209 %counter2.025 = phi i32 [ %start2, %for.body3.lr.ph ], [ %inc, %for.body3 ]
240 define i32 @DivBy16Hoist(i32* nocapture readonly %ptr, i32 %start1, i32 %start2) {
262 %cmp224 = icmp ult i32 %start2, 10
271 %counter2.025 = phi i32 [ %start2, %for.body3.lr.ph ], [ %inc, %for.body3 ]
322 %cmp224 = icmp ult i32 %start2, 10
[all …]
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dtile_ast_print.cpp44 void foo2(int start1, int start2, int end1, int end2) { in foo2() argument
56 for (int j = start2; j < end2; j += 1) in foo2()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp56 count_t start2{RTNAME(SystemClockCount)(2)}; in TEST() local
57 EXPECT_GE(start2, 0); in TEST()
58 EXPECT_LE(start2, max2); in TEST()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h525 , Iter2 start2, Iter2 const end2 in checkCollectionsEqual() argument
528 while (start1 != end1 && start2 != end2) { in checkCollectionsEqual()
529 if (*start1 != *start2) { in checkCollectionsEqual()
532 ++start1; ++start2; in checkCollectionsEqual()
534 return (start1 == end1 && start2 == end2); in checkCollectionsEqual()
541 , Iter2 const start2, Iter2 end2 in checkCollectionsEqualBackwards() argument
544 while (start1 != end1 && start2 != end2) { in checkCollectionsEqualBackwards()
550 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
H A Drapid-cxx-test.h846 , Iter2 start2, Iter2 const end2 in check_equal_collections_impl() argument
849 while (start1 != end1 && start2 != end2) { in check_equal_collections_impl()
850 if (*start1 != *start2) { in check_equal_collections_impl()
853 ++start1; ++start2; in check_equal_collections_impl()
855 return (start1 == end1 && start2 == end2); in check_equal_collections_impl()
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dulp.c108 uint64_t start2; member
174 *x2 = g->start2 + randn (g->len2); in next2()
492 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2()
493 asfloat (gen->start2 + gen->len2)); in printgen_f2()
505 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2()
506 asdouble (gen->start2 + gen->len2)); in printgen_d2()
742 g->start2 = g->len2 = 0; in parsegen()
750 g->start2 = a2; in parsegen()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp220 uptr start2, uptr end2) { in IntervalsAreSeparate() argument
222 CHECK(start2 <= end2); in IntervalsAreSeparate()
223 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr5145.ll22 ; CHECK-NEXT: .LBB0_3: # %atomicrmw.start2
H A Datomic6432.ll36 ; X32-NEXT: .LBB0_3: # %atomicrmw.start2
134 ; X32-NEXT: .LBB1_3: # %atomicrmw.start2
230 ; X32-NEXT: .LBB2_3: # %atomicrmw.start2
306 ; X32-NEXT: .LBB3_3: # %atomicrmw.start2
382 ; X32-NEXT: .LBB4_3: # %atomicrmw.start2
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll1366 ; are removed, EH pad catch.start2 is dominated by catch.start, but because
1367 ; catch.start2 is the unwind destination of catch.start, it should not be
1368 ; included in catch.start's exception. Also, after we take catch.start2's
1370 ; catch.start's exception, because it has a predecessor in catch.start2.
1405 %9 = catchswitch within none [label %catch.start2] unwind to caller
1407 catch.start2: ; preds = %catch.dispatch1
1415 catch5: ; preds = %catch.start2
1425 rethrow4: ; preds = %catch.start2
1590 %9 = catchswitch within none [label %catch.start2] unwind to caller
1600 catch5: ; preds = %catch.start2
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dclear-maskedinsts.ll97 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %3)
103 %4 = phi i32 [ %start2, %vector.ph ], [ %8, %vector.body ]
H A Dmov-after-dlstp.mir47 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %4)
54 %21 = phi i32 [ %start2, %arm_mean_f32_mve.exit ], [ %27, %do.body ]
H A Dmultiple-do-loops.mir53 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %19)
60 %20 = phi i32 [ %start2, %vector.ph39 ], [ %26, %vector.body38 ]
133 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %18)
140 %19 = phi i32 [ %start2, %vector.ph39 ], [ %25, %vector.body38 ]
213 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %18)
220 %19 = phi i32 [ %start2, %vector.ph66 ], [ %25, %vector.body65 ]
H A Dremove-elem-moves.mir64 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %blkCnt.08.ph)
70 %9 = phi i32 [ %start2, %while.body.preheader19 ], [ %12, %while.body ]
H A Dmulti-block-cond-iter-count.mir43 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %22)
49 %36 = phi i32 [ %start2, %32 ], [ %47, %33 ]
H A Dmatrix.mir63 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %8)
70 %12 = phi i32 [ %start2, %for.cond4.preheader.us ], [ %20, %vector.body ]
H A Dunrolled-and-vector.mir44 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %5)
51 %12 = phi i32 [ %start2, %vector.ph ], [ %17, %vector.body ]
H A Demptyblock.mir128 %start2 = call i32 @llvm.start.loop.iterations.i32(i32 %33)
141 %53 = phi i32 [ %start2, %for.body ], [ %63, %do.body24 ]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_coalesce.c4053 int start1, int end1, int start2, int end2) in coalesce_range() argument
4060 for (j = isl_max(i + 1, start2); j < end2; ++j) { in coalesce_range()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td5387 (ins GR64:$start1, GR64:$start2, GR32:$char),
5388 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,