Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp460 unsigned LoadClusterThreshold = 16; in shouldClusterMemOps() local
466 return (NumLoads * (RI.getRegSizeInBits(*DstRC) / 8)) <= LoadClusterThreshold; in shouldClusterMemOps()