Home
last modified time | relevance | path

Searched refs:IRC (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp399 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
400 IRC.End = End; in extractRangeChecksFromCond()
401 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
402 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
403 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
404 Checks.push_back(IRC); in extractRangeChecksFromCond()
1913 for (InductiveRangeCheck &IRC : RangeChecks) in run()
1914 IRC.print(OS); in run()
1948 for (InductiveRangeCheck &IRC : RangeChecks) { in run()
1957 RangeChecksToEliminate.push_back(IRC); in run()
[all …]
/llvm-project-15.0.7/flang/
H A DCODE_OWNERS.TXT9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
/llvm-project-15.0.7/bolt/
H A DCODE_OWNERS.TXT9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
/llvm-project-15.0.7/clang/www/
H A Dmenu.html.incl40 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/llvm-project-15.0.7/llvm/test/Transforms/LoopPredication/
H A Dreverse.ll182 ; CHECK-NEXT: [[IRC:%.*]] = phi i32 [ [[I_INC:%.*]], [[LOOP]] ], [ 1, [[LOOP_PREHEADER]] ]
183 ; CHECK-NEXT: [[I_INC]] = add nuw nsw i32 [[IRC]], 1
184 ; CHECK-NEXT: [[WITHIN_BOUNDS:%.*]] = icmp ult i32 [[IRC]], [[LENGTH:%.*]]
186 ; CHECK-NEXT: [[I_I64:%.*]] = zext i32 [[IRC]] to i64
/llvm-project-15.0.7/libunwind/docs/
H A Dindex.rst81 can ask for support on the `Runtimes forum`_ or on IRC.
/llvm-project-15.0.7/llvm/docs/
H A DGettingInvolved.rst318 * :ref:`IRC`
331 IRC chapter
349 In addition to the traditional IRC there is a
H A DCodeReview.rst240 * Ask for help on IRC. Developers on IRC will be able to either help you
H A DResponseGuide.rst188 may happen in person, email, by phone, video chat, or IRC.
201 lists, bug tracker, IRC, Discord, repositories, or other communication
H A DCodeOfConduct.rst21 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
H A DDiscourseMigrationGuide.md91 <tr><td>Project Infrastructure - IRC</td><td> [email protected]</td></tr>
H A DPhabricator.rst260 if you have a question, drop by on #llvm in IRC to get help.
/llvm-project-15.0.7/
H A DREADME.md119 …/discourse.llvm.org/), [discord chat](https://discord.gg/xS7Z362) or #llvm IRC channel on [OFTC](h…
/llvm-project-15.0.7/llvm/test/Transforms/IRCE/
H A Dranges_of_different_types.ll5 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
101 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
224 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
320 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
/llvm-project-15.0.7/llvm/
H A DCODE_OWNERS.TXT9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
H A DCREDITS.TXT9 (S), and (I) IRC handle.
/llvm-project-15.0.7/third-party/benchmark/
H A DREADME.md43 IRC channels:
/llvm-project-15.0.7/libcxx/docs/
H A Dindex.rst203 can ask for support on the `libcxx forum`_ or on IRC.
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4767 auto *IRC = cast<OMPInReductionClause>(Clause); in ActOnOpenMPRegionEnd() local
4768 for (Expr *E : IRC->taskgroup_descriptors()) in ActOnOpenMPRegionEnd()
6118 if (auto *IRC = dyn_cast<OMPInReductionClause>(C)) { in ActOnOpenMPExecutableDirective() local
6119 for (Expr *E : IRC->taskgroup_descriptors()) in ActOnOpenMPExecutableDirective()