Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp41 Ctx.emitError("Error opening output specs file: " + FileName + " : " + in loadOutputSpecs()
47 Ctx.emitError("Could not parse specs file: " + FileName); in loadOutputSpecs()
52 Ctx.emitError("Expected an array of {tensor_spec:<TensorSpec>, " in loadOutputSpecs()
65 Ctx.emitError( in loadOutputSpecs()
75 Ctx.emitError( in loadOutputSpecs()
84 Ctx.emitError("The first output spec must describe the decision tensor, " in loadOutputSpecs()
103 Ctx.emitError("Failed to create saved model evaluator"); in ModelUnderTrainingRunner()
116 Ctx.emitError("Error evaluating model."); in evaluateUntyped()
150 Ctx.emitError("Could not load or create model evaluator."); in createAndEnsureValid()
153 Ctx.emitError("Could not load the policy model from the provided path"); in createAndEnsureValid()
H A DInteractiveModelRunner.cpp34 Ctx.emitError("Cannot open inbound file: " + InEC.message()); in InteractiveModelRunner()
40 Ctx.emitError("Cannot open outbound file: " + OutEC.message()); in InteractiveModelRunner()
73 Ctx.emitError("Failed reading from inbound file"); in evaluateUntyped()
H A DReplayInlineAdvisor.cpp37 Context.emitError("Could not open remarks file: " + EC.message()); in ReplayInlineAdvisor()
66 Context.emitError("Invalid remark format: " + Line); in ReplayInlineAdvisor()
H A DTensorSpec.cpp76 Ctx.emitError("Unable to parse JSON Value as spec (" + Message + "): " + S); in getTensorSpecFromJSON()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp224 emitError(ErrMsg); in writeMergedModules()
235 emitError(ErrMsg); in writeMergedModules()
258 emitError( in runAIXSystemAssembler()
285 emitError("LTO assembler exited abnormally"); in runAIXSystemAssembler()
289 emitError("Unable to invoke LTO assembler"); in runAIXSystemAssembler()
293 emitError("LTO assembler invocation returned non-zero"); in runAIXSystemAssembler()
323 emitError(EC.message()); in compileOptimizedToFile()
362 emitError(EC.message()); in compileOptimized()
402 emitError(ErrMsg); in determineTarget()
634 emitError("LTO middle-end optimizations failed"); in optimize()
[all …]
H A DLTOModule.cpp116 Context.emitError(EC.message()); in createFromFile()
138 Context.emitError(EC.message()); in createFromOpenFileSlice()
178 Context.emitError(EC.message()); in parseBitcodeFileImpl()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp658 bool emitError(llvm::Twine Message) { in emitError() function in __anon10d1463d1211::YAMLConverter
684 emitError(llvm::Twine("availability message for available API '") + in convertAvailability()
707 emitError(llvm::Twine("nullability info for '") + APIName + in convertNullability()
758 emitError("selector '" + M.Selector + "' is missing a ':' at the end"); in convertMethod()
771 emitError("'FactoryAsInit' is no longer valid; use 'SwiftName' instead"); in convertMethod()
812 emitError(llvm::Twine("duplicate definition of method '") + in convertContext()
829 emitError(llvm::Twine("duplicate definition of instance property '") + in convertContext()
836 emitError(llvm::Twine("duplicate definition of class property '") + in convertContext()
899 emitError(llvm::Twine("should declare SwiftImportAs to use " in convertTagContext()
905 emitError(llvm::Twine("should declare both SwiftReleaseOp and " in convertTagContext()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h304 void emitError(uint64_t LocCookie, const Twine &ErrorStr);
305 void emitError(const Instruction *I, const Twine &ErrorStr);
306 void emitError(const Twine &ErrorStr);
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anon6b58b84b0111::ModuleLinker
138 return emitError("Linking COMDATs named '" + ComdatName + in getComdatLeader()
144 return emitError( in getComdatLeader()
172 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
199 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
206 return emitError("Linking COMDATs named '" + ComdatName + in computeResultingSelectionKind()
324 return emitError("Linking globals named '" + Src.getName() + in shouldLinkFromSource()
572 emitError("linking '" + GV->getName() + in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp
H A DMLRegAllocPriorityAdvisor.cpp208 MF.getFunction().getContext().emitError( in logRewardIfNeeded()
226 Ctx.emitError("Regalloc development mode should be requested with at " in doInitialization()
236 Ctx.emitError("Regalloc: could not set up the model runner"); in doInitialization()
244 M.getContext().emitError(EC.message() + ":" + TrainingLog); in doInitialization()
H A DRegAllocBase.cpp130 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
134 Context.emitError("ran out of registers during register allocation"); in allocatePhysRegs()
H A DRegAllocPriorityAdvisor.cpp64 M.getContext().emitError("Requested regalloc priority advisor analysis " in doInitialization()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp487 MF.getFunction().getContext().emitError( in logRewardIfNeeded()
507 Ctx.emitError("Regalloc development mode should be requested with at " in doInitialization()
517 Ctx.emitError("Regalloc: could not set up the model runner"); in doInitialization()
525 M.getContext().emitError(EC.message() + ":" + TrainingLog); in doInitialization()
H A DXRayInstrumentation.cpp214 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
H A DRegAllocEvictionAdvisor.cpp86 M.getContext().emitError("Requested regalloc eviction advisor analysis " in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReleaseModeModelRunner.h81 Ctx.emitError(
88 Ctx.emitError("A model selector was specified but the underlying model "
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp221 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
225 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
286 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp57 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
H A DAMDGPUMCInstLower.cpp145 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower()
199 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp143 M.getContext().emitError( in CtxInstrumentationLowerer()
346 F.getContext().emitError( in lowerFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h221 void emitError(const std::string &ErrMsg);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp110 M.getContext().emitError( in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp189 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()

123