Searched refs:mayBeNewStore (Results 1 – 5 of 5) sorted by relevance
106 if (!TII->mayBeNewStore(MI)) in isNewStore()129 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); in EmitInstruction()165 TII->mayBeNewStore(*S.getSUnit()->getInstr()) && in EmitInstruction()
370 return HII->mayBeNewStore(MI); in isNewifiable()654 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()823 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()854 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()886 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
429 bool mayBeNewStore(const MachineInstr &MI) const;
398 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
2697 if (mayBeNewStore(MI2)) in isToBeScheduledASAP()2978 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()3094 if (mayBeNewStore(Second)) { in canExecuteInBundle()3183 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr &MI) const { in mayBeNewStore() function in HexagonInstrInfo