/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModelUnderTrainingRunner.cpp | 41 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 D | InteractiveModelRunner.cpp | 34 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 D | ReplayInlineAdvisor.cpp | 37 Context.emitError("Could not open remarks file: " + EC.message()); in ReplayInlineAdvisor() 66 Context.emitError("Invalid remark format: " + Line); in ReplayInlineAdvisor()
|
H A D | TensorSpec.cpp | 76 Ctx.emitError("Unable to parse JSON Value as spec (" + Message + "): " + S); in getTensorSpecFromJSON()
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 224 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 D | LTOModule.cpp | 116 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 D | APINotesYAMLCompiler.cpp | 658 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 D | LLVMContext.h | 304 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 D | LinkModules.cpp | 60 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 D | MLRegallocPriorityAdvisor.cpp |
|
H A D | MLRegAllocPriorityAdvisor.cpp | 208 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 D | RegAllocBase.cpp | 130 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 D | RegAllocPriorityAdvisor.cpp | 64 M.getContext().emitError("Requested regalloc priority advisor analysis " in doInitialization()
|
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 487 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 D | XRayInstrumentation.cpp | 214 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
|
H A D | RegAllocEvictionAdvisor.cpp | 86 M.getContext().emitError("Requested regalloc eviction advisor analysis " in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ReleaseModeModelRunner.h | 81 Ctx.emitError( 88 Ctx.emitError("A model selector was specified but the underlying model "
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 221 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 D | R600MCInstLower.cpp | 57 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
|
H A D | AMDGPUMCInstLower.cpp | 145 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 D | PGOCtxProfLowering.cpp | 143 M.getContext().emitError( in CtxInstrumentationLowerer() 346 F.getContext().emitError( in lowerFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 221 void emitError(const std::string &ErrMsg);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 110 M.getContext().emitError( in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMMCInstLower.cpp | 189 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
|