Home
last modified time | relevance | path

Searched refs:isVecAcc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h413 bool isVecAcc(const MachineInstr &MI) const;
HDHexagonInstrInfo.cpp2958 bool HexagonInstrInfo::isVecAcc(const MachineInstr &MI) const { in isVecAcc() function in HexagonInstrInfo
2972 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI)) in isVecUsableNextPacket()