Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h457 unsigned getAccumulationStartOpcode(unsigned Opcode) const override;
H A DAArch64InstrInfo.cpp6932 unsigned AArch64InstrInfo::getAccumulationStartOpcode( in getAccumulationStartOpcode() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1014 getAccumulationStartOpcode(AccumulatorOpcode); in getAccumulatorChain()
1531 unsigned OpCode = getAccumulationStartOpcode(Root.getOpcode()); in genAlternativeCodeSequence()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1305 virtual unsigned getAccumulationStartOpcode(unsigned Opcode) const { in getAccumulationStartOpcode() function