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.cpp666 if (ML && TII->isThroughputPattern(P)) { in combineInstructions()
H A DTargetInstrInfo.cpp944 bool TargetInstrInfo::isThroughputPattern(unsigned Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h433 bool isThroughputPattern(unsigned Pattern) const override;
H A DAArch64InstrInfo.cpp6449 bool AArch64InstrInfo::isThroughputPattern(unsigned Pattern) const { in isThroughputPattern() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1239 virtual bool isThroughputPattern(unsigned Pattern) const;