Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp106 if (!TII->mayBeNewStore(MI)) in isNewStore()
129 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); in EmitInstruction()
165 TII->mayBeNewStore(*S.getSUnit()->getInstr()) && in EmitInstruction()
H A DHexagonVLIWPacketizer.cpp370 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()
H A DHexagonInstrInfo.h429 bool mayBeNewStore(const MachineInstr &MI) const;
H A DHexagonCopyToCombine.cpp398 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
H A DHexagonInstrInfo.cpp2697 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