Home
last modified time | relevance | path

Searched refs:IRC (Results 1 – 25 of 177) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp420 InductiveRangeCheck IRC; in extractRangeChecksFromCond() local
421 IRC.End = End; in extractRangeChecksFromCond()
422 IRC.Begin = IndexAddRec->getStart(); in extractRangeChecksFromCond()
423 IRC.Step = IndexAddRec->getStepRecurrence(SE); in extractRangeChecksFromCond()
424 IRC.CheckUse = &ConditionUse; in extractRangeChecksFromCond()
425 IRC.Kind = RCKind; in extractRangeChecksFromCond()
426 IRC.IsSigned = IsSigned; in extractRangeChecksFromCond()
427 Checks.push_back(IRC); in extractRangeChecksFromCond()
1895 for (InductiveRangeCheck &IRC : RangeChecks) in run()
1896 IRC.print(OS); 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/swiftshader/third_party/llvm-7.0/llvm/docs/
DReportingGuide.rst51 a mailing list archive or a public IRC logger) please include a link.
88 list or IRC).
91 IRC, etc.)
Dindex.rst474 lists and IRC.
517 IRC section in Community
552 IRC, etc).
DCodeOfConduct.rst26 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
/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.)
Dindex.rst428 lists and IRC.
471 IRC section in Community
DCodeOfConduct.rst26 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D1e03658069dd9cbe3a26384798481c14.00004aaa.honggfuzz.cov34 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
71 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
87 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
Dfd27fa158b0d12d350b761a51975621f.000058c9.honggfuzz.cov34 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
51 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
94 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D1e03658069dd9cbe3a26384798481c14.00004aaa.honggfuzz.cov34 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
71 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
87 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
Dfd27fa158b0d12d350b761a51975621f.000058c9.honggfuzz.cov34 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
51 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
94 `���օ�t����0��ޕ$_as�M����E����4�����WP���4���Z��ѭ�HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11������_
/external/libopus/doc/
Drelease.txt22 - Update /topic in #opus IRC channel.
/external/xz-java/
DREADME53 Report bugs to <lasse.collin@tukaani.org> or visit the IRC channel
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/
Dranges_of_different_types.ll4 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
62 ; Make sure we can eliminate range check with signed latch, unsigned IRC and
132 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
190 ; Make sure we can eliminate range check with unsigned latch, signed IRC and
/external/autotest/client/tests/isic/
Dhelp19 fingerprinting, breaking sniffers and barraging the IRC kiddie.
/external/honggfuzz/examples/apache-httpd/
Dhttpd.wordlist168 "HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11"
/external/clang/www/
Dmenu.html.incl41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/libnetfilter_conntrack/
DREADME13 Moreover, there are some application protocols, such as FTP, TFTP, IRC, PPTP
/external/libunwind_llvm/docs/
Dindex.rst81 can post a message to the `cfe-dev mailing list`_ or on IRC.
/external/python/setuptools/docs/
Ddeveloper-guide.txt32 issues, through the distutils-sig mailing list, or on IRC (Freenode) at
/external/curl/docs/
DHISTORY.md4 Towards the end of 1996, Daniel Stenberg was spending time writing an IRC bot
6 currency-exchange calculations available to Internet Relay Chat (IRC)
/external/swiftshader/third_party/llvm-7.0/llvm/
DCODE_OWNERS.TXT9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
/external/googletest/
DREADME.md24 There is also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available.

12345678