/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelDAGToDAG.cpp | 79 llvm_unreachable("Unimplemented function."); in selectAddrRegImm() 85 llvm_unreachable("Unimplemented function."); in selectAddrDefault() 91 llvm_unreachable("Unimplemented function."); in selectIntAddr() 97 llvm_unreachable("Unimplemented function."); in selectIntAddr11MM() 103 llvm_unreachable("Unimplemented function."); in selectIntAddr12MM() 109 llvm_unreachable("Unimplemented function."); in selectIntAddr16MM() 115 llvm_unreachable("Unimplemented function."); in selectIntAddrLSL2MM() 121 llvm_unreachable("Unimplemented function."); in selectIntAddrSImm10() 127 llvm_unreachable("Unimplemented function."); in selectIntAddrSImm10Lsl1() 133 llvm_unreachable("Unimplemented function."); in selectIntAddrSImm10Lsl2() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 54 llvm_unreachable("Unimplemented"); in getType64() 109 llvm_unreachable("Unimplemented"); in getRelocType64() 116 llvm_unreachable("Unimplemented"); in getRelocType64() 128 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 139 llvm_unreachable("Unimplemented"); in getRelocType64() 141 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 157 llvm_unreachable("Unimplemented"); in getRelocType64() 159 llvm_unreachable("unexpected relocation type!"); in getRelocType64() 171 llvm_unreachable("Unimplemented"); in getRelocType64() 173 llvm_unreachable("unexpected relocation type!"); in getRelocType64() [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | ObjCRuntime.h | 92 llvm_unreachable("bad kind"); in isNonFragile() 131 llvm_unreachable("bad kind"); in isGNUFamily() 154 llvm_unreachable("bad kind"); in allowsARC() 173 llvm_unreachable("bad kind"); in hasNativeARC() 210 llvm_unreachable("bad kind"); in shouldUseARCFunctionsForRetainRelease() 247 llvm_unreachable("bad kind"); in shouldUseRuntimeFunctionsForAlloc() 312 llvm_unreachable("bad kind"); in hasSubscripting() 336 llvm_unreachable("bad kind"); in allowsPointerArithmetic() 358 llvm_unreachable("bad kind"); in hasTerminate() 372 llvm_unreachable("bad kind"); in hasWeakClassImport() [all …]
|
H A D | TargetCXXABI.h | 120 llvm_unreachable("invalid CXXABI kind"); in isSupportedCXXABI() 134 llvm_unreachable("bad ABI kind"); in isItaniumFamily() 148 llvm_unreachable("bad ABI kind"); in isMicrosoft() 180 llvm_unreachable("bad ABI kind"); in areMemberFunctionsAligned() 257 llvm_unreachable("bad ABI kind"); in canKeyFunctionBeInline() 308 llvm_unreachable("bad ABI kind"); in getTailPaddingUseRules()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCObjectWriter.cpp | 52 llvm_unreachable("Unsupported absolute address"); in getAbsoluteReloc() 66 llvm_unreachable("Unsupported PC-relative address"); in getPCRelReloc() 75 llvm_unreachable("Unsupported absolute address"); in getTLSLEReloc() 84 llvm_unreachable("Unsupported absolute address"); in getTLSLDOReloc() 94 llvm_unreachable("Unsupported absolute address"); in getTLSLDMReloc() 104 llvm_unreachable("Unsupported absolute address"); in getTLSGDReloc() 115 llvm_unreachable("Unsupported absolute address"); in getPLTReloc() 139 llvm_unreachable("Only PC-relative INDNTPOFF accesses are supported for now"); in getRelocType() 156 llvm_unreachable("Only PC-relative GOT accesses are supported for now"); in getRelocType() 163 llvm_unreachable("Modifier not supported"); in getRelocType()
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 239 llvm_unreachable("Invalid OpenMP simple clause kind"); in getOpenMPSimpleClauseType() 252 llvm_unreachable("Invalid OpenMP 'default' clause type"); in getOpenMPSimpleClauseTypeName() 260 llvm_unreachable("Invalid OpenMP 'proc_bind' clause type"); in getOpenMPSimpleClauseTypeName() 274 llvm_unreachable("Invalid OpenMP 'schedule' clause type"); in getOpenMPSimpleClauseTypeName() 284 llvm_unreachable("Invalid OpenMP 'depend' clause type"); in getOpenMPSimpleClauseTypeName() 294 llvm_unreachable("Invalid OpenMP 'linear' clause type"); in getOpenMPSimpleClauseTypeName() 310 llvm_unreachable("Invalid OpenMP 'map' clause type"); in getOpenMPSimpleClauseTypeName() 323 llvm_unreachable("Invalid OpenMP 'to' or 'from' clause type"); in getOpenMPSimpleClauseTypeName() 333 llvm_unreachable("Invalid OpenMP 'dist_schedule' clause type"); in getOpenMPSimpleClauseTypeName() 347 llvm_unreachable("Invalid OpenMP 'schedule' clause type"); in getOpenMPSimpleClauseTypeName() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 73 llvm_unreachable("Invalid relocation type"); in resolveX86_64() 104 llvm_unreachable("Invalid relocation type"); in resolveAArch64() 126 llvm_unreachable("Invalid relocation type"); in resolveBPF() 154 llvm_unreachable("Invalid relocation type"); in resolveMips64() 176 llvm_unreachable("Invalid relocation type"); in resolveMSP430() 204 llvm_unreachable("Invalid relocation type"); in resolvePPC64() 226 llvm_unreachable("Invalid relocation type"); in resolveSystemZ() 251 llvm_unreachable("Invalid relocation type"); in resolveSparc64() 272 llvm_unreachable("Invalid relocation type"); in resolveAmdgpu() 297 llvm_unreachable("Invalid relocation type"); in resolveX86() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430MCInstLower.cpp | 33 default: llvm_unreachable("Unknown target flag on GV operand"); in GetGlobalAddressSymbol() 43 default: llvm_unreachable("Unknown target flag on GV operand"); in GetExternalSymbolSymbol() 59 default: llvm_unreachable("Unknown target flag on GV operand"); in GetJumpTableSymbol() 76 default: llvm_unreachable("Unknown target flag on GV operand"); in GetConstantPoolIndexSymbol() 87 default: llvm_unreachable("Unknown target flag on GV operand"); in GetBlockAddressSymbol() 101 default: llvm_unreachable("Unknown target flag on GV operand"); in LowerSymbolOperand() 123 llvm_unreachable("unknown operand type"); in Lower()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kELFObjectWriter.cpp | 60 llvm_unreachable("Unimplemented"); in getType() 72 llvm_unreachable("Unimplemented"); in getRelocType() 82 llvm_unreachable("Unrecognized size"); in getRelocType() 92 llvm_unreachable("Unrecognized size"); in getRelocType() 103 llvm_unreachable("Unrecognized size"); in getRelocType() 113 llvm_unreachable("Unrecognized size"); in getRelocType()
|
/openbsd-src/gnu/llvm/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 177 llvm_unreachable("Unhandled ElementBitwidth!"); in initBuiltinStr() 196 llvm_unreachable("Unhandled ElementBitwidth!"); in initBuiltinStr() 200 llvm_unreachable("ScalarType is invalid!"); in initBuiltinStr() 238 llvm_unreachable("ScalarTypeKind is invalid"); in initClangBuiltinStr() 291 llvm_unreachable("Unhandled floating type."); in initTypeStr() 302 llvm_unreachable("ScalarType is invalid!"); in initTypeStr() 324 llvm_unreachable("Unhandled case!"); in initShortStr() 361 llvm_unreachable("Unhandled type code!"); in applyBasicType() 417 llvm_unreachable("Illegal primitive type transformers!"); in parsePrototypeDescriptor() 437 llvm_unreachable("Invalid Log2EEW value!"); in parsePrototypeDescriptor() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | Compression.cpp | 43 llvm_unreachable(""); in getReasonIfUnsupported() 66 llvm_unreachable(""); in decompress() 78 llvm_unreachable(""); in decompress() 101 llvm_unreachable("unknown or unexpected zlib status code"); in convertZlibCodeToString() 149 llvm_unreachable("zlib::compress is unavailable"); in compress() 153 llvm_unreachable("zlib::decompress is unavailable"); in decompress() 158 llvm_unreachable("zlib::decompress is unavailable"); in decompress() 209 llvm_unreachable("zstd::compress is unavailable"); in compress() 213 llvm_unreachable("zstd::decompress is unavailable"); in decompress() 218 llvm_unreachable("zstd::decompress is unavailable"); in decompress()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.cpp | 52 llvm_unreachable("Unknown sequence type."); in operator <<() 221 llvm_unreachable("bottom-up pointer in retain state!"); in MatchWithRetain() 223 llvm_unreachable("Sequence unknown enum value"); in MatchWithRetain() 248 llvm_unreachable("bottom-up pointer in retain state!"); in HandlePotentialAlterRefCount() 250 llvm_unreachable("Sequence unknown enum value"); in HandlePotentialAlterRefCount() 316 llvm_unreachable("bottom-up pointer in retain state!"); in HandlePotentialUse() 372 llvm_unreachable("top-down pointer in bottom up state!"); in MatchWithRelease() 374 llvm_unreachable("Sequence unknown enum value"); in MatchWithRelease() 411 llvm_unreachable("top-down pointer in release state!"); in HandlePotentialAlterRefCount() 413 llvm_unreachable("covered switch is not covered!?"); in HandlePotentialAlterRefCount() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 41 llvm_unreachable("The above loop can only be terminated via return!"); in isStrictlyMoreSpecificThan() 116 llvm_unreachable("This context does not accept a bound temporary!"); in createBoundTemporaryFromLayers() 134 llvm_unreachable("Duplicate CXXBindTemporaryExpr in the AST!"); in createBoundTemporaryFromLayers() 137 llvm_unreachable("Elided destructor items are not produced by the CFG!"); in createBoundTemporaryFromLayers() 140 llvm_unreachable("Materialization is necessary to put temporary into a " in createBoundTemporaryFromLayers() 167 llvm_unreachable("Unexpected construction context with destructor!"); in createBoundTemporaryFromLayers() 204 llvm_unreachable("Elided destructor items are not produced by the CFG!"); in createFromLayers() 207 llvm_unreachable("The argument needs to be materialized first!"); in createFromLayers() 226 llvm_unreachable("Unexpected construction context!"); in createFromLayers()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ReleaseModeModelRunner.h | 81 int LookupArgIndex(const std::string &) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in LookupArgIndex() 82 int LookupResultIndex(const std::string &) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in LookupResultIndex() 83 void Run() { llvm_unreachable(NOOP_MODEL_ERRMSG); } in Run() 84 void *result_data(int) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in result_data() 85 void *arg_data(int) { llvm_unreachable(NOOP_MODEL_ERRMSG); } in arg_data()
|
H A D | EHPersonalities.h | 59 llvm_unreachable("invalid enum"); in isAsynchronousEHPersonality() 74 llvm_unreachable("invalid enum"); in isFuncletEHPersonality() 90 llvm_unreachable("invalid enum"); in isScopedEHPersonality() 103 llvm_unreachable("invalid enum"); in isNoOpWithoutInvoke()
|
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 162 llvm_unreachable("No HTTP server implementation available"); in setResponse() 166 llvm_unreachable("No HTTP server implementation available"); in setResponse() 170 llvm_unreachable("No HTTP server implementation available"); in get() 174 llvm_unreachable("No HTTP server implementation available"); in bind() 178 llvm_unreachable("No HTTP server implementation available"); in bind() 182 llvm_unreachable("No HTTP server implementation available"); in listen() 186 llvm_unreachable("No HTTP server implementation available"); in stop()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 86 llvm_unreachable("Invalid form for specified DWARF version"); in Emit() 324 llvm_unreachable("Expected valid DIEValue"); in emitValue() 336 llvm_unreachable("Expected valid DIEValue"); in sizeOf() 342 llvm_unreachable("Unknown DIE kind"); in sizeOf() 349 llvm_unreachable("Expected valid DIEValue"); in print() 420 default: llvm_unreachable("DIE Value form not supported yet"); in emitValue() 443 default: llvm_unreachable("DIE Value form not supported yet"); in sizeOf() 475 llvm_unreachable("DIE Value form not supported yet"); in sizeOf() 509 llvm_unreachable("DIE Value form not supported yet"); in sizeOf() 556 llvm_unreachable("DIE Value form not supported yet"); in sizeOf() [all …]
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ErrorHandling.h | 143 #define llvm_unreachable(msg) \ macro 146 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal() macro 148 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE macro 150 #define llvm_unreachable(msg) \ macro
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCWasmStreamer.cpp | 81 llvm_unreachable("invalid assembler flag!"); in emitAssemblerFlag() 159 llvm_unreachable("unexpected MCSymbolAttr"); in emitSymbolAttribute() 168 llvm_unreachable("Common symbols are not yet implemented for Wasm"); in emitCommonSymbol() 177 llvm_unreachable("Local common symbols are not yet implemented for Wasm"); in emitLocalCommonSymbol() 258 llvm_unreachable("Generic Wasm doesn't support this directive"); in emitThumbFunc() 262 llvm_unreachable("Wasm doesn't support this directive"); in emitSymbolDesc() 268 llvm_unreachable("Wasm doesn't support this directive"); in emitZerofill() 273 llvm_unreachable("Wasm doesn't support this directive"); in emitTBSSSymbol()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFObjectWriter.cpp | 70 llvm_unreachable("unknown PPCMCExpr kind"); in getAccessVariant() 86 llvm_unreachable("Unimplemented"); in getRelocType() 91 default: llvm_unreachable("Unsupported Modifier"); in getRelocType() 112 default: llvm_unreachable("Unsupported Modifier"); in getRelocType() 135 llvm_unreachable("Unsupported Modifier for fixup_ppc_pcrel34"); in getRelocType() 164 default: llvm_unreachable("invalid fixup kind!"); in getRelocType() 173 default: llvm_unreachable("Unsupported Modifier"); in getRelocType() 355 default: llvm_unreachable("Unsupported Modifier"); in getRelocType() 402 default: llvm_unreachable("Unsupported Modifier"); in getRelocType() 440 default: llvm_unreachable("Unsupported Modifier"); in getRelocType()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclarationName.cpp | 110 llvm_unreachable("Invalid DeclarationName Kind!"); in compare() 203 llvm_unreachable("Unexpected declaration name kind"); in print() 239 llvm_unreachable("case Identifier already handled by getFETokenInfo!"); in getFETokenInfoSlow() 251 llvm_unreachable("DeclarationName has no FETokenInfo!"); in getFETokenInfoSlow() 258 llvm_unreachable("case Identifier already handled by setFETokenInfo!"); in setFETokenInfoSlow() 274 llvm_unreachable("DeclarationName has no FETokenInfo!"); in setFETokenInfoSlow() 363 llvm_unreachable("Invalid kind in getCXXSpecialName!"); in getCXXSpecialName() 427 llvm_unreachable("All name kinds handled."); in containsUnexpandedParameterPack() 450 llvm_unreachable("All name kinds handled."); in isInstantiationDependent() 495 llvm_unreachable("Unexpected declaration name kind"); in printName() [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/driver/ |
H A D | Platform.cpp | 37 llvm_unreachable("Not implemented!"); in ioctl() 46 llvm_unreachable("Not implemented!"); in kill() 50 llvm_unreachable("Not implemented!"); in tcsetattr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXInstPrinter.cpp | 151 llvm_unreachable("Invalid conversion modifier"); in printCvtMode() 224 llvm_unreachable("Empty Modifier"); in printCmpMode() 256 llvm_unreachable("Wrong Address Space"); in printLdStCode() 268 llvm_unreachable("Unknown register type"); in printLdStCode() 275 llvm_unreachable("Unknown Modifier"); in printLdStCode() 277 llvm_unreachable("Empty Modifier"); in printLdStCode() 291 llvm_unreachable("Unknown Modifier"); in printMmaCode()
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 56 llvm_unreachable("Unhandled GtestCmp enum"); in getComparisonDecl() 68 llvm_unreachable("Unhandled MacroType enum"); in getMacroTypeName() 86 llvm_unreachable("Unhandled GtestCmp enum"); in getComparisonTypeName() 108 llvm_unreachable("Unhandled MacroType enum"); in getSpecSetterName() 110 llvm_unreachable("Unhandled MacroType enum"); in getSpecSetterName() 177 llvm_unreachable("Unhandled MockArgs enum"); in gtestCallInternal()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 453 llvm_unreachable("TableGen should have emitted implementation"); in setupGeneratedPerFunctionState() 535 llvm_unreachable("Should have been overridden by tablegen if used"); in getMatchTable() 539 llvm_unreachable( in testImmPredicate_I64() 543 llvm_unreachable( in testImmPredicate_APInt() 547 llvm_unreachable( in testImmPredicate_APFloat() 553 llvm_unreachable( in testMIPredicate_MI()
|