Home
last modified time | relevance | path

Searched refs:ExclDst (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp451 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local
453 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
504 ExclDst.clear(); in adjustSchedDependency()
506 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency()
637 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency()
705 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency()
710 ExclDst.insert(Dst); in isBestZeroLatency()
712 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency()
713 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
H A DHexagonSubtarget.h353 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;