Searched refs:isNewValueStore (Results 1 – 5 of 5) sorted by relevance
387 bool isNewValueStore(const MachineInstr &MI) const;388 bool isNewValueStore(unsigned Opcode) const;
1127 if (HII.isNewValueStore(MI) && MJ.mayStore()) in cannotCoexistAsymm()1532 bool NVStoreJ = HII->isNewValueStore(J); in isLegalToPacketizeTogether()1533 bool NVStoreI = HII->isNewValueStore(I); in isLegalToPacketizeTogether()1702 if (MJ->mayStore() && !HII->isNewValueStore(*MJ)) in foundLSInPacket()
2483 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2494 bool HexagonInstrInfo::isNewValueStore(const MachineInstr &MI) const { in isNewValueStore() function in HexagonInstrInfo2499 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo3899 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()
272 bool isNewValueStore(MCInstrInfo const &MCII, MCInst const &MCI);
676 bool HexagonMCInstrInfo::isNewValueStore(MCInstrInfo const &MCII, in isNewValueStore() function in HexagonMCInstrInfo