Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp350 SmallVector<Value *, 1> alloc_args; in lowerPrintfForGpu() local
351 alloc_args.push_back(sumC); in lowerPrintfForGpu()
353 CallInst::Create(PrintfAllocFn, alloc_args, "printf_alloc_fn", CI); in lowerPrintfForGpu()