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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 346 bool isAccumulator(const MachineInstr &MI) const;
HexagonInstrInfo.cpp 2034 bool HexagonInstrInfo::isAccumulator(const MachineInstr &MI) const {
2860 return isHVXVec(MI) && isAccumulator(MI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 208 bool isAccumulator(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCInstrInfo.cpp 526 bool HexagonMCInstrInfo::isAccumulator(MCInstrInfo const &MCII,

Completed in 30 milliseconds