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