Searched refs:IsPipeExp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUIGroupLP.cpp | 940 class IsPipeExp final : public InstructionRule { class in __anoncaee073c0111::MFMAExpInterleaveOpt 965 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPipeExp() function in __anoncaee073c0111::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()
|