Home
last modified time | relevance | path

Searched refs:isNewValueInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h384 bool isNewValueInst(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1308 if (HII->isNewValueInst(J) || HII->isMemOp(J) || HII->isMemOp(I)) in hasDualStoreDependence()
H A DHexagonInstrInfo.cpp2253 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()
2482 bool HexagonInstrInfo::isNewValueInst(const MachineInstr &MI) const { in isNewValueInst() function in HexagonInstrInfo