Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineFunctionInfo.h442 unsigned NumSpilledVGPRs = 0;
983 return NumSpilledVGPRs;
991 NumSpilledVGPRs += num;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAMDGPUMetadata.h271 constexpr char NumSpilledVGPRs[] = "NumSpilledVGPRs"; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAMDGPUMetadata.cpp159 YIO.mapOptional(Kernel::CodeProps::Key::NumSpilledVGPRs, in mapping()