Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp48 DiagnosticInfoUnsupported DiagStackSize(F, in WarnSize() local
52 F.getContext().diagnose(DiagStackSize); in WarnSize()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp709 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(), in getSIProgramInfo() local
712 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp290 DiagnosticInfoStackSize DiagStackSize(F, StackSize, Threshold, DS_Warning); in runOnMachineFunction() local
291 F.getContext().diagnose(DiagStackSize); in runOnMachineFunction()