Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp526 DenseMap<Function *, Value *> tableKernelIndexCache; in replaceUsesInInstructionsWithTableLookup() local
528 if (tableKernelIndexCache.count(F) == 0) { in replaceUsesInInstructionsWithTableLookup()
539 tableKernelIndexCache[F] = Builder.CreateCall(FTy, Decl, {}); in replaceUsesInInstructionsWithTableLookup()
542 return tableKernelIndexCache[F]; in replaceUsesInInstructionsWithTableLookup()