Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h326 bool isNewValueStore(const MachineInstr* MI) const;
327 bool isNewValueStore(unsigned Opcode) const;
DHexagonInstrInfo.cpp1745 (MI->mayStore() && isPredicated(*MI) && !isNewValueStore(MI) && in isCondInst()
2342 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2356 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const { in isNewValueStore() function in HexagonInstrInfo
2362 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3626 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h389 bool isNewValueStore(const MachineInstr &MI) const;
390 bool isNewValueStore(unsigned Opcode) const;
DHexagonVLIWPacketizer.cpp1518 bool NVStoreJ = HII->isNewValueStore(J); in isLegalToPacketizeTogether()
1519 bool NVStoreI = HII->isNewValueStore(I); in isLegalToPacketizeTogether()
1678 if (MJ->mayStore() && !HII->isNewValueStore(*MJ)) in foundLSInPacket()
DHexagonInstrInfo.cpp2356 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()
2367 bool HexagonInstrInfo::isNewValueStore(const MachineInstr &MI) const { in isNewValueStore() function in HexagonInstrInfo
2372 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo
3644 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()