Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp53 class AMDGPUPrintfRuntimeBindingImpl { class
55 AMDGPUPrintfRuntimeBindingImpl( in AMDGPUPrintfRuntimeBindingImpl() function in __anon3c6ac7330111::AMDGPUPrintfRuntimeBindingImpl
102 void AMDGPUPrintfRuntimeBindingImpl::getConversionSpecifiers( in getConversionSpecifiers()
134 bool AMDGPUPrintfRuntimeBindingImpl::shouldPrintAsStr(char Specifier, in shouldPrintAsStr()
148 bool AMDGPUPrintfRuntimeBindingImpl::lowerPrintfForGpu(Module &M) { in lowerPrintfForGpu()
547 bool AMDGPUPrintfRuntimeBindingImpl::run(Module &M) { in run()
579 return AMDGPUPrintfRuntimeBindingImpl(GetDT, GetTLI).run(M); in runOnModule()
592 bool Changed = AMDGPUPrintfRuntimeBindingImpl(GetDT, GetTLI).run(M); in run()