Searched refs:mayBeNewStore (Results 1 – 5 of 5) sorted by relevance
48 if (TII->mayBeNewStore(*MI)) { in getHazardType()126 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); in EmitInstruction()161 TII->mayBeNewStore(*S.getSUnit()->getInstr()) && in EmitInstruction()
362 return HII->mayBeNewStore(MI); in isNewifiable()646 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()815 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()846 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()878 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
429 bool mayBeNewStore(const MachineInstr &MI) const;
403 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
2580 if (mayBeNewStore(MI2)) in isToBeScheduledASAP()2802 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()2917 if (mayBeNewStore(Second)) { in canExecuteInBundle()3006 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr &MI) const { in mayBeNewStore() function in HexagonInstrInfo