Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp990 SUnit *ChainSeed; member in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMAInChain
997 if (!SU || !TII->isMFMAorWMMA(*ChainSeed->getInstr())) in apply()
1001 auto *TempSU = ChainSeed; in apply()
1026 EnablesNthMFMAInChain(unsigned Number, SUnit *ChainSeed, in EnablesNthMFMAInChain() argument
1030 ChainSeed(ChainSeed) {} in EnablesNthMFMAInChain()
1243 SUnit *ChainSeed; member in __anon5d856e630111::MFMAExpInterleaveOpt::IsExactMFMA
1248 if (!SU || !TII->isMFMAorWMMA(*ChainSeed->getInstr())) in apply()
1252 auto *TempSU = ChainSeed; in apply()
1277 IsExactMFMA(unsigned Number, SUnit *ChainSeed, const SIInstrInfo *TII, in IsExactMFMA() argument
1280 ChainSeed(ChainSeed) {} in IsExactMFMA()