Searched refs:isNewValueInst (Results 1 – 3 of 3) sorted by relevance
323 bool isNewValueInst(const MachineInstr* MI) const;
1118 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasV4SpecificDependence()
2017 if (isNewValueInst(MI) || (isPredicated(*MI) && isPredicatedNew(*MI))) in isDotNewInst()2341 bool HexagonInstrInfo::isNewValueInst(const MachineInstr *MI) const { in isNewValueInst() function in HexagonInstrInfo