/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 377 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/ |
D | InductiveRangeCheckElimination.cpp | 420 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/ |
D | README | 33 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/ |
D | ReportingGuide.rst | 51 a mailing list archive or a public IRC logger) please include a link. 88 list or IRC). 91 IRC, etc.)
|
D | index.rst | 474 lists and IRC. 517 IRC section in Community 552 IRC, etc).
|
D | CodeOfConduct.rst | 26 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 51 a mailing list archive or a public IRC logger) please include a link. 88 list or IRC). 91 IRC, etc.)
|
D | index.rst | 428 lists and IRC. 471 IRC section in Community
|
D | CodeOfConduct.rst | 26 LLVM Foundation. This includes IRC channels, mailing lists, bug trackers, LLVM
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 1e03658069dd9cbe3a26384798481c14.00004aaa.honggfuzz.cov | 34 `���օ�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������_
|
D | fd27fa158b0d12d350b761a51975621f.000058c9.honggfuzz.cov | 34 `���օ�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/ |
D | 1e03658069dd9cbe3a26384798481c14.00004aaa.honggfuzz.cov | 34 `���օ�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������_
|
D | fd27fa158b0d12d350b761a51975621f.000058c9.honggfuzz.cov | 34 `���օ�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/ |
D | release.txt | 22 - Update /topic in #opus IRC channel.
|
/external/xz-java/ |
D | README | 53 Report bugs to <lasse.collin@tukaani.org> or visit the IRC channel
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | ranges_of_different_types.ll | 4 ; 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/ |
D | help | 19 fingerprinting, breaking sniffers and barraging the IRC kiddie.
|
/external/honggfuzz/examples/apache-httpd/ |
D | httpd.wordlist | 168 "HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11"
|
/external/clang/www/ |
D | menu.html.incl | 41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
|
/external/libnetfilter_conntrack/ |
D | README | 13 Moreover, there are some application protocols, such as FTP, TFTP, IRC, PPTP
|
/external/libunwind_llvm/docs/ |
D | index.rst | 81 can post a message to the `cfe-dev mailing list`_ or on IRC.
|
/external/python/setuptools/docs/ |
D | developer-guide.txt | 32 issues, through the distutils-sig mailing list, or on IRC (Freenode) at
|
/external/curl/docs/ |
D | HISTORY.md | 4 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/ |
D | CODE_OWNERS.TXT | 9 (S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
|
/external/googletest/ |
D | README.md | 24 There is also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available.
|