Searched refs:isNewValueStore (Results 1 – 2 of 2) sorted by relevance
326 bool isNewValueStore(const MachineInstr* MI) const;327 bool isNewValueStore(unsigned Opcode) const;
1745 (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 HexagonInstrInfo2362 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo3626 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()