Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp63 SmallVector<CallInst *, 32> Printfs; member in __anon02acc0030211::AMDGPUPrintfRuntimeBindingImpl
157 for (auto *CI : Printfs) { in lowerPrintfForGpu()
427 for (auto *CI : Printfs) in lowerPrintfForGpu()
430 Printfs.clear(); in lowerPrintfForGpu()
446 Printfs.push_back(CI); in run()
450 if (Printfs.empty()) in run()