Searched refs:isAccumulator (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 156 bits<1> isAccumulator = 0; 157 let TSFlags{55} = isAccumulator;
|
D | HexagonDepInstrInfo.td | 26126 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 …]
|
D | HexagonInstrInfo.h | 355 bool isAccumulator(const MachineInstr &MI) const;
|
D | HexagonInstrInfo.cpp | 1951 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/ |
D | HexagonInstrInfo.h | 288 bool isAccumulator(const MachineInstr *MI) const;
|
D | HexagonInstrFormats.td | 179 bits<1> isAccumulator = 0; 180 let TSFlags{54} = isAccumulator;
|
D | HexagonInstrInfoV60.td | 1301 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
|
D | HexagonInstrInfo.cpp | 1706 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/ |
D | HexagonMCInstrInfo.h | 202 bool isAccumulator(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCInstrInfo.cpp | 483 bool HexagonMCInstrInfo::isAccumulator(MCInstrInfo const &MCII, in isAccumulator() function in HexagonMCInstrInfo
|