Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp58 bool AMDGPUHSATargetObjectFile::isAgentAllocation(const GlobalValue *GV) const { in isAgentAllocation() function in AMDGPUHSATargetObjectFile
68 return AMDGPU::isGlobalSegment(GV) && !isAgentAllocation(GV); in isProgramAllocation()
79 if (isAgentAllocation(GV)) in SelectSectionForGlobal()
DAMDGPUTargetObjectFile.h38 bool isAgentAllocation(const GlobalValue *GV) const;