Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h256 bool isThroughputPattern(MachineCombinerPattern Pattern) const override;
H A DAArch64InstrInfo.cpp5259 bool AArch64InstrInfo::isThroughputPattern( in isThroughputPattern() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp666 if (ML && TII->isThroughputPattern(P)) in combineInstructions()
H A DTargetInstrInfo.cpp799 TargetInstrInfo::isThroughputPattern(MachineCombinerPattern Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1150 virtual bool isThroughputPattern(MachineCombinerPattern Pattern) const;