Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp459 int NumInts = NSizeStr / 4; in lowerPrintfForGpu() local
461 while (NumInts) { in lowerPrintfForGpu()
464 NumInts--; in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h366 unsigned NumInts, unsigned NumUndefs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp688 unsigned NumInts, unsigned NumUndefs) { in createSequentialMask() argument
690 for (unsigned i = 0; i < NumInts; i++) in createSequentialMask()