Searched refs:mayBeNewStore (Results 1 – 4 of 4) sorted by relevance
326 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()527 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()694 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()723 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()757 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
334 bool mayBeNewStore(const MachineInstr* MI) const;
348 if(TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
2503 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()2515 if (mayBeNewStore(Second)) { in canExecuteInBundle()2606 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo