HomeSort by: relevance | last modified time | path
    Searched refs:isVecAcc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 407 bool isVecAcc(const MachineInstr &MI) const;
HexagonInstrInfo.cpp 2859 bool HexagonInstrInfo::isVecAcc(const MachineInstr &MI) const {
2873 if (EnableACCForwarding && isVecAcc(ProdMI) && isVecAcc(ConsMI))

Completed in 22 milliseconds