Lines Matching refs:NeedsCache
105 bool NeedsCache = false) in InstructionRule() argument
107 if (NeedsCache) { in InstructionRule()
938 bool NeedsCache = false) in EnablesInitialMFMA() argument
939 : InstructionRule(TII, SGID, NeedsCache) {} in EnablesInitialMFMA()
976 IsPermForDSW(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPermForDSW() argument
977 : InstructionRule(TII, SGID, NeedsCache) {} in IsPermForDSW()
1008 bool NeedsCache = false) in IsSuccOfPrevGroup() argument
1009 : InstructionRule(TII, SGID, NeedsCache) {} in IsSuccOfPrevGroup()
1045 VMEMSize(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in VMEMSize() argument
1046 : InstructionRule(TII, SGID, NeedsCache) {} in VMEMSize()
1096 unsigned SGID, bool NeedsCache = false) in SharesPredWithPrevNthGroup() argument
1097 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {} in SharesPredWithPrevNthGroup()