Home
last modified time | relevance | path

Searched refs:NumSpilledVGPRs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h439 unsigned NumSpilledVGPRs = 0;
966 return NumSpilledVGPRs;
974 NumSpilledVGPRs += num;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h264 constexpr char NumSpilledVGPRs[] = "NumSpilledVGPRs"; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp159 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()