Searched refs:NeedsCache (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 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() 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 [all …]
|