| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 20 .Case("none", EM_NONE) in convertArchNameToEMachine() 21 .Case("m32", EM_M32) in convertArchNameToEMachine() 22 .Case("sparc", EM_SPARC) in convertArchNameToEMachine() 23 .Case("386", EM_386) in convertArchNameToEMachine() 24 .Case("68k", EM_68K) in convertArchNameToEMachine() 25 .Case("88k", EM_88K) in convertArchNameToEMachine() 26 .Case("iamcu", EM_IAMCU) in convertArchNameToEMachine() 27 .Case("860", EM_860) in convertArchNameToEMachine() 28 .Case("mips", EM_MIPS) in convertArchNameToEMachine() 29 .Case("s370", EM_S370) in convertArchNameToEMachine() [all …]
|
| H A D | AMDGPUMetadataVerifier.cpp | 111 .Case("by_value", true) in verifyKernelArgs() 112 .Case("global_buffer", true) in verifyKernelArgs() 113 .Case("dynamic_shared_pointer", true) in verifyKernelArgs() 114 .Case("sampler", true) in verifyKernelArgs() 115 .Case("image", true) in verifyKernelArgs() 116 .Case("pipe", true) in verifyKernelArgs() 117 .Case("queue", true) in verifyKernelArgs() 118 .Case("hidden_block_count_x", true) in verifyKernelArgs() 119 .Case("hidden_block_count_y", true) in verifyKernelArgs() 120 .Case("hidden_block_count_z", true) in verifyKernelArgs() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 365 .Case("+avx512f", AVX512F) in handleTargetFeatures() 366 .Case("+avx2", AVX2) in handleTargetFeatures() 367 .Case("+avx", AVX) in handleTargetFeatures() 368 .Case("+sse4.2", SSE42) in handleTargetFeatures() 369 .Case("+sse4.1", SSE41) in handleTargetFeatures() 370 .Case("+ssse3", SSSE3) in handleTargetFeatures() 371 .Case("+sse3", SSE3) in handleTargetFeatures() 372 .Case("+sse2", SSE2) in handleTargetFeatures() 373 .Case("+sse", SSE1) in handleTargetFeatures() 382 .Case("+3dnowa", AMD3DNowAthlon) in handleTargetFeatures() [all …]
|
| H A D | PPC.cpp | 479 .Case("7400", true) in initFeatureMap() 480 .Case("g4", true) in initFeatureMap() 481 .Case("7450", true) in initFeatureMap() 482 .Case("g4+", true) in initFeatureMap() 483 .Case("970", true) in initFeatureMap() 484 .Case("g5", true) in initFeatureMap() 485 .Case("pwr6", true) in initFeatureMap() 486 .Case("pwr7", true) in initFeatureMap() 487 .Case("pwr8", true) in initFeatureMap() 488 .Case("pwr9", true) in initFeatureMap() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/ |
| H A D | Sparc.cpp | 33 .Case("niagara", "-Av9b") in getSparcAsmModeForCPU() 34 .Case("niagara2", "-Av9b") in getSparcAsmModeForCPU() 35 .Case("niagara3", "-Av9d") in getSparcAsmModeForCPU() 36 .Case("niagara4", "-Av9d") in getSparcAsmModeForCPU() 40 .Case("v8", "-Av8") in getSparcAsmModeForCPU() 41 .Case("supersparc", "-Av8") in getSparcAsmModeForCPU() 42 .Case("sparclite", "-Asparclite") in getSparcAsmModeForCPU() 43 .Case("f934", "-Asparclite") in getSparcAsmModeForCPU() 44 .Case("hypersparc", "-Av8") in getSparcAsmModeForCPU() 45 .Case("sparclite86x", "-Asparclite") in getSparcAsmModeForCPU() [all …]
|
| H A D | PPC.cpp | 55 .Case("common", "generic") in normalizeCPUName() 56 .Case("440fp", "440") in normalizeCPUName() 57 .Case("630", "pwr3") in normalizeCPUName() 58 .Case("G3", "g3") in normalizeCPUName() 59 .Case("G4", "g4") in normalizeCPUName() 60 .Case("G4+", "g4+") in normalizeCPUName() 61 .Case("8548", "e500") in normalizeCPUName() 62 .Case("G5", "g5") in normalizeCPUName() 63 .Case("power3", "pwr3") in normalizeCPUName() 64 .Case("power4", "pwr4") in normalizeCPUName() [all …]
|
| H A D | Mips.cpp | 68 .Case("32", "o32") in getMipsCPUAndABI() 69 .Case("64", "n64") in getMipsCPUAndABI() 96 .Case("mips1", "o32") in getMipsCPUAndABI() 97 .Case("mips2", "o32") in getMipsCPUAndABI() 98 .Case("mips3", "n64") in getMipsCPUAndABI() 99 .Case("mips4", "n64") in getMipsCPUAndABI() 100 .Case("mips5", "n64") in getMipsCPUAndABI() 101 .Case("mips32", "o32") in getMipsCPUAndABI() 102 .Case("mips32r2", "o32") in getMipsCPUAndABI() 103 .Case("mips32r3", "o32") in getMipsCPUAndABI() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchMCExpr.cpp | 146 .Case("plt", VK_LoongArch_CALL_PLT) in getVariantKindForName() 147 .Case("b16", VK_LoongArch_B16) in getVariantKindForName() 148 .Case("b21", VK_LoongArch_B21) in getVariantKindForName() 149 .Case("b26", VK_LoongArch_B26) in getVariantKindForName() 150 .Case("abs_hi20", VK_LoongArch_ABS_HI20) in getVariantKindForName() 151 .Case("abs_lo12", VK_LoongArch_ABS_LO12) in getVariantKindForName() 152 .Case("abs64_lo20", VK_LoongArch_ABS64_LO20) in getVariantKindForName() 153 .Case("abs64_hi12", VK_LoongArch_ABS64_HI12) in getVariantKindForName() 154 .Case("pc_hi20", VK_LoongArch_PCALA_HI20) in getVariantKindForName() 155 .Case("pc_lo12", VK_LoongArch_PCALA_LO12) in getVariantKindForName() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 391 .Case("dtprel", VK_DTPREL) in getVariantKindForName() 392 .Case("dtpoff", VK_DTPOFF) in getVariantKindForName() 393 .Case("got", VK_GOT) in getVariantKindForName() 394 .Case("gotoff", VK_GOTOFF) in getVariantKindForName() 395 .Case("gotrel", VK_GOTREL) in getVariantKindForName() 396 .Case("pcrel", VK_PCREL) in getVariantKindForName() 397 .Case("gotpcrel", VK_GOTPCREL) in getVariantKindForName() 398 .Case("gotpcrel_norelax", VK_GOTPCREL_NORELAX) in getVariantKindForName() 399 .Case("gottpoff", VK_GOTTPOFF) in getVariantKindForName() 400 .Case("indntpoff", VK_INDNTPOFF) in getVariantKindForName() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Types.cpp | 297 .Case("c", TY_C) in lookupTypeForExtension() 298 .Case("C", TY_CXX) in lookupTypeForExtension() 299 .Case("F", TY_Fortran) in lookupTypeForExtension() 300 .Case("f", TY_PP_Fortran) in lookupTypeForExtension() 301 .Case("h", TY_CHeader) in lookupTypeForExtension() 302 .Case("H", TY_CXXHeader) in lookupTypeForExtension() 303 .Case("i", TY_PP_C) in lookupTypeForExtension() 304 .Case("m", TY_ObjC) in lookupTypeForExtension() 305 .Case("M", TY_ObjCXX) in lookupTypeForExtension() 306 .Case("o", TY_Object) in lookupTypeForExtension() [all …]
|
| H A D | Distro.cpp | 39 .Case("alpine", Distro::AlpineLinux) in DetectOsRelease() 40 .Case("fedora", Distro::Fedora) in DetectOsRelease() 41 .Case("gentoo", Distro::Gentoo) in DetectOsRelease() 42 .Case("arch", Distro::ArchLinux) in DetectOsRelease() 44 .Case("sles", Distro::OpenSUSE) in DetectOsRelease() 45 .Case("opensuse", Distro::OpenSUSE) in DetectOsRelease() 46 .Case("exherbo", Distro::Exherbo) in DetectOsRelease() 65 .Case("hardy", Distro::UbuntuHardy) in DetectLsbRelease() 66 .Case("intrepid", Distro::UbuntuIntrepid) in DetectLsbRelease() 67 .Case("jaunty", Distro::UbuntuJaunty) in DetectLsbRelease() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcMCExpr.cpp | 96 .Case("lo", VK_Sparc_LO) in parseVariantKind() 97 .Case("hi", VK_Sparc_HI) in parseVariantKind() 98 .Case("h44", VK_Sparc_H44) in parseVariantKind() 99 .Case("m44", VK_Sparc_M44) in parseVariantKind() 100 .Case("l44", VK_Sparc_L44) in parseVariantKind() 101 .Case("hh", VK_Sparc_HH) in parseVariantKind() 102 .Case("hm", VK_Sparc_HM) in parseVariantKind() 103 .Case("lm", VK_Sparc_LM) in parseVariantKind() 104 .Case("pc22", VK_Sparc_PC22) in parseVariantKind() 105 .Case("pc10", VK_Sparc_PC10) in parseVariantKind() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | ARMTargetParserCommon.cpp | 21 .Case("v5", "v5t") in getArchSynonym() 22 .Case("v5e", "v5te") in getArchSynonym() 23 .Case("v6j", "v6") in getArchSynonym() 24 .Case("v6hl", "v6k") in getArchSynonym() 28 .Case("v7r", "v7-r") in getArchSynonym() 29 .Case("v7m", "v7-m") in getArchSynonym() 30 .Case("v7em", "v7e-m") in getArchSynonym() 32 .Case("v8.1a", "v8.1-a") in getArchSynonym() 33 .Case("v8.2a", "v8.2-a") in getArchSynonym() 34 .Case("v8.3a", "v8.3-a") in getArchSynonym() [all …]
|
| H A D | Host.cpp | 133 .Case("604e", "604e") in getHostCPUNameForPowerPC() 134 .Case("604", "604") in getHostCPUNameForPowerPC() 135 .Case("7400", "7400") in getHostCPUNameForPowerPC() 136 .Case("7410", "7400") in getHostCPUNameForPowerPC() 137 .Case("7447", "7400") in getHostCPUNameForPowerPC() 138 .Case("7455", "7450") in getHostCPUNameForPowerPC() 139 .Case("G4", "g4") in getHostCPUNameForPowerPC() 140 .Case("POWER4", "970") in getHostCPUNameForPowerPC() 141 .Case("PPC970FX", "970") in getHostCPUNameForPowerPC() 142 .Case("PPC970MP", "970") in getHostCPUNameForPowerPC() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGLexer.cpp | 349 .Case("int", tgtok::Int) in LexIdentifier() 350 .Case("bit", tgtok::Bit) in LexIdentifier() 351 .Case("bits", tgtok::Bits) in LexIdentifier() 352 .Case("string", tgtok::String) in LexIdentifier() 353 .Case("list", tgtok::List) in LexIdentifier() 354 .Case("code", tgtok::Code) in LexIdentifier() 355 .Case("dag", tgtok::Dag) in LexIdentifier() 356 .Case("class", tgtok::Class) in LexIdentifier() 357 .Case("def", tgtok::Def) in LexIdentifier() 358 .Case("true", tgtok::TrueVal) in LexIdentifier() [all …]
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | OutputSegment.cpp | 77 .Case(segment_names::pageZero, -4) in segmentOrder() 78 .Case(segment_names::text, -3) in segmentOrder() 79 .Case(segment_names::dataConst, -2) in segmentOrder() 80 .Case(segment_names::data, -1) in segmentOrder() 81 .Case(segment_names::llvm, std::numeric_limits<int>::max() - 1) in segmentOrder() 84 .Case(segment_names::linkEdit, std::numeric_limits<int>::max()) in segmentOrder() 93 .Case(section_names::header, -6) in sectionOrder() 94 .Case(section_names::text, -5) in sectionOrder() 95 .Case(section_names::stubs, -4) in sectionOrder() 96 .Case(section_names::stubHelper, -3) in sectionOrder() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 198 .Case("heap-use-after-free", "Use of deallocated memory") in FormatDescription() 199 .Case("heap-buffer-overflow", "Heap buffer overflow") in FormatDescription() 200 .Case("stack-buffer-underflow", "Stack buffer underflow") in FormatDescription() 201 .Case("initialization-order-fiasco", "Initialization order problem") in FormatDescription() 202 .Case("stack-buffer-overflow", "Stack buffer overflow") in FormatDescription() 203 .Case("stack-use-after-return", "Use of stack memory after return") in FormatDescription() 204 .Case("use-after-poison", "Use of poisoned memory") in FormatDescription() 205 .Case("container-overflow", "Container overflow") in FormatDescription() 206 .Case("stack-use-after-scope", "Use of out-of-scope stack memory") in FormatDescription() 207 .Case("global-buffer-overflow", "Global buffer overflow") in FormatDescription() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 192 .Case("_", MIToken::underscore) in getIdentifierKind() 193 .Case("implicit", MIToken::kw_implicit) in getIdentifierKind() 194 .Case("implicit-def", MIToken::kw_implicit_define) in getIdentifierKind() 195 .Case("def", MIToken::kw_def) in getIdentifierKind() 196 .Case("dead", MIToken::kw_dead) in getIdentifierKind() 197 .Case("killed", MIToken::kw_killed) in getIdentifierKind() 198 .Case("undef", MIToken::kw_undef) in getIdentifierKind() 199 .Case("internal", MIToken::kw_internal) in getIdentifierKind() 200 .Case("early-clobber", MIToken::kw_early_clobber) in getIdentifierKind() 201 .Case("debug-use", MIToken::kw_debug_use) in getIdentifierKind() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NoReturnFunctionChecker.cpp | 60 .Case("exit", true) in checkPostCall() 61 .Case("panic", true) in checkPostCall() 62 .Case("error", true) in checkPostCall() 63 .Case("Assert", true) in checkPostCall() 66 .Case("ziperr", true) in checkPostCall() 67 .Case("assfail", true) in checkPostCall() 68 .Case("db_error", true) in checkPostCall() 69 .Case("__assert", true) in checkPostCall() 70 .Case("__assert2", true) in checkPostCall() 73 .Case("_wassert", true) in checkPostCall() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepArch.h | 35 .Case("generic", Hexagon::ArchEnum::V5) in getCpu() 36 .Case("hexagonv5", Hexagon::ArchEnum::V5) in getCpu() 37 .Case("hexagonv55", Hexagon::ArchEnum::V55) in getCpu() 38 .Case("hexagonv60", Hexagon::ArchEnum::V60) in getCpu() 39 .Case("hexagonv62", Hexagon::ArchEnum::V62) in getCpu() 40 .Case("hexagonv65", Hexagon::ArchEnum::V65) in getCpu() 41 .Case("hexagonv66", Hexagon::ArchEnum::V66) in getCpu() 42 .Case("hexagonv67", Hexagon::ArchEnum::V67) in getCpu() 43 .Case("hexagonv67t", Hexagon::ArchEnum::V67) in getCpu() 44 .Case("hexagonv68", Hexagon::ArchEnum::V68) in getCpu() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | DXILOperationCommon.h | 44 .Case("void", ParameterKind::VOID) in parameterTypeNameToKind() 45 .Case("half", ParameterKind::HALF) in parameterTypeNameToKind() 46 .Case("float", ParameterKind::FLOAT) in parameterTypeNameToKind() 47 .Case("double", ParameterKind::DOUBLE) in parameterTypeNameToKind() 48 .Case("i1", ParameterKind::I1) in parameterTypeNameToKind() 49 .Case("i8", ParameterKind::I8) in parameterTypeNameToKind() 50 .Case("i16", ParameterKind::I16) in parameterTypeNameToKind() 51 .Case("i32", ParameterKind::I32) in parameterTypeNameToKind() 52 .Case("i64", ParameterKind::I64) in parameterTypeNameToKind() 53 .Case("$o", ParameterKind::OVERLOAD) in parameterTypeNameToKind() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.cpp | 70 .Case("dfs", ExplorationStrategyKind::DFS) in getExplorationStrategy() 71 .Case("bfs", ExplorationStrategyKind::BFS) in getExplorationStrategy() 72 .Case("unexplored_first", ExplorationStrategyKind::UnexploredFirst) in getExplorationStrategy() 73 .Case("unexplored_first_queue", in getExplorationStrategy() 75 .Case("unexplored_first_location_queue", in getExplorationStrategy() 77 .Case("bfs_block_dfs_contents", in getExplorationStrategy() 87 .Case("none", CTUPhase1InliningKind::None) in getCTUPhase1Inlining() 88 .Case("small", CTUPhase1InliningKind::Small) in getCTUPhase1Inlining() 89 .Case("all", CTUPhase1InliningKind::All) in getCTUPhase1Inlining() 97 .Case("none", IPAK_None) in getIPAMode() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | SDNodeProperties.cpp | 20 .Case("SDNPCommutative", SDNPCommutative) in parseSDPatternOperatorProperties() 21 .Case("SDNPAssociative", SDNPAssociative) in parseSDPatternOperatorProperties() 22 .Case("SDNPHasChain", SDNPHasChain) in parseSDPatternOperatorProperties() 23 .Case("SDNPOutGlue", SDNPOutGlue) in parseSDPatternOperatorProperties() 24 .Case("SDNPInGlue", SDNPInGlue) in parseSDPatternOperatorProperties() 25 .Case("SDNPOptInGlue", SDNPOptInGlue) in parseSDPatternOperatorProperties() 26 .Case("SDNPMayStore", SDNPMayStore) in parseSDPatternOperatorProperties() 27 .Case("SDNPMayLoad", SDNPMayLoad) in parseSDPatternOperatorProperties() 28 .Case("SDNPSideEffect", SDNPSideEffect) in parseSDPatternOperatorProperties() 29 .Case("SDNPMemOperand", SDNPMemOperand) in parseSDPatternOperatorProperties() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VE.h | 118 .Case("gt", VECC::CC_IG) in stringToVEICondCode() 119 .Case("lt", VECC::CC_IL) in stringToVEICondCode() 120 .Case("ne", VECC::CC_INE) in stringToVEICondCode() 121 .Case("eq", VECC::CC_IEQ) in stringToVEICondCode() 122 .Case("ge", VECC::CC_IGE) in stringToVEICondCode() 123 .Case("le", VECC::CC_ILE) in stringToVEICondCode() 124 .Case("af", VECC::CC_AF) in stringToVEICondCode() 125 .Case("at", VECC::CC_AT) in stringToVEICondCode() 126 .Case("", VECC::CC_AT) in stringToVEICondCode() 132 .Case("gt", VECC::CC_G) in stringToVEFCondCode() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 305 .Case("BFD_RELOC_NONE", ELF::R_MIPS_NONE) in getFixupKind() 306 .Case("BFD_RELOC_16", ELF::R_MIPS_16) in getFixupKind() 307 .Case("BFD_RELOC_32", ELF::R_MIPS_32) in getFixupKind() 308 .Case("BFD_RELOC_64", ELF::R_MIPS_64) in getFixupKind() 314 .Case("R_MIPS_NONE", FK_NONE) in getFixupKind() 315 .Case("R_MIPS_32", FK_Data_4) in getFixupKind() 316 .Case("R_MIPS_CALL_HI16", (MCFixupKind)Mips::fixup_Mips_CALL_HI16) in getFixupKind() 317 .Case("R_MIPS_CALL_LO16", (MCFixupKind)Mips::fixup_Mips_CALL_LO16) in getFixupKind() 318 .Case("R_MIPS_CALL16", (MCFixupKind)Mips::fixup_Mips_CALL16) in getFixupKind() 319 .Case("R_MIPS_GOT16", (MCFixupKind)Mips::fixup_Mips_GOT) in getFixupKind() [all …]
|