Searched refs:isNewValueStore (Results 1 – 3 of 3) sorted by relevance
389 bool isNewValueStore(const MachineInstr &MI) const;390 bool isNewValueStore(unsigned Opcode) const;
1109 if (HII.isNewValueStore(MI) && MJ.mayStore()) in cannotCoexistAsymm()1517 bool NVStoreJ = HII->isNewValueStore(J); in isLegalToPacketizeTogether()1518 bool NVStoreI = HII->isNewValueStore(I); in isLegalToPacketizeTogether()1680 if (MJ->mayStore() && !HII->isNewValueStore(*MJ)) in foundLSInPacket()
2366 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2377 bool HexagonInstrInfo::isNewValueStore(const MachineInstr &MI) const { in isNewValueStore() function in HexagonInstrInfo2382 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo3656 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()