Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h413 bool isVecAcc(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2929 bool HexagonInstrInfo::isVecAcc(const MachineInstr &MI) const { in isVecAcc() function in HexagonInstrInfo
2943 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI)) in isVecUsableNextPacket()