Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h395 unsigned NumSpilledVGPRs = 0;
813 return NumSpilledVGPRs;
821 NumSpilledVGPRs += num;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h265 constexpr char NumSpilledVGPRs[] = "NumSpilledVGPRs"; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp158 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()