Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp406 if ( isCondInst(MI) || QII->mayBeNewStore(MI)) in isNewifiable()
543 if (!QII->mayBeNewStore(MI)) in CanPromoteToNewValueStore()
729 !QII->mayBeNewStore(MI)) in CanPromoteToNewValue()
756 if (QII->isDotNewInst(MI) && !QII->mayBeNewStore(MI)) in CanPromoteToDotNew()
766 !QII->mayBeNewStore(MI)) // MI is not a new-value store in CanPromoteToDotNew()
DHexagonInstrInfo.h189 bool mayBeNewStore(const MachineInstr* MI) const;
DHexagonCopyToCombine.cpp364 if(TII->mayBeNewStore(MI)) { in findPotentialNewifiableTFRs()
DHexagonInstrInfo.cpp1023 bool HexagonInstrInfo::mayBeNewStore(const MachineInstr *MI) const { in mayBeNewStore() function in HexagonInstrInfo