Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp97 report_fatal_error("Code generation for MIPS-I is not implemented", false); in MipsSubtarget()
99 report_fatal_error("Code generation for MIPS-V is not implemented", false); in MipsSubtarget()
107 report_fatal_error("MSA requires a 64-bit FPU register file (FR=1 mode). " in MipsSubtarget()
112 report_fatal_error( in MipsSubtarget()
117 report_fatal_error("-mattr=+nooddspreg requires the O32 ABI.", false); in MipsSubtarget()
120 report_fatal_error("FPXX is not permitted for the N32/N64 ABI's.", false); in MipsSubtarget()
123 report_fatal_error("microMIPS64R6 is not supported", false); in MipsSubtarget()
126 report_fatal_error("microMIPS64 is not supported.", false); in MipsSubtarget()
130 report_fatal_error( in MipsSubtarget()
133 report_fatal_error( in MipsSubtarget()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp202 report_fatal_error("Trailing separator in datalayout string"); in split()
204 report_fatal_error("Expected token before separator in datalayout string"); in split()
213 report_fatal_error("not a number, or does not fit in an unsigned int"); in getInt()
220 report_fatal_error("number of bits must be a byte width multiple"); in inBytes()
227 report_fatal_error("Invalid address space, must be a 24-bit integer"); in getAddrSpace()
251 report_fatal_error("Address space 0 can never be non-integral"); in parseSpecifier()
276 report_fatal_error("Invalid address space, must be a 24bit integer"); in parseSpecifier()
280 report_fatal_error( in parseSpecifier()
285 report_fatal_error("Invalid pointer size of 0 bytes"); in parseSpecifier()
289 report_fatal_error( in parseSpecifier()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
63 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
67 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
71 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp152 report_fatal_error("Inline asm not supported by this streamer because" in EmitInlineAsm()
168 report_fatal_error("Error parsing inline asm\n"); in EmitInlineAsm()
224 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitMSInlineAsmStr()
239 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
244 report_fatal_error("Invalid $ operand number in inline asm string: '" + in EmitMSInlineAsmStr()
255 report_fatal_error("Bad ${:} expression in inline asm string: '" + in EmitMSInlineAsmStr()
263 report_fatal_error("Bad ${} expression in inline asm string: '" + in EmitMSInlineAsmStr()
354 report_fatal_error("Nested variants found in inline asm string: '" + in EmitGCCInlineAsmStr()
389 report_fatal_error("Unterminated ${:foo} operand in inline asm" in EmitGCCInlineAsmStr()
404 report_fatal_error("Bad $ operand number in inline asm string: '" + in EmitGCCInlineAsmStr()
[all …]
DOcamlGCPrinter.cpp129 report_fatal_error(" Too much descriptor for ocaml GC"); in finishAssembly()
145 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly()
161 report_fatal_error("Function '" + FI.getFunction().getName() + in finishAssembly()
176 report_fatal_error( in finishAssembly()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionXCOFF.cpp24 report_fatal_error("Unhandled storage-mapping class for .text csect"); in PrintSwitchToSection()
32 report_fatal_error("Unhandled storage-mapping class for .rodata csect."); in PrintSwitchToSection()
49 report_fatal_error( in PrintSwitchToSection()
68 report_fatal_error("Printing for this SectionKind is unimplemented."); in PrintSwitchToSection()
DWasmObjectWriter.cpp393 report_fatal_error("section size does not fit in a uint32_t"); in endSection()
419 report_fatal_error("section already has a defining function: " + in executePostLayoutBinding()
479 report_fatal_error("relocations for function or section offsets are " in recordRelocation()
489 report_fatal_error("section symbol is required for relocation"); in recordRelocation()
499 report_fatal_error("relocations against un-named temporaries are not yet " in recordRelocation()
594 report_fatal_error("only data supported in data sections"); in addData()
598 report_fatal_error("only byte values supported for alignment"); in addData()
628 report_fatal_error("symbol not found in type index space: " + in getRelocationIndexValue()
839 report_fatal_error(".size expression must be evaluatable"); in writeCodeSection()
1171 report_fatal_error("undefined global symbol cannot be weak"); in writeObject()
[all …]
DMCELFStreamer.cpp60 report_fatal_error("Fragment can't be larger than a bundle size"); in mergeFragment()
66 report_fatal_error("Padding cannot exceed 255 bytes"); in mergeFragment()
150 report_fatal_error("Unterminated .bundle_lock when changing a section"); in ChangeSection()
314 report_fatal_error("Symbol: " + Symbol->getName() + in EmitCommonSymbol()
344 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in EmitValueImpl()
354 report_fatal_error("Emitting values inside a locked bundle is forbidden"); in EmitValueToAlignment()
509 report_fatal_error("A Bundle can only have one Subtarget."); in CheckBundleSubtargets()
610 report_fatal_error(".bundle_align_mode cannot be changed once set"); in EmitBundleAlignMode()
619 report_fatal_error(".bundle_lock forbidden when bundling is disabled"); in EmitBundleLock()
639 report_fatal_error(".bundle_unlock forbidden when bundling is disabled"); in EmitBundleUnlock()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorHandling.h72 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorHandling.h71 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
73 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
75 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
83 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
87 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
91 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() function in llvm
DError.cpp99 report_fatal_error(EC.message()); in errorToErrorCode()
140 void report_fatal_error(Error Err, bool GenCrashDiag) { in report_fatal_error() function
147 report_fatal_error(ErrMsg); in report_fatal_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DBlockExtractor.cpp111 report_fatal_error("BlockExtractor couldn't load the file."); in loadFile()
124 report_fatal_error("Invalid line format, expecting lines like: 'funcname bb1[;bb2..]'"); in loadFile()
129 report_fatal_error("Missing bbs name"); in loadFile()
182 report_fatal_error("Invalid function name specified in the input file"); in runOnModule()
188 report_fatal_error("Invalid block name specified in the input file"); in runOnModule()
200 report_fatal_error("Invalid basic block"); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp50 llvm::report_fatal_error("Failed to get translator compile IRT interface"); in getIRTInterfaces()
105 llvm::report_fatal_error("Failed to read arguments from file '" + in getExternalArgs()
179 llvm::report_fatal_error("Invalid output FD"); in getOutputStream()
217 llvm::report_fatal_error("no target architecture match."); in getTargetArch()
330 llvm::report_fatal_error("no browser hookups"); in run()
334 llvm::report_fatal_error("no browser hookups"); in getErrorCode()
DIceConverter.cpp141 report_fatal_error("Unhandled GlobalDeclaration type"); in convertConstant()
199 report_fatal_error(std::string("Invalid PNaCl type ") + in convertToIceType()
323 report_fatal_error(std::string("Invalid PNaCl instruction: ") + in convertInstruction()
564 report_fatal_error(std::string("Invalid PNaCl intrinsic call: ") + in convertCallInstruction()
624 report_fatal_error(StrBuf.str()); in validateIntrinsic()
632 report_fatal_error(StrBuf.str()); in validateIntrinsic()
641 report_fatal_error(StrBuf.str()); in validateIntrinsic()
701 report_fatal_error(StrBuf.str()); in getIntegerLiteralConstant()
723 report_fatal_error(StrBuf.str()); in convertGlobalsToIce()
733 report_fatal_error(StrBuf.str()); in convertGlobalsToIce()
[all …]
DIceInstARM32.cpp336 llvm::report_fatal_error("Rematerializable Index Register is not allowed."); in OperandARM32Mem()
396 llvm::report_fatal_error("Unhandled fp constant type."); in canHoldImm()
664 llvm::report_fatal_error("Vadd not defined on type " + in emitIAS()
689 llvm::report_fatal_error("Vand not defined on type " + in emitIAS()
708 llvm::report_fatal_error("Vceq not defined on type " + in emitIAS()
731 llvm::report_fatal_error("Vcge not defined on type " + in emitIAS()
764 llvm::report_fatal_error("Vcgt not defined on type " + in emitIAS()
796 llvm::report_fatal_error("Vbsl not defined on type " + in emitIAS()
887 llvm::report_fatal_error("Vmvn not defined on type " + in emitIAS()
906 llvm::report_fatal_error("Vmovlq not defined on type " + in emitIAS()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp47 report_fatal_error("Relocation emission for MachO/PPC64 unimplemented."); in recordRelocation()
60 report_fatal_error("log2size(FixupKind): Unhandled fixup kind!"); in getFixupKindLog2Size()
94 report_fatal_error("Unimplemented fixup kind (relative)"); in getRelocType()
120 report_fatal_error("Unimplemented fixup kind (absolute)!"); in getRelocType()
209 report_fatal_error("symbol '" + A->getName() + in recordScatteredRelocation()
221 report_fatal_error("symbol '" + SB->getName() + in recordScatteredRelocation()
338 report_fatal_error("FIXME: relocations to absolute targets " in RecordPPCRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp247 report_fatal_error("Missing metadata for llvm.preserve.array.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
258 report_fatal_error("Missing metadata for llvm.preserve.union.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
269 report_fatal_error("Missing metadata for llvm.preserve.struct.access.index intrinsic"); in IsPreserveDIAccessIndexCall()
282 report_fatal_error("Incorrect info_kind for llvm.bpf.preserve.field.info intrinsic"); in IsPreserveDIAccessIndexCall()
530 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
535 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info, " in GetStorageBitRange()
582 report_fatal_error("Unsupported field expression for llvm.bpf.preserve.field.info"); in GetFieldInfo()
592 report_fatal_error("Invalid array expression for llvm.bpf.preserve.field.info"); in GetFieldInfo()
605 report_fatal_error("Invalid field expression for llvm.bpf.preserve.field.info"); in GetFieldInfo()
634 report_fatal_error("too big field size for llvm.bpf.preserve.field.info"); in GetFieldInfo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp283 report_fatal_error( in buildFrom()
299 report_fatal_error( in buildFrom()
315 report_fatal_error( in buildFrom()
367 report_fatal_error("coro.id must be paired with coro.suspend"); in buildFrom()
401 report_fatal_error("coro.id.retcon.* must be paired with " in buildFrom()
424 report_fatal_error("argument to coro.suspend.retcon does not " in buildFrom()
433 report_fatal_error("wrong number of arguments to coro.suspend.retcon"); in buildFrom()
452 report_fatal_error("wrong number of results from coro.suspend.retcon"); in buildFrom()
460 report_fatal_error("result from coro.suspend.retcon does not " in buildFrom()
550 report_fatal_error(Reason); in fail()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp67 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache()
95 report_fatal_error(Twine("Failed to open new cache file ") + in localCache()
125 report_fatal_error(Twine("Failed to rename temporary file ") + in localCache()
141 report_fatal_error("ThinLTO: Can't get a temporary file"); in localCache()
DThinLTOCodeGenerator.cpp97 report_fatal_error(Twine("Failed to open ") + SaveTempPath + in saveTempBitcode()
156 report_fatal_error("renameModuleForThinLTO failed"); in promoteModule()
174 report_fatal_error("Broken module found, compilation aborted!"); in verifyLoadedModule()
198 report_fatal_error("Can't load module, abort."); in loadModuleFromInput()
223 report_fatal_error("importFunctions failed"); in crossImportIntoModule()
298 report_fatal_error("Failed to setup codegen"); in codegenModule()
390 report_fatal_error("ThinLTO: Can't get a temporary file"); in write()
514 report_fatal_error("ThinLTO cannot create input file: " + in addModule()
524 report_fatal_error("ThinLTO modules with incompatible triples not " in addModule()
549 report_fatal_error("Can't load target for this Triple: " + ErrMsg); in create()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp119 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
165 report_fatal_error("Target does not support MC emission!"); in emitObject()
220 report_fatal_error(Buf); in generateCodeForModule()
226 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
327 report_fatal_error(AddrOrErr.takeError()); in getSymbolAddress()
329 report_fatal_error(Sym.takeError()); in getSymbolAddress()
346 report_fatal_error(OptionalChildOrErr.takeError()); in findSymbol()
604 report_fatal_error("MCJIT::runFunction does not support full-featured " in runFunction()
617 report_fatal_error(std::move(Err)); in getPointerToNamedFunction()
626 report_fatal_error("Program used external function '"+Name+ in getPointerToNamedFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/
DBitstreamReader.cpp156 report_fatal_error("Array element type can't be an Array or a Blob"); in skipRecord()
237 report_fatal_error("Abbreviation starts with an Array or a Blob"); in readRecord()
269 report_fatal_error("Array op not second to last"); in readRecord()
272 report_fatal_error( in readRecord()
278 report_fatal_error("Array element type can't be an Array or a Blob"); in readRecord()
386 report_fatal_error( in ReadAbbrevRecord()
395 report_fatal_error("Abbrev record with no operands"); in ReadAbbrevRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp226 report_fatal_error(Buf); in LLVMMoveToContainingSection()
256 report_fatal_error(NameOrErr.takeError()); in LLVMGetSectionName()
268 report_fatal_error(E.takeError()); in LLVMGetSectionContents()
308 report_fatal_error(Buf); in LLVMGetSymbolName()
320 report_fatal_error(Buf); in LLVMGetSymbolAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp278 report_fatal_error("invalid llvm.linker.options"); in emitModuleMetadata()
364 report_fatal_error("We do not support this DWARF encoding yet!"); in getCFIPersonalitySymbol()
509 report_fatal_error("ELF COMDATs only support SelectionKind::Any, '" + in getELFComdat()
527 report_fatal_error("MD_associated operand is not ValueAsMetadata"); in getAssociatedSymbol()
914 report_fatal_error("Invalid section specifier '" + Section + "': " + in emitModuleMetadata()
933 report_fatal_error("MachO doesn't support COMDATs, '" + C->getName() + in checkMachOComdat()
951 report_fatal_error("Global variable '" + GO->getName() + in getExplicitSectionGlobal()
970 report_fatal_error("Global variable '" + GO->getName() + in getExplicitSectionGlobal()
1264 report_fatal_error("Associative COMDAT symbol '" + ComdatGVName + in getComdatGVForCOFF()
1268 report_fatal_error("Associative COMDAT symbol '" + ComdatGVName + in getComdatGVForCOFF()
[all …]

12345678910>>...14