Home
last modified time | relevance | path

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

12345678

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp377 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
378 IRC.Length = Length; in extractRangeChecksFromCond()
379 IRC.Offset = IndexAddRec->getStart(); in extractRangeChecksFromCond()
380 IRC.Scale = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
381 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
382 IRC.Kind = RCKind; in extractRangeChecksFromCond()
383 Checks.push_back(IRC); in extractRangeChecksFromCond()
1397 for (InductiveRangeCheck &IRC : RangeChecks) in runOnLoop()
1398 IRC.print(OS); in runOnLoop()
1427 for (InductiveRangeCheck &IRC : RangeChecks) { in runOnLoop()
[all …]
/external/perfetto/infra/discord-irc-bridge/
DREADME.md1 # IRC <> Discord bridge
3 This directory contains the docker image for the discord<>IRC bot.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp383 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
384 IRC.End = End; in extractRangeChecksFromCond()
385 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
386 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
387 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
388 IRC.IsSigned = IsSigned; in extractRangeChecksFromCond()
389 Checks.push_back(IRC); in extractRangeChecksFromCond()
1813 for (InductiveRangeCheck &IRC : RangeChecks) in run()
1814 IRC.print(OS); in run()
1846 for (InductiveRangeCheck &IRC : RangeChecks) { in run()
[all …]
/external/mesa3d/
DREADME.rst30 Many Mesa devs hang on IRC; if you're not sure which channel is
37 question, check out `Who's Who on IRC
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp401 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
402 IRC.End = End; in extractRangeChecksFromCond()
403 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
404 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
405 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
406 Checks.push_back(IRC); in extractRangeChecksFromCond()
1905 for (InductiveRangeCheck &IRC : RangeChecks) in run()
1906 IRC.print(OS); in run()
1940 for (InductiveRangeCheck &IRC : RangeChecks) { in run()
1941 auto Result = IRC.computeSafeIterationSpace(SE, IndVar, in run()
[all …]
/external/autotest/client/profilers/powertop/src/
DREADME33 the PowerTOP tool, join the mailing list or the IRC channel and
37 IRC: irc.oftc.net #powertop channel
/external/python/cryptography/docs/
Dcommunity.rst10 * IRC: ``#cryptography-dev`` on ``irc.freenode.net``
/external/libabigail/doc/website/
Dmainpage.txt29 \section communication IRC and Mailing lists
32 via <a href="http://en.wikipedia.org/wiki/Wikipedia:IRC">IRC</a> at
/external/mesa3d/docs/relnotes/
D20.1.3.rst47 - ci: Report flakes on IRC from baremetal tests
93 - ci: Enable IRC flake reporting on freedreno baremetal boards.
94 - ci: Improve the flakes reports on IRC.
95 - ci: Fix the nick used in IRC reporting.
/external/mesa3d/docs/drivers/
Dzink.rst121 IRC chapter
125 own IRC channel. If you're interested in contributing, or have any technical
/external/llvm-project/flang/
DCODE_OWNERS.TXT9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
/external/python/jinja/.github/
DISSUE_TEMPLATE.md2 Please use the #pocoo IRC channel on freenode or Stack Overflow for general
/external/perfetto/docs/contributing/
Dgetting-started.md50 If you prefer using IRC we have an experimental Discord <> IRC bridge
/external/llvm/docs/
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
/external/llvm-project/llvm/docs/
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
DGettingInvolved.rst138 IRC chapter
196 IRC, etc).
/external/mesa3d/docs/ci/
Dindex.rst41 <https://gitlab.freedesktop.org/daniels>`__ (``daniels`` on IRC) or
43 IRC).
83 <https://gitlab.freedesktop.org/craftyguy>`__ (``craftyguy`` on IRC) or
85 on IRC).
/external/libopus/doc/
Drelease.txt22 - Update /topic in #opus IRC channel.
/external/mksh/src/
DFAQ2HTML.sh113 one to the mksh IRC channel</a> connect to external resources.</p>
/external/xz-java/
DREADME53 Report bugs to <lasse.collin@tukaani.org> or visit the IRC channel
/external/autotest/client/tests/isic/
Dhelp19 fingerprinting, breaking sniffers and barraging the IRC kiddie.
/external/rust/crates/rustc-hash/
DCODE_OF_CONDUCT.md10 * On IRC, please avoid using overtly sexual nicknames or other nicknames that might detract from a …
36 The enforcement policies listed above apply to all official Rust venues; including official IRC cha…
/external/llvm-project/llvm/test/Transforms/IRCE/
Dranges_of_different_types.ll4 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
61 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
127 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
182 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
/external/llvm-project/clang/www/
Dmenu.html.incl40 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/mesa3d/docs/
Dlists.rst46 IRC chapter

12345678