| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1278 if (IDVal == "f" || IDVal == "b") { in parsePrimaryExpr() 1785 StringRef IDVal; in parseStatement() local 1800 IDVal = ""; in parseStatement() 1814 IDVal = "."; in parseStatement() 1818 IDVal = "{"; in parseStatement() 1823 IDVal = "}"; in parseStatement() 1828 IDVal = "*"; in parseStatement() 1834 IDVal = ""; in parseStatement() 1981 if (IDVal.startswith(".") && IDVal != ".") { in parseStatement() 2298 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() [all …]
|
| H A D | MasmParser.cpp | 1738 if (IDVal == "f" || IDVal == "b") { in parsePrimaryExpr() 2118 StringRef IDVal; in parseStatement() local 2130 IDVal = ""; in parseStatement() 2144 IDVal = "."; in parseStatement() 2148 IDVal = "{"; in parseStatement() 2153 IDVal = "}"; in parseStatement() 2158 IDVal = "*"; in parseStatement() 2170 IDVal = ""; in parseStatement() 2700 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() 2703 if (ParsingMSInlineAsm && (IDVal == "even" || IDVal == "EVEN")) in parseStatement() [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-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 438 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 439 if (IDVal.lower() == ".long") { in ParseDirective() 441 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective() 443 } else if (IDVal.lower() == ".byte") { in ParseDirective() 445 } else if (IDVal.lower() == ".refsym") { in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2078 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression() 4607 if (IDVal.startswith(".arch")) in ParseDirective() 4609 if (IDVal.startswith(".code")) in ParseDirective() 4633 } else if (IDVal == ".nops") in ParseDirective() 4635 else if (IDVal == ".even") in ParseDirective() 4637 else if (IDVal == ".cv_fpo_proc") in ParseDirective() 4651 else if (IDVal == ".seh_pushreg" || in ParseDirective() 4657 else if (IDVal == ".seh_savereg" || in ParseDirective() 4735 if (IDVal == ".code16") { in ParseDirectiveCode() 4749 } else if (IDVal == ".code32") { in ParseDirectiveCode() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5860 if (IDVal == ".arch") in ParseDirective() 5862 else if (IDVal == ".cpu") in ParseDirective() 5864 else if (IDVal == ".tlsdesccall") in ParseDirective() 5866 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 5868 else if (IDVal == ".unreq") in ParseDirective() 5870 else if (IDVal == ".inst") in ParseDirective() 5878 else if (IDVal == ".variant_pcs") in ParseDirective() 5882 parseDirectiveLOH(IDVal, Loc); in ParseDirective() 5886 if (IDVal == ".seh_stackalloc") in ParseDirective() 5914 else if (IDVal == ".seh_set_fp") in ParseDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 651 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 652 if (IDVal.lower() == ".long") { in ParseDirective() 654 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective() 656 } else if (IDVal.lower() == ".byte") { in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 8573 if (IDVal == ".cpadd") { in ParseDirective() 8589 if (IDVal == ".ent") { in ParseDirective() 8639 if (IDVal == ".end") { in ParseDirective() 8668 if (IDVal == ".frame") { in ParseDirective() 8740 if (IDVal == ".set") { in ParseDirective() 8745 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective() 8796 if (IDVal == ".mask") in ParseDirective() 8803 if (IDVal == ".nan") in ParseDirective() 8866 if (IDVal == ".insn") { in ParseDirective() 8870 if (IDVal == ".rdata") { in ParseDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1584 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 1585 if (IDVal == ".word") in ParseDirective() 1587 else if (IDVal == ".llong") in ParseDirective() 1589 else if (IDVal == ".tc") in ParseDirective() 1591 else if (IDVal == ".machine") in ParseDirective() 1593 else if (IDVal == ".abiversion") in ParseDirective() 1595 else if (IDVal == ".localentry") in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11010 if (IDVal == ".word") in ParseDirective() 11012 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective() 11014 else if (IDVal == ".thumb") in ParseDirective() 11016 else if (IDVal == ".arm") in ParseDirective() 11020 else if (IDVal == ".code") in ParseDirective() 11036 else if (IDVal == ".pad") in ParseDirective() 11038 else if (IDVal == ".save") in ParseDirective() 11042 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 11044 else if (IDVal == ".even") in ParseDirective() 11058 else if (IDVal == ".inst") in ParseDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 661 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 662 if (IDVal.lower() == ".falign") in ParseDirective() 664 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) in ParseDirective() 666 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")) in ParseDirective() 668 if (IDVal.lower() == ".subsection") in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 760 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 762 if (IDVal == ".register") { in ParseDirective() 767 if (IDVal == ".proc") { in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5188 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 5191 if (IDVal == ".amdhsa_kernel") in ParseDirective() 5198 if (IDVal == ".hsa_code_object_version") in ParseDirective() 5201 if (IDVal == ".hsa_code_object_isa") in ParseDirective() 5204 if (IDVal == ".amd_kernel_code_t") in ParseDirective() 5207 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective() 5210 if (IDVal == ".amd_amdgpu_isa") in ParseDirective() 5217 if (IDVal == ".amdgcn_target") in ParseDirective() 5220 if (IDVal == ".amdgpu_lds") in ParseDirective() 5223 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1209 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 1211 if (IDVal == ".insn") in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1834 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 1836 if (IDVal == ".option") in ParseDirective() 1838 else if (IDVal == ".attribute") in ParseDirective()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9131 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap() local 9133 cast<ConstantSDNode>(IDVal)->getZExtValue(), DL, MVT::i64)); in visitStackmap() 9226 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local 9228 cast<ConstantSDNode>(IDVal)->getZExtValue(), dl, MVT::i64)); in visitPatchpoint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4881 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local 4884 IDVal, Op0.getOperand(0), in tryAsSingleRLDICL()
|