Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp597 const unsigned NumDWords = ((LoadSize + 3) / 4) * ClusterSize; in shouldClusterMemOps() local
598 return NumDWords <= MaxMemoryClusterDWords; in shouldClusterMemOps()