Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp174 auto PointerEntry = LDSToPointer.insert(std::pair(GV, nullptr)); in createLDSPointer() local
175 if (!PointerEntry.second) in createLDSPointer()
176 return PointerEntry.first->second; in createLDSPointer()
229 auto PointerEntry = KernelToLDSPointers.insert( in initializeLDSPointer() local
231 if (!PointerEntry.second) in initializeLDSPointer()
232 if (PointerEntry.first->second.contains(LDSPointer)) in initializeLDSPointer()