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.cpp1015 SUnit *ChainSeed; member in __anon5d856e630111::MFMAExpInterleaveOpt::EnablesNthMFMAInChain
1022 if (!SU || !TII->isMFMAorWMMA(*ChainSeed->getInstr())) in apply()
1026 auto TempSU = ChainSeed; in apply()
1051 EnablesNthMFMAInChain(unsigned Number, SUnit *ChainSeed, in EnablesNthMFMAInChain() argument
1055 ChainSeed(ChainSeed) {} in EnablesNthMFMAInChain()
1270 SUnit *ChainSeed; member in __anon5d856e630111::MFMAExpInterleaveOpt::IsExactMFMA
1275 if (!SU || !TII->isMFMAorWMMA(*ChainSeed->getInstr())) in apply()
1279 auto TempSU = ChainSeed; in apply()
1304 IsExactMFMA(unsigned Number, SUnit *ChainSeed, const SIInstrInfo *TII, in IsExactMFMA() argument
1307 ChainSeed(ChainSeed) {} in IsExactMFMA()