Searched refs:LocalMemoryObjects (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.h29 std::map<const GlobalValue *, unsigned> LocalMemoryObjects; member in class:llvm::AMDGPUMachineFunction
H A DAMDGPUISelLowering.cpp810 if (MFI->LocalMemoryObjects.count(GV) == 0) {
813 MFI->LocalMemoryObjects[GV] = Offset;
817 Offset = MFI->LocalMemoryObjects[GV];

Completed in 61 milliseconds