Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp369 return HII->mayBeNewStore(MI); in isNewifiable()
653 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()
822 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()
853 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
885 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
H A DHexagonInstrInfo.h428 bool mayBeNewStore(const MachineInstr &MI) const;
H A DHexagonCopyToCombine.cpp397 if (TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
H A DHexagonInstrInfo.cpp2693 if (mayBeNewStore(MI2)) in isToBeScheduledASAP()
2946 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()
3062 if (mayBeNewStore(Second)) { in canExecuteInBundle()
3151 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr &MI) const { in mayBeNewStore() function in HexagonInstrInfo