Searched refs:mayBeNewStore (Results 1 – 4 of 4) sorted by relevance
406 if ( isCondInst(MI) || QII->mayBeNewStore(MI)) in isNewifiable()543 if (!QII->mayBeNewStore(MI)) in CanPromoteToNewValueStore()729 !QII->mayBeNewStore(MI)) in CanPromoteToNewValue()756 if (QII->isDotNewInst(MI) && !QII->mayBeNewStore(MI)) in CanPromoteToDotNew()766 !QII->mayBeNewStore(MI)) // MI is not a new-value store in CanPromoteToDotNew()
189 bool mayBeNewStore(const MachineInstr* MI) const;
364 if(TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
1023 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo