Searched refs:ExclDst (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 464 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local 466 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 517 ExclDst.clear(); in adjustSchedDependency() 519 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 649 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency() 717 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency() 722 ExclDst.insert(Dst); in isBestZeroLatency() 724 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency() 725 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
|
| H A D | HexagonSubtarget.h | 333 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;
|