Home
last modified time | relevance | path

Searched refs:MaxMemoryClusterDWords (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp171 MaxMemoryClusterDWords = F.getFnAttributeAsParsedInteger( in SIMachineFunctionInfo()
723 MaxMemoryClusterDWords(MFI.getMaxMemoryClusterDWords()), in SIMachineFunctionInfo()
760 MaxMemoryClusterDWords = YamlMFI.MaxMemoryClusterDWords; in initializeBaseYamlFields()
H A DSIMachineFunctionInfo.h292 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit;
340 YamlIO.mapOptional("maxMemoryClusterDWords", MFI.MaxMemoryClusterDWords,
517 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit;
1173 unsigned getMaxMemoryClusterDWords() const { return MaxMemoryClusterDWords; }
H A DSIInstrInfo.cpp567 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit; in shouldClusterMemOps() local
576 MaxMemoryClusterDWords = MFI->getMaxMemoryClusterDWords(); in shouldClusterMemOps()
598 return NumDWords <= MaxMemoryClusterDWords; in shouldClusterMemOps()