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