Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUReplaceLDSUseWithPointer.cpp162 auto PointerEntry = LDSToPointer.insert(std::make_pair(GV, nullptr)); in createLDSPointer() local
163 if (!PointerEntry.second) in createLDSPointer()
164 return PointerEntry.first->second; in createLDSPointer()
217 auto PointerEntry = KernelToLDSPointers.insert( in initializeLDSPointer() local
219 if (!PointerEntry.second) in initializeLDSPointer()
220 if (PointerEntry.first->second.contains(LDSPointer)) in initializeLDSPointer()