Searched refs:mayBeNewStore (Results 1 – 5 of 5) sorted by relevance
47 if (TII->mayBeNewStore(*MI)) { in getHazardType()125 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); in EmitInstruction()160 TII->mayBeNewStore(*S.getSUnit()->getInstr()) && in EmitInstruction()
371 return HII->mayBeNewStore(MI); in isNewifiable()655 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()824 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()855 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()887 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
423 bool mayBeNewStore(const MachineInstr &MI) const;
404 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
2653 if (mayBeNewStore(MI2)) in isToBeScheduledASAP()2879 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()2995 if (mayBeNewStore(Second)) { in canExecuteInBundle()3084 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr &MI) const { in mayBeNewStore() function in HexagonInstrInfo