Searched refs:isAccumulator (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 155 bits<1> isAccumulator = 0; 156 let TSFlags{56} = isAccumulator;
|
D | HexagonDepInstrInfo.td | 26220 let isAccumulator = 1; 26262 let isAccumulator = 1; 26304 let isAccumulator = 1; 29317 let isAccumulator = 1; 29328 let isAccumulator = 1; 29345 let isAccumulator = 1; 29356 let isAccumulator = 1; 29528 let isAccumulator = 1; 29539 let isAccumulator = 1; 29556 let isAccumulator = 1; [all …]
|
D | HexagonInstrInfo.h | 346 bool isAccumulator(const MachineInstr &MI) const;
|
D | HexagonInstrInfo.cpp | 2006 bool HexagonInstrInfo::isAccumulator(const MachineInstr &MI) const { in isAccumulator() function in HexagonInstrInfo 2830 return isHVXVec(MI) && isAccumulator(MI); in isVecAcc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 201 bool isAccumulator(MCInstrInfo const &MCII, MCInst const &MCI);
|
D | HexagonMCInstrInfo.cpp | 481 bool HexagonMCInstrInfo::isAccumulator(MCInstrInfo const &MCII, in isAccumulator() function in HexagonMCInstrInfo
|
/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()
|