HomeSort by relevance Sort by last modified time
    Searched refs:NumSpilledSGPRs (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 17 // CHECK: NumSpilledSGPRs: 1
32 NumSpilledSGPRs: 1
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 88 unsigned NumSpilledSGPRs;
320 return NumSpilledSGPRs;
328 NumSpilledSGPRs += num;
SIMachineFunctionInfo.cpp 66 NumSpilledSGPRs(0),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 148 unsigned NumSpilledSGPRs = 0;
493 return NumSpilledSGPRs;
501 NumSpilledSGPRs += num;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
AMDGPUMetadata.h 248 constexpr char NumSpilledSGPRs[] = "NumSpilledSGPRs";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
AMDGPUMetadata.cpp 151 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledSGPRs,

Completed in 930 milliseconds