Home
last modified time | relevance | path

Searched refs:Case (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp19 .Case("none", EM_NONE) in convertArchNameToEMachine()
20 .Case("m32", EM_M32) in convertArchNameToEMachine()
21 .Case("sparc", EM_SPARC) in convertArchNameToEMachine()
22 .Case("386", EM_386) in convertArchNameToEMachine()
23 .Case("68k", EM_68K) in convertArchNameToEMachine()
24 .Case("88k", EM_88K) in convertArchNameToEMachine()
25 .Case("iamcu", EM_IAMCU) in convertArchNameToEMachine()
26 .Case("860", EM_860) in convertArchNameToEMachine()
27 .Case("mips", EM_MIPS) in convertArchNameToEMachine()
28 .Case("s370", EM_S370) in convertArchNameToEMachine()
[all …]
H A DAMDGPUMetadataVerifier.cpp110 .Case("by_value", true) in verifyKernelArgs()
111 .Case("global_buffer", true) in verifyKernelArgs()
112 .Case("dynamic_shared_pointer", true) in verifyKernelArgs()
113 .Case("sampler", true) in verifyKernelArgs()
114 .Case("image", true) in verifyKernelArgs()
115 .Case("pipe", true) in verifyKernelArgs()
116 .Case("queue", true) in verifyKernelArgs()
117 .Case("hidden_block_count_x", true) in verifyKernelArgs()
118 .Case("hidden_block_count_y", true) in verifyKernelArgs()
119 .Case("hidden_block_count_ in verifyKernelArgs()
[all...]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp513 .Case("+avx512f", AVX512F) in handleTargetFeatures()
514 .Case("+avx2", AVX2) in handleTargetFeatures()
515 .Case("+avx", AVX) in handleTargetFeatures()
516 .Case("+sse4.2", SSE42) in handleTargetFeatures()
517 .Case("+sse4.1", SSE41) in handleTargetFeatures()
518 .Case("+ssse3", SSSE3) in handleTargetFeatures()
519 .Case("+sse3", SSE3) in handleTargetFeatures()
520 .Case("+sse2", SSE2) in handleTargetFeatures()
521 .Case("+sse", SSE1) in handleTargetFeatures()
539 .Case("+xop", XOP) in handleTargetFeatures()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp1030 Switch.Case("GR32", TYPE_R32); in typeFromString()
1035 Switch.Case("GR16", TYPE_Rv); in typeFromString()
1039 Switch.Case("GR32", TYPE_Rv); in typeFromString()
1043 Switch.Case("i16mem", TYPE_M) in typeFromString()
1044 .Case("i16imm", TYPE_IMM) in typeFromString()
1045 .Case("i16i8imm", TYPE_IMM) in typeFromString()
1046 .Case("GR16", TYPE_R16) in typeFromString()
1047 .Case("GR16orGR32orGR64", TYPE_R16) in typeFromString()
1048 .Case("i32mem", TYPE_M) in typeFromString()
1049 .Case("i32imm", TYPE_IMM) in typeFromString()
[all …]
H A DCodeEmitterGen.cpp64 std::string &Case,
67 const std::string &VarName, std::string &Case,
101 std::string &Case, in addCodeToMergeInOperand() argument
148 Case += " op.clearAllBits();\n"; in addCodeToMergeInOperand()
150 Case += " // op: " + VarName + "\n"; in addCodeToMergeInOperand()
154 raw_string_ostream CaseOS(Case); in addCodeToMergeInOperand()
164 Case += in addCodeToMergeInOperand()
166 Case += ", op, Fixups, STI"; in addCodeToMergeInOperand()
168 Case += " op = getMachineOpValue(MI, MI.getOperand(" + in addCodeToMergeInOperand()
170 Case += ", Fixups, STI"; in addCodeToMergeInOperand()
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3454.txt49 3.2 Case folding.................................................8
414 3.2 Case folding
1054 [UTR21] Mark Davis. Case Mappings. Unicode Technical Report 21.
1766 0041; 0061; Case map
1767 0042; 0062; Case map
1768 0043; 0063; Case map
1769 0044; 0064; Case map
1770 0045; 0065; Case map
1771 0046; 0066; Case map
1772 0047; 0067; Case map
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCAsmInfo.cpp140 .Case("plt", ELF::R_LARCH_B26) in parseSpecifier()
141 .Case("b16", ELF::R_LARCH_B16) in parseSpecifier()
142 .Case("b21", ELF::R_LARCH_B21) in parseSpecifier()
143 .Case("b26", ELF::R_LARCH_B26) in parseSpecifier()
144 .Case("abs_hi20", ELF::R_LARCH_ABS_HI20) in parseSpecifier()
145 .Case("abs_lo12", ELF::R_LARCH_ABS_LO12) in parseSpecifier()
146 .Case("abs64_lo20", ELF::R_LARCH_ABS64_LO20) in parseSpecifier()
147 .Case("abs64_hi12", ELF::R_LARCH_ABS64_HI12) in parseSpecifier()
148 .Case("pc_hi20", ELF::R_LARCH_PCALA_HI20) in parseSpecifier()
149 .Case("pc_lo12", ELF::R_LARCH_PCALA_LO12) in parseSpecifier()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp74 .Case("lo", ELF::R_SPARC_LO10) in parseSpecifier()
75 .Case("hi", ELF::R_SPARC_HI22) in parseSpecifier()
76 .Case("h44", ELF::R_SPARC_H44) in parseSpecifier()
77 .Case("m44", ELF::R_SPARC_M44) in parseSpecifier()
78 .Case("l44", ELF::R_SPARC_L44) in parseSpecifier()
79 .Case("hh", ELF::R_SPARC_HH22) in parseSpecifier()
81 .Case("uhi", ELF::R_SPARC_HH22) in parseSpecifier()
82 .Case("hm", ELF::R_SPARC_HM10) in parseSpecifier()
84 .Case("ulo", ELF::R_SPARC_HM10) in parseSpecifier()
85 .Case("lm", ELF::R_SPARC_LM22) in parseSpecifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDistro.cpp38 .Case("alpine", Distro::AlpineLinux) in DetectOsRelease()
39 .Case("fedora", Distro::Fedora) in DetectOsRelease()
40 .Case("gentoo", Distro::Gentoo) in DetectOsRelease()
41 .Case("arch", Distro::ArchLinux) in DetectOsRelease()
43 .Case("sles", Distro::OpenSUSE) in DetectOsRelease()
44 .Case("opensuse", Distro::OpenSUSE) in DetectOsRelease()
45 .Case("exherbo", Distro::Exherbo) in DetectOsRelease()
64 .Case("hardy", Distro::UbuntuHardy) in DetectLsbRelease()
65 .Case("intrepid", Distro::UbuntuIntrepid) in DetectLsbRelease()
66 .Case("jaunty", Distro::UbuntuJaunty) in DetectLsbRelease()
[all …]
H A DTypes.cpp311 .Case("c", TY_C) in lookupTypeForExtension()
312 .Case("C", TY_CXX) in lookupTypeForExtension()
313 .Case("F", TY_Fortran) in lookupTypeForExtension()
314 .Case("f", TY_PP_Fortran) in lookupTypeForExtension()
315 .Case("h", TY_CHeader) in lookupTypeForExtension()
316 .Case("H", TY_CXXHeader) in lookupTypeForExtension()
317 .Case("i", TY_PP_C) in lookupTypeForExtension()
318 .Case("m", TY_ObjC) in lookupTypeForExtension()
319 .Case("M", TY_ObjCXX) in lookupTypeForExtension()
320 .Case("o", TY_Object) in lookupTypeForExtension()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp143 .Case("604e", "604e") in getHostCPUNameForPowerPC()
144 .Case("604", "604") in getHostCPUNameForPowerPC()
145 .Case("7400", "7400") in getHostCPUNameForPowerPC()
146 .Case("7410", "7400") in getHostCPUNameForPowerPC()
147 .Case("7447", "7400") in getHostCPUNameForPowerPC()
148 .Case("7455", "7450") in getHostCPUNameForPowerPC()
149 .Case("G4", "g4") in getHostCPUNameForPowerPC()
150 .Case("POWER4", "970") in getHostCPUNameForPowerPC()
151 .Case("PPC970FX", "970") in getHostCPUNameForPowerPC()
152 .Case("PPC970MP", "970") in getHostCPUNameForPowerPC()
[all …]
H A DARMTargetParserCommon.cpp21 .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 DPPCTargetParser.cpp54 .Case("G3", "g3") in normalizeCPUName()
55 .Case("G4", "g4") in normalizeCPUName()
56 .Case("G4+", "g4+") in normalizeCPUName()
57 .Case("8548", "e500") in normalizeCPUName()
58 .Case("ppc970", "970") in normalizeCPUName()
59 .Case("G5", "g5") in normalizeCPUName()
60 .Case("ppca2", "a2") in normalizeCPUName()
61 .Case("power4", "pwr4") in normalizeCPUName()
62 .Case("power5", "pwr5") in normalizeCPUName()
63 .Case("power5x", "pwr5x") in normalizeCPUName()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp382 .Case("int", tgtok::Int) in LexIdentifier()
383 .Case("bit", tgtok::Bit) in LexIdentifier()
384 .Case("bits", tgtok::Bits) in LexIdentifier()
385 .Case("string", tgtok::String) in LexIdentifier()
386 .Case("list", tgtok::List) in LexIdentifier()
387 .Case("code", tgtok::Code) in LexIdentifier()
388 .Case("dag", tgtok::Dag) in LexIdentifier()
389 .Case("class", tgtok::Class) in LexIdentifier()
390 .Case("def", tgtok::Def) in LexIdentifier()
391 .Case("true", tgtok::TrueVal) in LexIdentifier()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp34 .Case("niagara", "-Av9b") in getSparcAsmModeForCPU()
35 .Case("niagara2", "-Av9b") in getSparcAsmModeForCPU()
36 .Case("niagara3", "-Av9d") in getSparcAsmModeForCPU()
37 .Case("niagara4", "-Av9d") in getSparcAsmModeForCPU()
48 .Case("v8", "-Av8") in getSparcAsmModeForCPU()
49 .Case("supersparc", "-Av8") in getSparcAsmModeForCPU()
50 .Case("sparclite", "-Asparclite") in getSparcAsmModeForCPU()
51 .Case("f934", "-Asparclite") in getSparcAsmModeForCPU()
52 .Case("hypersparc", "-Av8") in getSparcAsmModeForCPU()
53 .Case("sparclite86x", "-Asparclite") in getSparcAsmModeForCPU()
[all …]
H A DMips.cpp61 .Case("32", "o32") in getMipsCPUAndABI()
62 .Case("64", "n64") in getMipsCPUAndABI()
89 .Case("mips1", "o32") in getMipsCPUAndABI()
90 .Case("mips2", "o32") in getMipsCPUAndABI()
91 .Case("mips3", "n64") in getMipsCPUAndABI()
92 .Case("mips4", "n64") in getMipsCPUAndABI()
93 .Case("mips5", "n64") in getMipsCPUAndABI()
94 .Case("mips32", "o32") in getMipsCPUAndABI()
95 .Case("mips32r2", "o32") in getMipsCPUAndABI()
96 .Case("mips32r3", "o32") in getMipsCPUAndABI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp192 .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 …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp158 .Case("heap-use-after-free", "Use of deallocated memory") in FormatDescription()
159 .Case("heap-buffer-overflow", "Heap buffer overflow") in FormatDescription()
160 .Case("stack-buffer-underflow", "Stack buffer underflow") in FormatDescription()
161 .Case("initialization-order-fiasco", "Initialization order problem") in FormatDescription()
162 .Case("stack-buffer-overflow", "Stack buffer overflow") in FormatDescription()
163 .Case("stack-use-after-return", "Use of stack memory after return") in FormatDescription()
164 .Case("use-after-poison", "Use of poisoned memory") in FormatDescription()
165 .Case("container-overflow", "Container overflow") in FormatDescription()
166 .Case("stack-use-after-scope", "Use of out-of-scope stack memory") in FormatDescription()
167 .Case("global-buffer-overflow", "Global buffer overflow") in FormatDescription()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp31 .Case("lo", RISCV::S_LO) in parseSpecifierName()
32 .Case("hi", ELF::R_RISCV_HI20) in parseSpecifierName()
33 .Case("pcrel_lo", RISCV::S_PCREL_LO) in parseSpecifierName()
34 .Case("pcrel_hi", ELF::R_RISCV_PCREL_HI20) in parseSpecifierName()
35 .Case("got_pcrel_hi", ELF::R_RISCV_GOT_HI20) in parseSpecifierName()
36 .Case("tprel_lo", RISCV::S_TPREL_LO) in parseSpecifierName()
37 .Case("tprel_hi", ELF::R_RISCV_TPREL_HI20) in parseSpecifierName()
38 .Case("tprel_add", ELF::R_RISCV_TPREL_ADD) in parseSpecifierName()
39 .Case("tls_ie_pcrel_hi", ELF::R_RISCV_TLS_GOT_HI20) in parseSpecifierName()
40 .Case("tls_gd_pcrel_hi", ELF::R_RISCV_TLS_GD_HI20) in parseSpecifierName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.h37 .Case("generic", Hexagon::ArchEnum::V5) in getCpu()
38 .Case("hexagonv5", Hexagon::ArchEnum::V5) in getCpu()
39 .Case("hexagonv55", Hexagon::ArchEnum::V55) in getCpu()
40 .Case("hexagonv60", Hexagon::ArchEnum::V60) in getCpu()
41 .Case("hexagonv62", Hexagon::ArchEnum::V62) in getCpu()
42 .Case("hexagonv65", Hexagon::ArchEnum::V65) in getCpu()
43 .Case("hexagonv66", Hexagon::ArchEnum::V66) in getCpu()
44 .Case("hexagonv67", Hexagon::ArchEnum::V67) in getCpu()
45 .Case("hexagonv67t", Hexagon::ArchEnum::V67) in getCpu()
46 .Case("hexagonv68", Hexagon::ArchEnum::V68) in getCpu()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.h117 .Case("gt", VECC::CC_IG) in stringToVEICondCode()
118 .Case("lt", VECC::CC_IL) in stringToVEICondCode()
119 .Case("ne", VECC::CC_INE) in stringToVEICondCode()
120 .Case("eq", VECC::CC_IEQ) in stringToVEICondCode()
121 .Case("ge", VECC::CC_IGE) in stringToVEICondCode()
122 .Case("le", VECC::CC_ILE) in stringToVEICondCode()
123 .Case("af", VECC::CC_AF) in stringToVEICondCode()
124 .Case("at", VECC::CC_AT) in stringToVEICondCode()
125 .Case("", VECC::CC_AT) in stringToVEICondCode()
131 .Case("gt", VECC::CC_G) in stringToVEFCondCode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp60 .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 …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp83 .Case(segment_names::pageZero, -4) in segmentOrder()
84 .Case(segment_names::text, -3) in segmentOrder()
85 .Case(segment_names::dataConst, -2) in segmentOrder()
86 .Case(segment_names::data, -1) in segmentOrder()
87 .Case(segment_names::llvm, std::numeric_limits<int>::max() - 1) in segmentOrder()
90 .Case(segment_names::linkEdit, std::numeric_limits<int>::max()) in segmentOrder()
112 .Case(section_names::stubs, -4) in sectionOrder()
113 .Case(section_names::stubHelper, -3) in sectionOrder()
114 .Case(section_names::objcStubs, -2) in sectionOrder()
115 .Case(section_names::initOffsets, -1) in sectionOrder()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp349 .Case("BFD_RELOC_NONE", ELF::R_MIPS_NONE) in getFixupKind()
350 .Case("BFD_RELOC_16", ELF::R_MIPS_16) in getFixupKind()
351 .Case("BFD_RELOC_32", ELF::R_MIPS_32) in getFixupKind()
352 .Case("BFD_RELOC_64", ELF::R_MIPS_64) in getFixupKind()
358 .Case("R_MIPS_NONE", FK_NONE) in getFixupKind()
359 .Case("R_MIPS_32", FK_Data_4) in getFixupKind()
360 .Case("R_MIPS_CALL_HI16", Mips::fixup_Mips_CALL_HI16) in getFixupKind()
361 .Case("R_MIPS_CALL_LO16", Mips::fixup_Mips_CALL_LO16) in getFixupKind()
362 .Case("R_MIPS_CALL16", Mips::fixup_Mips_CALL16) in getFixupKind()
363 .Case("R_MIPS_GOT16", Mips::fixup_Mips_GOT) in getFixupKind()
[all …]

12345678910>>...15