Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp52 class AMDGPUPrintfRuntimeBindingImpl { class
54 AMDGPUPrintfRuntimeBindingImpl( in AMDGPUPrintfRuntimeBindingImpl() function in __anonee76d2e40111::AMDGPUPrintfRuntimeBindingImpl
101 void AMDGPUPrintfRuntimeBindingImpl::getConversionSpecifiers( in getConversionSpecifiers()
133 bool AMDGPUPrintfRuntimeBindingImpl::shouldPrintAsStr(char Specifier, in shouldPrintAsStr()
147 bool AMDGPUPrintfRuntimeBindingImpl::lowerPrintfForGpu(Module &M) { in lowerPrintfForGpu()
552 bool AMDGPUPrintfRuntimeBindingImpl::run(Module &M) { in run()
593 return AMDGPUPrintfRuntimeBindingImpl(GetDT, GetTLI).run(M); in runOnModule()
606 bool Changed = AMDGPUPrintfRuntimeBindingImpl(GetDT, GetTLI).run(M); in run()