Home
last modified time | relevance | path

Searched refs:isThroughputPattern (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp663 if (ML && TII->isThroughputPattern(P)) { in combineInstructions()
H A DTargetInstrInfo.cpp1171 bool TargetInstrInfo::isThroughputPattern(unsigned Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h439 bool isThroughputPattern(unsigned Pattern) const override;
H A DAArch64InstrInfo.cpp7245 bool AArch64InstrInfo::isThroughputPattern(unsigned Pattern) const { in isThroughputPattern() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1270 virtual bool isThroughputPattern(unsigned Pattern) const;