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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
hsa-metadata-kernel-code-props.s 18 // CHECK: NumSpilledVGPRs: 1
33 NumSpilledVGPRs: 1
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 89 unsigned NumSpilledVGPRs;
324 return NumSpilledVGPRs;
332 NumSpilledVGPRs += num;
SIMachineFunctionInfo.cpp 67 NumSpilledVGPRs(0),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 149 unsigned NumSpilledVGPRs = 0;
497 return NumSpilledVGPRs;
505 NumSpilledVGPRs += num;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
AMDGPUMetadata.h 250 constexpr char NumSpilledVGPRs[] = "NumSpilledVGPRs";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
AMDGPUMetadata.cpp 153 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs,

Completed in 119 milliseconds