Lines Matching defs:Number
951 /// \p Number th MFMA of the MFMAs occuring after a TRANS instruction
954 unsigned Number = 1;
970 if (Counter == Number) {
986 EnablesNthMFMA(unsigned Number, const SIInstrInfo *TII, unsigned SGID,
988 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
992 /// Number th MFMA in the chain starting with \p ChainSeed
995 unsigned Number = 1;
1008 auto Depth = Number;
1032 EnablesNthMFMAInChain(unsigned Number, SUnit *ChainSeed,
1035 : InstructionRule(TII, SGID, NeedsCache), Number(Number),
1230 /// Whether or not the instruction occurs after the SU with NodeNUm \p Number
1233 unsigned Number = 1;
1239 return SU->NodeNum >= Number;
1241 OccursAtOrAfterNode(unsigned Number, const SIInstrInfo *TII, unsigned SGID,
1243 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
1246 /// Whether or not the SU is exactly the \p Number th MFMA in the chain
1250 unsigned Number = 1;
1261 auto Depth = Number;
1285 IsExactMFMA(unsigned Number, SUnit *ChainSeed, const SIInstrInfo *TII,
1287 : InstructionRule(TII, SGID, NeedsCache), Number(Number),