Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h256 bool isThroughputPattern(MachineCombinerPattern Pattern) const override;
DAArch64InstrInfo.cpp5395 bool AArch64InstrInfo::isThroughputPattern( in isThroughputPattern() function in AArch64InstrInfo
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineCombiner.cpp675 if (ML && TII->isThroughputPattern(P)) { in combineInstructions()
DTargetInstrInfo.cpp810 TargetInstrInfo::isThroughputPattern(MachineCombinerPattern Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1176 virtual bool isThroughputPattern(MachineCombinerPattern Pattern) const;