Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp51 class AMDGPUPrintfRuntimeBindingImpl { class
53 AMDGPUPrintfRuntimeBindingImpl() = default;
89 void AMDGPUPrintfRuntimeBindingImpl::getConversionSpecifiers( in getConversionSpecifiers()
145 bool AMDGPUPrintfRuntimeBindingImpl::lowerPrintfForGpu(Module &M) { in lowerPrintfForGpu()
434 bool AMDGPUPrintfRuntimeBindingImpl::run(Module &M) { in run()
459 return AMDGPUPrintfRuntimeBindingImpl().run(M); in runOnModule()
464 bool Changed = AMDGPUPrintfRuntimeBindingImpl().run(M); in run()