Lines Matching defs:NeedsCache

105                   bool NeedsCache = false)
107 if (NeedsCache) {
965 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
966 : InstructionRule(TII, SGID, NeedsCache) {}
1006 bool NeedsCache = false)
1007 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
1053 bool NeedsCache = false)
1054 : InstructionRule(TII, SGID, NeedsCache), Number(Number),
1093 bool HasIntermediary = false, bool NeedsCache = false)
1094 : InstructionRule(TII, SGID, NeedsCache), Size(Size),
1135 bool NeedsCache = false)
1136 : InstructionRule(TII, SGID, NeedsCache), Size(Size),
1149 IsCvt(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1150 : InstructionRule(TII, SGID, NeedsCache) {}
1161 IsFMA(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1162 : InstructionRule(TII, SGID, NeedsCache) {}
1172 IsPipeAdd(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1173 : InstructionRule(TII, SGID, NeedsCache) {}
1209 unsigned SGID, bool NeedsCache = false)
1210 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1245 unsigned SGID, bool NeedsCache = false)
1246 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1261 bool NeedsCache = false)
1262 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
1305 unsigned SGID, bool NeedsCache = false)
1306 : InstructionRule(TII, SGID, NeedsCache), Number(Number),
1334 bool NeedsCache = false)
1335 : InstructionRule(TII, SGID, NeedsCache) {}
1885 bool NeedsCache = false)
1886 : InstructionRule(TII, SGID, NeedsCache) {}
1923 IsPermForDSW(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1924 : InstructionRule(TII, SGID, NeedsCache) {}
1955 bool NeedsCache = false)
1956 : InstructionRule(TII, SGID, NeedsCache) {}
1992 VMEMSize(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1993 : InstructionRule(TII, SGID, NeedsCache) {}
2043 unsigned SGID, bool NeedsCache = false)
2044 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}