Home
last modified time | relevance | path

Searched refs:DefaultMemoryClusterDWordsLimit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h292 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit;
341 DefaultMemoryClusterDWordsLimit);
517 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit;
H A DSIMachineFunctionInfo.cpp172 "amdgpu-max-memory-cluster-dwords", DefaultMemoryClusterDWordsLimit); in SIMachineFunctionInfo()
H A DSIInstrInfo.h39 constexpr unsigned DefaultMemoryClusterDWordsLimit = 8; variable
H A DSIInstrInfo.cpp567 unsigned MaxMemoryClusterDWords = DefaultMemoryClusterDWordsLimit; in shouldClusterMemOps()