HomeSort by relevance Sort by last modified time
    Searched refs:UseBSBScheduling (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 48 bool UseBSBScheduling;
101 bool useBSBScheduling() const { return UseBSBScheduling; }
HexagonSubtarget.cpp 63 UseBSBScheduling = false;
119 UseBSBScheduling = hasV60TOps() && EnableBSBSched;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 66 bool UseBSBScheduling;
169 bool useBSBScheduling() const { return UseBSBScheduling; }
HexagonSubtarget.cpp 114 UseBSBScheduling = hasV60Ops() && EnableBSBSched;
415 if (QII.isHVXVec(SrcInst) || useBSBScheduling())

Completed in 98 milliseconds