Home
last modified time | relevance | path

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

/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) {
97 ; uint32_t val = start1;
131 %val.0 = phi i32 [ %start1, %entry ], [ %val.1.lcssa, %for.end ]
174 ; outer ('counter1') loop starts at the unknown value of 'start1' rather than 1,
175 ; and so it is illegal to hoist the division because if 'start1' is 0, hoisting
192 %val.0 = phi i32 [ %start1, %entry ], [ %val.1.lcssa, %for.end ]
193 %counter1.0 = phi i32 [ %start1, %entry ], [ %inc9, %for.end ]
254 %val.0 = phi i32 [ %start1, %entry ], [ %val.1.lcssa, %for.end ]
255 %counter1.0 = phi i32 [ %start1, %entry ], [ %inc9, %for.end ]
314 %val.0 = phi i32 [ %start1, %entry ], [ %val.1.lcssa, %for.end ]
[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
53 for (int i = start1; i < end1; i += 1) in foo2()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp49 count_t start1{RTNAME(SystemClockCount)(1)}; in TEST() local
50 EXPECT_GE(start1, 0); in TEST()
51 EXPECT_LE(start1, max1); in TEST()
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dthumb-branches.s51 start1: label
54 bl start1
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h524 Iter1 start1, Iter1 const end1 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()
540 Iter1 const start1, Iter1 end1 in checkCollectionsEqualBackwards() argument
544 while (start1 != end1 && start2 != end2) { in checkCollectionsEqualBackwards()
550 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
H A Drapid-cxx-test.h845 Iter1 start1, Iter1 const end1 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/llvm/test/CodeGen/AArch64/
H A Dstack-tagging-split-lifetime.ll94 br i1 %cond, label %next0, label %start1
96 start1:
129 br i1 %cond, label %next0, label %start1
131 start1:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dcatchswitch-phi.ll114 %tmp2 = catchswitch within none [label %catch.start1] unwind to caller
116 catch.start1: ; preds = %catch.dispatch1
121 if.then1: ; preds = %catch.start1
124 if.end1: ; preds = %if.then1, %catch.start1
/llvm-project-15.0.7/llvm/test/Verifier/
H A D2004-05-21-SwitchConstantMismatch.ll6 start1:
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp219 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
221 CHECK(start1 <= end1); in IntervalsAreSeparate()
223 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dcfg-stackify-eh.ll431 %4 = catchswitch within none [label %catch.start1] unwind to caller
433 catch.start1: ; preds = %catch.dispatch1
439 try.cont: ; preds = %catch.start1, %catch.start0, %bb1
539 %4 = catchswitch within none [label %catch.start1] unwind to caller
541 catch.start1: ; preds = %catch.dispatch1
547 try.cont: ; preds = %catch.start1, %catch.start0, %bb1
693 %5 = catchswitch within none [label %catch.start1] unwind to caller
695 catch.start1: ; preds = %catch.dispatch1
703 try.cont: ; preds = %catch.start1, %catch.start0, %bb1
1182 %4 = catchswitch within none [label %catch.start1] unwind to caller
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
H A Dclear-maskedinsts.ll91 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %2)
123 %10 = phi i32 [ %start1, %vector.body75.preheader ], [ %15, %vector.body75 ]
H A Dmov-after-dlstp.mir20 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %8)
27 %9 = phi i32 [ %start1, %entry ], [ %14, %do.body.i ]
H A Dmultiple-do-loops.mir17 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %5)
24 %6 = phi i32 [ %start1, %vector.ph ], [ %11, %vector.body ]
97 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %5)
104 %6 = phi i32 [ %start1, %vector.ph ], [ %11, %vector.body ]
176 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %5)
183 %6 = phi i32 [ %start1, %vector.ph ], [ %11, %vector.body ]
H A Dremove-elem-moves.mir34 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %4)
40 %5 = phi i32 [ %start1, %vector.ph ], [ %7, %vector.body ]
H A Dmulti-block-cond-iter-count.mir39 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %30)
92 %68 = phi i32 [ %start1, %31 ], [ %109, %65 ]
H A Dmatrix.mir13 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %d)
25 %0 = phi i32 [ %start1, %for.body.i.preheader ], [ %2, %for.body.i ]
H A Dunrolled-and-vector.mir40 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %11)
91 %21 = phi i32 [ %start1, %for.body.preheader.new ], [ %30, %for.body ]
H A Demptyblock.mir27 %start1 = call i32 @llvm.start.loop.iterations.i32(i32 %7)
34 %8 = phi i32 [ %start1, %entry ], [ %13, %do.body ]
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dtrip-count9.ll52 define void @start1(i4 %n) {
53 ; CHECK-LABEL: 'start1'
54 ; CHECK-NEXT: Determining loop execution counts for: @start1
/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
4057 for (i = end1 - 1; i >= start1; --i) { 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,