OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExclSrc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp
400
SmallSet<SUnit *, 4>
ExclSrc
;
403
isBestZeroLatency(Src, Dst, QII,
ExclSrc
, ExclDst)) {
435
ExclSrc
.clear();
438
isBestZeroLatency(Src, Dst, QII,
ExclSrc
, ExclDst)) {
567
const HexagonInstrInfo *TII, SmallSet<SUnit*, 4> &
ExclSrc
,
633
ExclSrc
.insert(Src);
635
if (
ExclSrc
.count(I.getSUnit()) == 0 &&
636
isBestZeroLatency(I.getSUnit(), DstBest, TII,
ExclSrc
, ExclDst))
644
isBestZeroLatency(SrcBest, I.getSUnit(), TII,
ExclSrc
, ExclDst))
HexagonSubtarget.h
307
SmallSet<SUnit*, 4> &
ExclSrc
, SmallSet<SUnit*, 4> &ExclDst) const;
Completed in 70 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026