Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp332 unsigned LoadClusterThreshold = 16; in shouldClusterMemOps() local
338 return (NumLoads * DstRC->getSize()) <= LoadClusterThreshold; in shouldClusterMemOps()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp447 unsigned LoadClusterThreshold = 16; in shouldClusterMemOps() local
453 return (NumLoads * (RI.getRegSizeInBits(*DstRC) / 8)) <= LoadClusterThreshold; in shouldClusterMemOps()