Home
last modified time | relevance | path

Searched refs:isJumpR (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h313 bool isJumpR(const MachineInstr *MI) const;
DHexagonVLIWPacketizer.cpp1094 if (HII->isPredicated(*MI) && HII->isPredicatedNew(*MI) && HII->isJumpR(MI)) in hasControlDependence()
DHexagonInstrInfo.cpp2151 bool HexagonInstrInfo::isJumpR(const MachineInstr *MI) const { in isJumpR() function in HexagonInstrInfo