Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp292 SmallVector<Value *, 1> alloc_args; in lowerPrintfForGpu() local
293 alloc_args.push_back(sumC); in lowerPrintfForGpu()
294 CallInst *pcall = CallInst::Create(PrintfAllocFn, alloc_args, in lowerPrintfForGpu()