Home
last modified time | relevance | path

Searched refs:mayBeNewStore (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp48 if (TII->mayBeNewStore(*MI)) { in getHazardType()
126 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); in EmitInstruction()
161 TII->mayBeNewStore(*S.getSUnit()->getInstr()) && in EmitInstruction()
H A DHexagonVLIWPacketizer.cpp362 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()
H A DHexagonInstrInfo.h429 bool mayBeNewStore(const MachineInstr &MI) const;
H A DHexagonCopyToCombine.cpp403 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
H A DHexagonInstrInfo.cpp2580 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