Searched refs:mayBeNewStore (Results 1 – 4 of 4) sorted by relevance
329 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()533 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()700 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()729 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()763 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
362 bool mayBeNewStore(const MachineInstr* MI) const;
388 if (TII->mayBeNewStore(&MI)) { in findPotentialNewifiableTFRs()
2846 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()2958 if (mayBeNewStore(Second)) { in canExecuteInBundle()3049 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo