Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h291 bool isCondInst(const MachineInstr *MI) const;
DHexagonVLIWPacketizer.cpp329 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()
760 if (HII->isCondInst(MI) || MI->isReturn()) in canPromoteToDotNew()
DHexagonInstrInfo.cpp1739 bool HexagonInstrInfo::isCondInst(const MachineInstr *MI) const { in isCondInst() function in HexagonInstrInfo