Home
last modified time | relevance | path

Searched refs:isAccumulationOpcode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h454 bool isAccumulationOpcode(unsigned Opcode) const override;
H A DAArch64InstrInfo.cpp6886 bool AArch64InstrInfo::isAccumulationOpcode(unsigned Opcode) const { in isAccumulationOpcode() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1302 virtual bool isAccumulationOpcode(unsigned Opcode) const { return false; } in isAccumulationOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1043 if (!isAccumulationOpcode(Opc)) in getAccumulatorReassociationPatterns()