Searched refs:ExclDst (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 331 SmallSet<SUnit *, 4> ExclDst; in adjustSchedDependency() local 333 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 366 ExclDst.clear(); in adjustSchedDependency() 368 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 489 SmallSet<SUnit*, 4> &ExclDst) const { in isBestZeroLatency() 557 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) in isBestZeroLatency() 562 ExclDst.insert(Dst); in isBestZeroLatency() 564 if (ExclDst.count(I.getSUnit()) == 0 && in isBestZeroLatency() 565 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst)) in isBestZeroLatency()
|
D | HexagonSubtarget.h | 263 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;
|