Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h407 bool isVecAcc(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2859 bool HexagonInstrInfo::isVecAcc(const MachineInstr &MI) const { in isVecAcc() function in HexagonInstrInfo
2873 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI)) in isVecUsableNextPacket()