Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp329 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()
533 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()
700 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()
729 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
763 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
DHexagonInstrInfo.h362 bool mayBeNewStore(const MachineInstr* MI) const;
DHexagonCopyToCombine.cpp388 if (TII->mayBeNewStore(&MI)) { in findPotentialNewifiableTFRs()
DHexagonInstrInfo.cpp2846 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()
2958 if (mayBeNewStore(Second)) { in canExecuteInBundle()
3049 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo