Searched refs:NeedsCache (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUIGroupLP.cpp | 104 bool NeedsCache = false) in InstructionRule() argument 106 if (NeedsCache) { in InstructionRule() 942 IsPipeExp(const SIInstrInfo *TII, unsigned SGID, bool NeedsCache = false) in IsPipeExp() argument 943 : InstructionRule(TII, SGID, NeedsCache) {} in IsPipeExp() 981 bool NeedsCache = false) in EnablesNthMFMA() argument 982 : InstructionRule(TII, SGID, NeedsCache), Number(Number) {} in EnablesNthMFMA() 1028 bool NeedsCache = false) in EnablesNthMFMAInChain() argument 1029 : InstructionRule(TII, SGID, NeedsCache), Number(Number), in EnablesNthMFMAInChain() 1067 bool HasIntermediary = false, bool NeedsCache = false) in LessThanNSuccs() argument 1068 : InstructionRule(TII, SGID, NeedsCache), Size(Size), in LessThanNSuccs() [all …]
|