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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp106 if (!TII->mayBeNewStore(MI))
129 assert(TII->mayBeNewStore(*MI) && "Expecting .new store");
165 TII->mayBeNewStore(*S.getSUnit()->getInstr()) &&
H A DHexagonVLIWPacketizer.cpp369 return HII->mayBeNewStore(MI);
653 if (!HII->mayBeNewStore(MI))
822 if (!HII->mayBeNewStore(MI))
853 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI))
885 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI))
H A DHexagonInstrInfo.h429 bool mayBeNewStore(const MachineInstr &MI) const;
H A DHexagonCopyToCombine.cpp397 if (TII->mayBeNewStore(MI)) {
H A DHexagonInstrInfo.cpp2696 if (mayBeNewStore(MI2))
2949 if (mayBeNewStore(ConsMI))
3065 if (mayBeNewStore(Second)) {
3154 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr &MI) const { function in class:HexagonInstrInfo

Completed in 149 milliseconds