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