Home
last modified time | relevance | path

Searched refs:DS_Error (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h50 DS_Error, enumerator
152 DiagnosticSeverity Severity = DS_Error)
160 DiagnosticSeverity Severity = DS_Error)
170 DiagnosticSeverity Severity = DS_Error);
295 DiagnosticSeverity Severity = DS_Error)
299 DiagnosticSeverity Severity = DS_Error)
303 DiagnosticSeverity Severity = DS_Error)
333 DiagnosticSeverity Severity = DS_Error)
1023 DiagnosticSeverity Severity = DS_Error)
1058 return DS_Error; in getDiagnosticSeverity()
/llvm-project-15.0.7/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp143 case DS_Error: WithColor::error(OS); break; in handleDiagnostics()
153 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp231 case DS_Error: in getDiagnosticMessagePrefix()
262 if (DI.getSeverity() == DS_Error) in diagnose()
H A DDiagnosticInfo.cpp417 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall()
434 if (getSeverity() == DiagnosticSeverity::DS_Error) in print()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp711 MaxScratchPerWorkitem, DS_Error); in getSIProgramInfo()
732 MaxAddressableNumSGPRs, DS_Error, DK_ResourceLimit); in getSIProgramInfo()
832 DS_Error, DK_ResourceLimit); in getSIProgramInfo()
850 STM.getMaxNumUserSGPRs(), DS_Error); in getSIProgramInfo()
858 STM.getLocalMemorySize(), DS_Error); in getSIProgramInfo()
H A DSIMachineFunctionInfo.cpp338 0, DS_Error); in allocateSGPRSpillToVGPR()
H A DAMDGPUInstructionSelector.cpp1839 F, "intrinsic not supported on subtarget", I.getDebugLoc(), DS_Error); in selectG_INTRINSIC_W_SIDE_EFFECTS()
3032 MI.getDebugLoc(), DS_Error); in selectAMDGPU_BUFFER_ATOMIC_FADD()
3121 MI.getDebugLoc(), DS_Error); in selectGlobalAtomicFadd()
H A DAMDGPULegalizerInfo.cpp5778 DS_Error); in legalizeIntrinsic()
H A DSIISelLowering.cpp7530 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
7809 DL.getDebugLoc(), DS_Error); in LowerINTRINSIC_W_CHAIN()
H A DSIInstrInfo.cpp545 DiagnosticInfoUnsupported IllegalCopy(MF->getFunction(), Msg, DL, DS_Error); in reportIllegalCopy()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp499 case llvm::DS_Error: \
517 case llvm::DS_Error: \
689 assert(D.getSeverity() == llvm::DS_Error || in UnsupportedDiagHandler()
709 auto DiagType = D.getSeverity() == llvm::DS_Error in UnsupportedDiagHandler()
832 Diags.Report(LocCookie, D.getSeverity() == DiagnosticSeverity::DS_Error in DontCallDiagHandler()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp625 case DS_Error: in DiagnosticHandler()
680 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
H A DThinLTOCodeGenerator.cpp171 DiagnosticSeverity Severity = DS_Error) in ThinLTODiagnosticInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp194 DS_Error, SMDiagnostic(Filename, SourceMgr::DK_Error, Message.str()))); in error()
200 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
214 Kind = DS_Error; in reportDiagnostic()
1071 DS_Error, in createMIRParser()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp61 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError()
583 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
/llvm-project-15.0.7/lld/Common/
H A DErrorHandler.cpp131 case DS_Error: in diagnosticHandler()
/llvm-project-15.0.7/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp304 case DS_Error: in handleDiagnostics()
325 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp287 case DS_Error: in handleDiagnostics()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp363 if (DI.getSeverity() == DS_Error) in run()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp247 bool IsFatal = Severity == DS_Error && in reportGISelDiagnostic()
270 reportGISelDiagnostic(DS_Error, MF, TPC, MORE, R); in reportGISelFailure()
/llvm-project-15.0.7/llvm/tools/lto/
H A Dlto.cpp75 if (DI.getSeverity() != DS_Error) { in handleDiagnostics()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp326 if (DI.getSeverity() == DS_Error) in handleDiagnostics()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp484 case DS_Error: in diagnosticHandler()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp751 case DS_Error: in diagnosticHandler()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp661 DiagnosticSeverity Severity = DS_Error) in LoweringDiagnosticInfo()