Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp470 if (EleCount == 3) { in lowerPrintfForGpu()
480 EleCount = TotalSize / 64; in lowerPrintfForGpu()
484 if (EleCount >= 8) { in lowerPrintfForGpu()
485 EleCount = TotalSize / 64; in lowerPrintfForGpu()
487 } else if (EleCount >= 3) { in lowerPrintfForGpu()
488 EleCount = 1; in lowerPrintfForGpu()
491 EleCount = 1; in lowerPrintfForGpu()
496 if (EleCount >= 3) { in lowerPrintfForGpu()
497 EleCount = TotalSize / 64; in lowerPrintfForGpu()
500 EleCount = 1; in lowerPrintfForGpu()
[all …]