Searched refs:isAccumulationOpcode (Results 1 – 4 of 4) sorted by relevance
454 bool isAccumulationOpcode(unsigned Opcode) const override;
6886 bool AArch64InstrInfo::isAccumulationOpcode(unsigned Opcode) const { in isAccumulationOpcode() function in AArch64InstrInfo
1302 virtual bool isAccumulationOpcode(unsigned Opcode) const { return false; } in isAccumulationOpcode() function
1043 if (!isAccumulationOpcode(Opc)) in getAccumulatorReassociationPatterns()