Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h201 bool isNewValueJump(const MachineInstr* MI) const;
DHexagonVLIWPacketizer.cpp1075 if (NextMII != I->getParent()->end() && QII->isNewValueJump(NextMII)) { in isLegalToPacketizeTogether()
1186 (QII->isNewValueJump(I))) { in isLegalToPacketizeTogether()
DHexagonInstrInfo.cpp719 if (isNewValueJump(MI)) in isNewValueInst()
1569 bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const { in isNewValueJump() function in HexagonInstrInfo