Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h381 bool isNewValueStore(const MachineInstr &MI) const;
382 bool isNewValueStore(unsigned Opcode) const;
H A DHexagonVLIWPacketizer.cpp1117 if (HII.isNewValueStore(MI) && MJ.mayStore()) in cannotCoexistAsymm()
1525 bool NVStoreJ = HII->isNewValueStore(J); in isLegalToPacketizeTogether()
1526 bool NVStoreI = HII->isNewValueStore(I); in isLegalToPacketizeTogether()
1688 if (MJ->mayStore() && !HII->isNewValueStore(*MJ)) in foundLSInPacket()
H A DHexagonInstrInfo.cpp2439 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2450 bool HexagonInstrInfo::isNewValueStore(const MachineInstr &MI) const { in isNewValueStore() function in HexagonInstrInfo
2455 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3792 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h263 bool isNewValueStore(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp661 bool HexagonMCInstrInfo::isNewValueStore(MCInstrInfo const &MCII, in isNewValueStore() function in HexagonMCInstrInfo