| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 399 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 D | CODE_OWNERS.TXT | 9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
|
| /llvm-project-15.0.7/bolt/ |
| H A D | CODE_OWNERS.TXT | 9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | menu.html.incl | 40 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopPredication/ |
| H A D | reverse.ll | 182 ; 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 D | index.rst | 81 can ask for support on the `Runtimes forum`_ or on IRC.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingInvolved.rst | 318 * :ref:`IRC` 331 IRC chapter 349 In addition to the traditional IRC there is a
|
| H A D | CodeReview.rst | 240 * Ask for help on IRC. Developers on IRC will be able to either help you
|
| H A D | ResponseGuide.rst | 188 may happen in person, email, by phone, video chat, or IRC. 201 lists, bug tracker, IRC, Discord, repositories, or other communication
|
| H A D | CodeOfConduct.rst | 21 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
|
| H A D | DiscourseMigrationGuide.md | 91 <tr><td>Project Infrastructure - IRC</td><td> [email protected]</td></tr>
|
| H A D | Phabricator.rst | 260 if you have a question, drop by on #llvm in IRC to get help.
|
| /llvm-project-15.0.7/ |
| H A D | README.md | 119 …/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 D | ranges_of_different_types.ll | 5 ; 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 D | CODE_OWNERS.TXT | 9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
|
| H A D | CREDITS.TXT | 9 (S), and (I) IRC handle.
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | README.md | 43 IRC channels:
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | index.rst | 203 can ask for support on the `libcxx forum`_ or on IRC.
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4767 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()
|