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
150 for (auto *CI : Printfs) { in lowerPrintfForGpu()
420 for (auto *CI : Printfs) in lowerPrintfForGpu()
423 Printfs.clear(); in lowerPrintfForGpu()
440 Printfs.push_back(CI); in run()
444 if (Printfs.empty()) in run()