Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp326 return HII->isCondInst(MI) || MI->isReturn() || HII->mayBeNewStore(MI); in isNewifiable()
527 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValueStore()
694 if (!HII->mayBeNewStore(MI)) in canPromoteToNewValue()
723 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
757 if (RC != &Hexagon::PredRegsRegClass && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
DHexagonInstrInfo.h334 bool mayBeNewStore(const MachineInstr* MI) const;
DHexagonCopyToCombine.cpp348 if(TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
DHexagonInstrInfo.cpp2503 if (mayBeNewStore(ConsMI)) in isVecUsableNextPacket()
2515 if (mayBeNewStore(Second)) { in canExecuteInBundle()
2606 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo