Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp230 StringRef DispatchPtrName in runOnModule() local
233 Function *DispatchPtr = M.getFunction(DispatchPtrName); in runOnModule()
264 StringRef DispatchPtrName = in run() local
267 Function *DispatchPtr = F.getParent()->getFunction(DispatchPtrName); in run()