Lines Matching defs:NeedsCache
104 bool NeedsCache = false)
106 if (NeedsCache) {
946 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
947 : InstructionRule(TII, SGID, NeedsCache) {}
987 bool NeedsCache = false)
988 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
1034 bool NeedsCache = false)
1035 : InstructionRule(TII, SGID, NeedsCache), Number(Number),
1074 bool HasIntermediary = false, bool NeedsCache = false)
1075 : InstructionRule(TII, SGID, NeedsCache), Size(Size),
1116 bool NeedsCache = false)
1117 : InstructionRule(TII, SGID, NeedsCache), Size(Size),
1130 IsCvt(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1131 : InstructionRule(TII, SGID, NeedsCache) {}
1142 IsFMA(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1143 : InstructionRule(TII, SGID, NeedsCache) {}
1153 IsPipeAdd(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1154 : InstructionRule(TII, SGID, NeedsCache) {}
1190 unsigned SGID, bool NeedsCache = false)
1191 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1226 unsigned SGID, bool NeedsCache = false)
1227 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}
1242 bool NeedsCache = false)
1243 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {}
1286 unsigned SGID, bool NeedsCache = false)
1287 : InstructionRule(TII, SGID, NeedsCache), Number(Number),
1315 bool NeedsCache = false)
1316 : InstructionRule(TII, SGID, NeedsCache) {}
1904 bool NeedsCache = false)
1905 : InstructionRule(TII, SGID, NeedsCache) {}
1942 IsPermForDSW(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
1943 : InstructionRule(TII, SGID, NeedsCache) {}
1970 bool NeedsCache = false)
1971 : InstructionRule(TII, SGID, NeedsCache) {}
2007 VMEMSize(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false)
2008 : InstructionRule(TII, SGID, NeedsCache) {}
2058 unsigned SGID, bool NeedsCache = false)
2059 : InstructionRule(TII, SGID, NeedsCache), Distance(Distance) {}