HomeSort by: relevance | last modified time | path
    Searched refs:ExclSrc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 400 SmallSet<SUnit *, 4> ExclSrc;
403 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) {
435 ExclSrc.clear();
438 isBestZeroLatency(Src, Dst, QII, ExclSrc, ExclDst)) {
567 const HexagonInstrInfo *TII, SmallSet<SUnit*, 4> &ExclSrc,
633 ExclSrc.insert(Src);
635 if (ExclSrc.count(I.getSUnit()) == 0 &&
636 isBestZeroLatency(I.getSUnit(), DstBest, TII, ExclSrc, ExclDst))
644 isBestZeroLatency(SrcBest, I.getSUnit(), TII, ExclSrc, ExclDst))
HexagonSubtarget.h 307 SmallSet<SUnit*, 4> &ExclSrc, SmallSet<SUnit*, 4> &ExclDst) const;

Completed in 70 milliseconds