HomeSort by relevance Sort by last modified time
    Searched refs:isGlobalSegment (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 61 (AMDGPU::isGlobalSegment(GV) && GV->hasSection() &&
68 return AMDGPU::isGlobalSegment(GV) && !isAgentAllocation(GV);
78 if (AMDGPU::isGlobalSegment(GV)) {
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 44 bool isGlobalSegment(const GlobalValue *GV);
AMDGPUBaseInfo.cpp 101 bool isGlobalSegment(const GlobalValue *GV) {

Completed in 668 milliseconds