Searched refs:ExclSrc (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 330 SmallSet<SUnit *, 4> ExclSrc; in adjustSchedDependency() local 333 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 365 ExclSrc.clear(); in adjustSchedDependency() 368 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) { in adjustSchedDependency() 488 const HexagonInstrInfo *TII, SmallSet<SUnit*, 4> &ExclSrc, in isBestZeroLatency() argument 554 ExclSrc.insert(Src); in isBestZeroLatency() 556 if (ExclSrc.count(I.getSUnit()) == 0 && in isBestZeroLatency() 557 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst)) 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;
|