Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h62 DK_ResourceLimit, enumerator
378 DiagnosticKind Kind = DK_ResourceLimit);
389 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUAsmPrinter.cpp819 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
930 DS_Error, DK_ResourceLimit); in getSIProgramInfo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp822 case llvm::DK_ResourceLimit: in DiagnosticHandlerImpl()