Home
last modified time | relevance | path

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

12

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp654 bool emitError(llvm::Twine Message) { in emitError() function in __anond39a57731211::YAMLConverter
680 emitError(llvm::Twine("availability message for available API '") + in convertAvailability()
703 emitError(llvm::Twine("nullability info for '") + APIName + in convertNullability()
808 emitError(llvm::Twine("duplicate definition of method '") + in convertContext()
899 emitError(llvm::Twine("multiple definitions of protocol '") + in convertTopLevelItems()
912 emitError(llvm::Twine("multiple definitions of namespace '") + in convertTopLevelItems()
967 emitError(llvm::Twine("multiple definitions of enumerator '") + in convertTopLevelItems()
993 emitError(llvm::Twine("should declare SwiftImportAs to use " in convertTopLevelItems()
999 emitError(llvm::Twine("should declare both SwiftReleaseOp and " in convertTopLevelItems()
1014 emitError( in convertTopLevelItems()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp225 emitError(ErrMsg); in writeMergedModules()
236 emitError(ErrMsg); in writeMergedModules()
259 emitError( in runAIXSystemAssembler()
286 emitError("LTO assembler exited abnormally"); in runAIXSystemAssembler()
290 emitError("Unable to invoke LTO assembler"); in runAIXSystemAssembler()
294 emitError("LTO assembler invocation returned non-zero"); in runAIXSystemAssembler()
324 emitError(EC.message()); in compileOptimizedToFile()
363 emitError(EC.message()); in compileOptimized()
403 emitError(ErrMsg); in determineTarget()
642 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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h300 void emitError(uint64_t LocCookie, const Twine &ErrorStr);
301 void emitError(const Instruction *I, const Twine &ErrorStr);
302 void emitError(const Twine &ErrorStr);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp60 bool emitError(const Twine &Message) { in emitError() function in __anon5ffdc8810111::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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp207 MF.getFunction().getContext().emitError( in logRewardIfNeeded()
225 Ctx.emitError("Regalloc development mode should be requested with at " in doInitialization()
235 Ctx.emitError("Regalloc: could not set up the model runner"); in doInitialization()
243 M.getContext().emitError(EC.message() + ":" + TrainingLog); in doInitialization()
H A DRegAllocBase.cpp132 MI->emitError("inline assembly requires more registers than available"); in allocatePhysRegs()
136 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.cpp485 MF.getFunction().getContext().emitError( in logRewardIfNeeded()
505 Ctx.emitError("Regalloc development mode should be requested with at " in doInitialization()
515 Ctx.emitError("Regalloc: could not set up the model runner"); in doInitialization()
523 M.getContext().emitError(EC.message() + ":" + TrainingLog); in doInitialization()
H A DXRayInstrumentation.cpp211 FirstMI.emitError("An attempt to perform XRay instrumentation for an" in runOnMachineFunction()
H A DRegAllocEvictionAdvisor.cpp85 M.getContext().emitError("Requested regalloc eviction advisor analysis " in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp214 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() function in LLVMContext
218 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() function in LLVMContext
279 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError() function in LLVMContext
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp57 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
H A DAMDGPUMCInstLower.cpp146 C.emitError("AMDGPUMCInstLower::lower - Pseudo instruction doesn't have " in lower()
200 C.emitError("Illegal instruction detected: " + Err); in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h219 void emitError(const std::string &ErrMsg);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp110 M.getContext().emitError( in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp189 MI.emitError("An attempt to perform XRay instrumentation for a" in EmitSled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp570 DAG.getContext()->emitError( in lowerWRITE_REGISTER()
576 DAG.getContext()->emitError( in lowerWRITE_REGISTER()
618 DAG.getContext()->emitError( in lowerRETURNADDR()
964 DAG.getContext()->emitError(Op->getOperationName(0) + in checkIntrinsicImmArg()
2082 DAG.getContext()->emitError( in ReplaceNodeResults()
2085 DAG.getContext()->emitError( in ReplaceNodeResults()
2470 DAG.getContext()->emitError(Node->getOperationName(0) + in legalizeIntrinsicImmArg()
2487 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorSplatImm()
2523 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorBitClearImm()
2541 DAG.getContext()->emitError(Node->getOperationName(0) + in lowerVectorBitSetImm()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp333 M.getContext().emitError("Failed to create symtab: " + SymtabFailure); in promoteIndirectCalls()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1635 MI.emitError("fixed input regs must be last on the x87 stack"); in handleSpecialFP()
1640 MI.emitError("output regs must be last on the x87 stack"); in handleSpecialFP()
1647 MI.emitError("clobbers must be last on the x87 stack"); in handleSpecialFP()
1652 MI.emitError("implicitly popped regs must be last on the x87 stack"); in handleSpecialFP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp317 MMI->getModule()->getContext().emitError(LocCookie, Msg.str()); in EmitInlineAsmStr()

12