Home
last modified time | relevance | path

Searched refs:MFMAExpSimpleInterleaveOpt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1817 class MFMAExpSimpleInterleaveOpt final : public IGLPStrategy { class
1829 MFMAExpSimpleInterleaveOpt(ScheduleDAGInstrs *DAG, const SIInstrInfo *TII) in MFMAExpSimpleInterleaveOpt() function in __anon5d856e630111::MFMAExpSimpleInterleaveOpt
1835 bool MFMAExpSimpleInterleaveOpt::applyIGLPStrategy( in applyIGLPStrategy()
2322 return std::make_unique<MFMAExpSimpleInterleaveOpt>(DAG, TII); in createIGLPStrategy()