Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp62 DiagnosticInfoUnsupported DiagStackSize( in WarnSize() local
69 F.getContext().diagnose(DiagStackSize); in WarnSize()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp310 DiagnosticInfoStackSize DiagStackSize(F, StackSize, Threshold, DS_Warning); in runOnMachineFunction() local
311 F.getContext().diagnose(DiagStackSize); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp794 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(), ScratchSize, in getSIProgramInfo() local
796 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()