Searched refs:EnablesNthMFMA (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUIGroupLP.cpp | 971 class EnablesNthMFMA final : public InstructionRule { class in __anoncaee073c0111::MFMAExpInterleaveOpt 1005 EnablesNthMFMA(unsigned Number, const SIInstrInfo *TII, unsigned SGID, in EnablesNthMFMA() function in __anoncaee073c0111::MFMAExpInterleaveOpt::EnablesNthMFMA 1633 std::make_shared<EnablesNthMFMA>(1, TII, SG->getSGID(), true)); in applyIGLPStrategy() 1645 SG->addRule(std::make_shared<EnablesNthMFMA>(MFMAEnablement + 1, TII, in applyIGLPStrategy() 1666 SG->addRule(std::make_shared<EnablesNthMFMA>(1, TII, SG->getSGID(), true)); in applyIGLPStrategy() 1699 SG->addRule(std::make_shared<EnablesNthMFMA>(2 * MFMAEnablement + 1, in applyIGLPStrategy() 1713 SG->addRule(std::make_shared<EnablesNthMFMA>(MFMAEnablement + 1, TII, in applyIGLPStrategy() 1821 SG->addRule(std::make_shared<EnablesNthMFMA>( in applyIGLPStrategy() 1836 SG->addRule(std::make_shared<EnablesNthMFMA>( in applyIGLPStrategy()
|