Searched refs:IsPipeExp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 940 class IsPipeExp final : public InstructionRule { class in __anon5d856e630111::MFMAExpInterleaveOpt 965 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPipeExp() function in __anon5d856e630111::MFMAExpInterleaveOpt::IsPipeExp 1667 SG->addRule(std::make_shared<IsPipeExp>(TII, SG->getSGID(), true)); in applyIGLPStrategy() 1715 SG->addRule(std::make_shared<IsPipeExp>(TII, SG->getSGID(), true)); in applyIGLPStrategy() 1725 SG->addRule(std::make_shared<IsPipeExp>(TII, SG->getSGID(), true)); in applyIGLPStrategy() 1839 SG->addRule(std::make_shared<IsPipeExp>(TII, SG->getSGID(), true)); in applyIGLPStrategy()
|