Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h178 bool isThroughputPattern(MachineCombinerPattern Pattern) const override;
DAArch64InstrInfo.cpp3208 AArch64InstrInfo::isThroughputPattern(MachineCombinerPattern Pattern) const { in isThroughputPattern() function in AArch64InstrInfo
/external/llvm/lib/CodeGen/
DMachineCombiner.cpp415 if (ML && TII->isThroughputPattern(P)) in combineInstructions()
DTargetInstrInfo.cpp659 TargetInstrInfo::isThroughputPattern(MachineCombinerPattern Pattern) const { in isThroughputPattern() function in TargetInstrInfo
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h844 virtual bool isThroughputPattern(MachineCombinerPattern Pattern) const;