Searched refs:isNewValueInst (Results 1 – 3 of 3) sorted by relevance
383 bool isNewValueInst(const MachineInstr &MI) const;
1307 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasDualStoreDependence()
2249 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()2478 bool HexagonInstrInfo::isNewValueInst(const MachineInstr &MI) const { in isNewValueInst() function in HexagonInstrInfo