Searched refs:isAccumulator (Results 1 – 4 of 4) sorted by relevance
288 bool isAccumulator(const MachineInstr *MI) const;
179 bits<1> isAccumulator = 0;180 let TSFlags{54} = isAccumulator;
1301 let isAccumulator = 1, hasNewValue = 1 in1781 let isAccumulator = 1, hasNewValue = 1, Itinerary = CVI_VX_DV_LONG,2025 let isAccumulator = 1, hasNewValue = 1, hasSideEffects = 0 in2035 let isAccumulator = 1 in2234 let Itinerary = CVI_VP_VS_LONG, Type = TypeCVI_VP_VS, isAccumulator = 1 in
1706 bool HexagonInstrInfo::isAccumulator(const MachineInstr *MI) const { in isAccumulator() function in HexagonInstrInfo2823 return MI && isV60VectorInstruction(MI) && isAccumulator(MI); in isVecAcc()