Searched refs:ExclDst (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonSubtarget.cpp | 448 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local 450 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 501 ExclDst.clear(); in adjustSchedDependency() 503 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 634 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency() 702 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency() 707 ExclDst.insert(Dst); in isBestZeroLatency() 709 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency() 710 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
|
| HD | HexagonSubtarget.h | 354 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;
|