Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp198 solo += !ISJ->isSoloException(); in check()
200 onlyAX += !ISJ->isSoloException(); in check()
202 onlyAin1 += !ISJ->isSoloException(); in check()
DHexagonShuffler.h116 unsigned isSoloException() const { return (SoloException); }; in isSoloException() function