reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
420 bool mayBeNewStore(const MachineInstr &MI) const;
402 if (TII->mayBeNewStore(MI)) {
lib/Target/Hexagon/HexagonHazardRecognizer.cpp47 if (TII->mayBeNewStore(*MI)) { 125 assert(TII->mayBeNewStore(*MI) && "Expecting .new store"); 160 TII->mayBeNewStore(*S.getSUnit()->getInstr()) &&lib/Target/Hexagon/HexagonInstrInfo.cpp
2623 if (mayBeNewStore(MI2)) 2845 if (mayBeNewStore(ConsMI)) 2960 if (mayBeNewStore(Second)) {lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
362 return HII->mayBeNewStore(MI); 646 if (!HII->mayBeNewStore(MI)) 815 if (!HII->mayBeNewStore(MI)) 846 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) 878 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI))