| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1296 if (IDVal == "f" || IDVal == "b") { in parsePrimaryExpr() 1801 StringRef IDVal; in parseStatement() local 1816 IDVal = ""; in parseStatement() 1830 IDVal = "."; in parseStatement() 1834 IDVal = "{"; in parseStatement() 1839 IDVal = "}"; in parseStatement() 1844 IDVal = "*"; in parseStatement() 1850 IDVal = ""; in parseStatement() 1996 if (IDVal.starts_with(".") && IDVal != ".") { in parseStatement() 2309 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() [all …]
|
| H A D | MasmParser.cpp | 2109 StringRef IDVal; in parseStatement() local 2115 IDVal = "."; in parseStatement() 2127 IDVal = ""; in parseStatement() 2213 if (IDVal == ".") in parseStatement() 2232 if (IDVal == "@@") { in parseStatement() 2643 if (ParsingMSInlineAsm && (IDVal == "_emit" || IDVal == "__emit" || in parseStatement() 2644 IDVal == "_EMIT" || IDVal == "__EMIT")) in parseStatement() 2648 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() 2651 if (ParsingMSInlineAsm && (IDVal == "even" || IDVal == "EVEN")) in parseStatement() 3837 if (IDVal.equals_insensitive("infinity") || IDVal.equals_insensitive("inf")) in parseRealValue() [all …]
|
| H A D | DarwinAsmParser.cpp | 609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument 613 return TokError("expected string in '" + Twine(IDVal) + "' directive"); in parseDirectiveLinkerOption() 625 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); in parseDirectiveLinkerOption()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 434 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local 435 if (IDVal.lower() == ".long") in parseDirective() 437 if (IDVal.lower() == ".word" || IDVal.lower() == ".short") in parseDirective() 439 if (IDVal.lower() == ".byte") in parseDirective() 441 if (IDVal.lower() == ".refsym") in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2112 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression() 4508 if (IDVal.starts_with(".arch")) in ParseDirective() 4510 if (IDVal.starts_with(".code")) in ParseDirective() 4534 } else if (IDVal == ".nops") in ParseDirective() 4536 else if (IDVal == ".even") in ParseDirective() 4538 else if (IDVal == ".cv_fpo_proc") in ParseDirective() 4552 else if (IDVal == ".seh_pushreg" || in ParseDirective() 4558 else if (IDVal == ".seh_savereg" || in ParseDirective() 4635 if (IDVal == ".code16") { in ParseDirectiveCode() 4649 } else if (IDVal == ".code32") { in ParseDirectiveCode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 675 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local 676 if (IDVal.lower() == ".long") in parseDirective() 678 if (IDVal.lower() == ".word" || IDVal.lower() == ".short") in parseDirective() 680 if (IDVal.lower() == ".byte") in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 6721 if (IDVal == ".arch") in ParseDirective() 6723 else if (IDVal == ".cpu") in ParseDirective() 6725 else if (IDVal == ".tlsdesccall") in ParseDirective() 6727 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 6729 else if (IDVal == ".unreq") in ParseDirective() 6731 else if (IDVal == ".inst") in ParseDirective() 6741 else if (IDVal == ".variant_pcs") in ParseDirective() 6745 parseDirectiveLOH(IDVal, Loc); in ParseDirective() 6749 if (IDVal == ".seh_stackalloc") in ParseDirective() 6777 else if (IDVal == ".seh_set_fp") in ParseDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11210 if (IDVal == ".word") in ParseDirective() 11212 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective() 11214 else if (IDVal == ".thumb") in ParseDirective() 11216 else if (IDVal == ".arm") in ParseDirective() 11220 else if (IDVal == ".code") in ParseDirective() 11236 else if (IDVal == ".pad") in ParseDirective() 11238 else if (IDVal == ".save") in ParseDirective() 11242 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 11244 else if (IDVal == ".even") in ParseDirective() 11258 else if (IDVal == ".inst") in ParseDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 8637 if (IDVal == ".cpadd") { in ParseDirective() 8653 if (IDVal == ".ent") { in ParseDirective() 8703 if (IDVal == ".end") { in ParseDirective() 8732 if (IDVal == ".frame") { in ParseDirective() 8804 if (IDVal == ".set") { in ParseDirective() 8809 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective() 8860 if (IDVal == ".mask") in ParseDirective() 8867 if (IDVal == ".nan") in ParseDirective() 8930 if (IDVal == ".insn") { in ParseDirective() 8934 if (IDVal == ".rdata") { in ParseDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1734 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 1735 if (IDVal == ".word") in ParseDirective() 1737 else if (IDVal == ".llong") in ParseDirective() 1739 else if (IDVal == ".tc") in ParseDirective() 1741 else if (IDVal == ".machine") in ParseDirective() 1743 else if (IDVal == ".abiversion") in ParseDirective() 1745 else if (IDVal == ".localentry") in ParseDirective() 1747 else if (IDVal.starts_with(".gnu_attribute")) in ParseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 658 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 659 if (IDVal.lower() == ".falign") in ParseDirective() 661 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) in ParseDirective() 663 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")) in ParseDirective() 665 if (IDVal.lower() == ".subsection") in ParseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 1004 std::string IDVal = DirectiveID.getIdentifier().lower(); in parseDirective() local 1011 if (IDVal == ".word") in parseDirective() 1015 if (IDVal == ".long") in parseDirective() 1019 if (IDVal == ".llong") in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1200 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local 1202 if (IDVal == ".insn") in parseDirective() 1204 if (IDVal == ".machine") in parseDirective() 1206 if (IDVal.starts_with(".gnu_attribute")) in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 878 StringRef IDVal = DirectiveID.getString(); in parseDirective() local 880 if (IDVal == ".register") { in parseDirective() 885 if (IDVal == ".proc") { in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5928 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 5931 if (IDVal == ".amdhsa_kernel") in ParseDirective() 5934 if (IDVal == ".amdhsa_code_object_version") in ParseDirective() 5941 if (IDVal == ".amd_kernel_code_t") in ParseDirective() 5944 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective() 5947 if (IDVal == ".amd_amdgpu_isa") in ParseDirective() 5950 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) { in ParseDirective() 5958 if (IDVal == ".amdgcn_target") in ParseDirective() 5961 if (IDVal == ".amdgpu_lds") in ParseDirective() 5964 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2703 StringRef IDVal = DirectiveID.getString(); in parseDirective() local 2705 if (IDVal == ".option") in parseDirective() 2707 if (IDVal == ".attribute") in parseDirective() 2709 if (IDVal == ".insn") in parseDirective() 2711 if (IDVal == ".variant_cc") in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1532 StringRef IDVal = DirectiveID.getString(); in parseDirective() local 1534 if (IDVal == ".csky_attribute") in parseDirective()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 5160 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local 5163 IDVal, Op0.getOperand(0), in tryAsSingleRLDICL()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10108 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local 10109 Ops.push_back(DAG.getTargetConstant(IDVal->getAsZExtVal(), dl, MVT::i64)); in visitPatchpoint()
|