Lines Matching refs:NeedsCache
105 bool NeedsCache = false) in InstructionRule() argument
107 if (NeedsCache) { in InstructionRule()
965 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPipeExp() argument
966 : InstructionRule(TII, SGID, NeedsCache) {} in IsPipeExp()
1006 bool NeedsCache = false) in EnablesNthMFMA() argument
1007 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {} in EnablesNthMFMA()
1053 bool NeedsCache = false) in EnablesNthMFMAInChain() argument
1054 : InstructionRule(TII, SGID, NeedsCache), Number(Number), in EnablesNthMFMAInChain()
1093 bool HasIntermediary = false, bool NeedsCache = false) in LessThanNSuccs() argument
1094 : InstructionRule(TII, SGID, NeedsCache), Size(Size), in LessThanNSuccs()
1135 bool NeedsCache = false) in GreaterThanOrEqualToNSuccs() argument
1136 : InstructionRule(TII, SGID, NeedsCache), Size(Size), in GreaterThanOrEqualToNSuccs()
1149 IsCvt(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsCvt() argument
1150 : InstructionRule(TII, SGID, NeedsCache) {} in IsCvt()
1161 IsFMA(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsFMA() argument
1162 : InstructionRule(TII, SGID, NeedsCache) {} in IsFMA()
1172 IsPipeAdd(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPipeAdd() argument
1173 : InstructionRule(TII, SGID, NeedsCache) {} in IsPipeAdd()
1209 unsigned SGID, bool NeedsCache = false) in IsSuccOfPrevNthGroup() argument
1210 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {} in IsSuccOfPrevNthGroup()
1245 unsigned SGID, bool NeedsCache = false) in IsReachableFromPrevNthGroup() argument
1246 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {} in IsReachableFromPrevNthGroup()
1261 bool NeedsCache = false) in OccursAtOrAfterNode() argument
1262 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {} in OccursAtOrAfterNode()
1305 unsigned SGID, bool NeedsCache = false) in IsExactMFMA() argument
1306 : InstructionRule(TII, SGID, NeedsCache), Number(Number), in IsExactMFMA()
1334 bool NeedsCache = false) in OccursAfterExp() argument
1335 : InstructionRule(TII, SGID, NeedsCache) {} in OccursAfterExp()
1885 bool NeedsCache = false) in EnablesInitialMFMA() argument
1886 : InstructionRule(TII, SGID, NeedsCache) {} in EnablesInitialMFMA()
1923 IsPermForDSW(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPermForDSW() argument
1924 : InstructionRule(TII, SGID, NeedsCache) {} in IsPermForDSW()
1955 bool NeedsCache = false) in IsSuccOfPrevGroup() argument
1956 : InstructionRule(TII, SGID, NeedsCache) {} in IsSuccOfPrevGroup()
1992 VMEMSize(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in VMEMSize() argument
1993 : InstructionRule(TII, SGID, NeedsCache) {} in VMEMSize()
2043 unsigned SGID, bool NeedsCache = false) in SharesPredWithPrevNthGroup() argument
2044 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {} in SharesPredWithPrevNthGroup()