Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td156 bits<1> isAccumulator = 0;
157 let TSFlags{55} = isAccumulator;
DHexagonDepInstrInfo.td26126 let isAccumulator = 1;
26168 let isAccumulator = 1;
26210 let isAccumulator = 1;
29223 let isAccumulator = 1;
29234 let isAccumulator = 1;
29251 let isAccumulator = 1;
29262 let isAccumulator = 1;
29408 let isAccumulator = 1;
29419 let isAccumulator = 1;
29436 let isAccumulator = 1;
[all …]
DHexagonInstrInfo.h355 bool isAccumulator(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp1951 bool HexagonInstrInfo::isAccumulator(const MachineInstr &MI) const { in isAccumulator() function in HexagonInstrInfo
2773 return isHVXVec(MI) && isAccumulator(MI); in isVecAcc()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h288 bool isAccumulator(const MachineInstr *MI) const;
DHexagonInstrFormats.td179 bits<1> isAccumulator = 0;
180 let TSFlags{54} = isAccumulator;
DHexagonInstrInfoV60.td1301 let isAccumulator = 1, hasNewValue = 1 in
1781 let isAccumulator = 1, hasNewValue = 1, Itinerary = CVI_VX_DV_LONG,
2025 let isAccumulator = 1, hasNewValue = 1, hasSideEffects = 0 in
2035 let isAccumulator = 1 in
2234 let Itinerary = CVI_VP_VS_LONG, Type = TypeCVI_VP_VS, isAccumulator = 1 in
DHexagonInstrInfo.cpp1706 bool HexagonInstrInfo::isAccumulator(const MachineInstr *MI) const { in isAccumulator() function in HexagonInstrInfo
2823 return MI && isV60VectorInstruction(MI) && isAccumulator(MI); in isVecAcc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h202 bool isAccumulator(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp483 bool HexagonMCInstrInfo::isAccumulator(MCInstrInfo const &MCII, in isAccumulator() function in HexagonMCInstrInfo