Searched refs:EnablesNthMFMA (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 948 class EnablesNthMFMA final : public InstructionRule { class in __anon5d856e630111::MFMAExpInterleaveOpt 980 EnablesNthMFMA(unsigned Number, const SIInstrInfo *TII, unsigned SGID, in EnablesNthMFMA() function in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMA 1596 std::make_shared<EnablesNthMFMA>(1, TII, SG->getSGID(), true)); in applyIGLPStrategy() 1608 SG->addRule(std::make_shared<EnablesNthMFMA>(MFMAEnablement + 1, TII, in applyIGLPStrategy() 1629 SG->addRule(std::make_shared<EnablesNthMFMA>(1, TII, SG->getSGID(), true)); in applyIGLPStrategy() 1662 SG->addRule(std::make_shared<EnablesNthMFMA>(2 * MFMAEnablement + 1, in applyIGLPStrategy() 1676 SG->addRule(std::make_shared<EnablesNthMFMA>(MFMAEnablement + 1, TII, in applyIGLPStrategy() 1784 SG->addRule(std::make_shared<EnablesNthMFMA>( in applyIGLPStrategy() 1799 SG->addRule(std::make_shared<EnablesNthMFMA>( in applyIGLPStrategy()
|