Home
last modified time | relevance | path

Searched refs:isAccumulator (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td26692 let isAccumulator = 1;
26738 let isAccumulator = 1;
26784 let isAccumulator = 1;
27401 let isAccumulator = 1;
27442 let isAccumulator = 1;
27482 let isAccumulator = 1;
30392 let isAccumulator = 1;
30406 let isAccumulator = 1;
30424 let isAccumulator = 1;
30438 let isAccumulator
[all...]
H A DHexagonInstrFormats.td154 bits<1> isAccumulator = 0;
155 let TSFlags{54} = isAccumulator;
H A DHexagonInstrInfo.h356 bool isAccumulator(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2122 bool HexagonInstrInfo::isAccumulator(const MachineInstr &MI) const { in isAccumulator() function in HexagonInstrInfo
2959 return isHVXVec(MI) && isAccumulator(MI); in isVecAcc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h217 bool isAccumulator(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp819 HexagonMCInstrInfo::isAccumulator(MCII, I) && I.getOperand(0).isReg(); in checkHVXAccum()
H A DHexagonMCInstrInfo.cpp533 bool HexagonMCInstrInfo::isAccumulator(MCInstrInfo const &MCII, in isAccumulator() function in HexagonMCInstrInfo