Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp220 StringRef DispatchPtrName in runOnModule() local
223 Function *DispatchPtr = M.getFunction(DispatchPtrName); in runOnModule()
254 StringRef DispatchPtrName = in run() local
257 Function *DispatchPtr = F.getParent()->getFunction(DispatchPtrName); in run()