Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h285 bool isThroughputPattern(MachineCombinerPattern Pattern) const override;
H A DAArch64InstrInfo.cpp6408 bool AArch64InstrInfo::isThroughputPattern( in isThroughputPattern() function in AArch64InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp681 if (ML && TII->isThroughputPattern(P)) { in combineInstructions()
H A DTargetInstrInfo.cpp945 TargetInstrInfo::isThroughputPattern(MachineCombinerPattern Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1214 virtual bool isThroughputPattern(MachineCombinerPattern Pattern) const;