Searched refs:isNewValueStore (Results 1 – 2 of 2) sorted by relevance
300 bool isNewValueStore(const MachineInstr* MI) const;301 bool isNewValueStore(unsigned Opcode) const;
1494 (MI->mayStore() && isPredicated(MI) && !isNewValueStore(MI) && in isCondInst()2092 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2106 bool HexagonInstrInfo::isNewValueStore(const MachineInstr *MI) const { in isNewValueStore() function in HexagonInstrInfo2112 bool HexagonInstrInfo::isNewValueStore(unsigned Opcode) const { in isNewValueStore() function in HexagonInstrInfo3160 if (isNewValueStore(NewOp)) { // Convert into non-new-value format in getDotOldOp()