Home
last modified time | relevance | path

Searched refs:isNewValueStore (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h389 bool isNewValueStore(const MachineInstr &MI) const;
390 bool isNewValueStore(unsigned Opcode) const;
H A DHexagonVLIWPacketizer.cpp1109 if (HII.isNewValueStore(MI) && MJ.mayStore()) in cannotCoexistAsymm()
1517 bool NVStoreJ = HII->isNewValueStore(J); in isLegalToPacketizeTogether()
1518 bool NVStoreI = HII->isNewValueStore(I); in isLegalToPacketizeTogether()
1680 if (MJ->mayStore() && !HII->isNewValueStore(*MJ)) in foundLSInPacket()
H A DHexagonInstrInfo.cpp2366 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2377 bool HexagonInstrInfo::isNewValueStore(const MachineInstr &MI) const { in isNewValueStore() function in HexagonInstrInfo
2382 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3656 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()