| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 1292 if (IDVal == "f" || IDVal == "b") { in parsePrimaryExpr() 1797 StringRef IDVal; in parseStatement() local 1812 IDVal = ""; in parseStatement() 1826 IDVal = "."; in parseStatement() 1830 IDVal = "{"; in parseStatement() 1835 IDVal = "}"; in parseStatement() 1840 IDVal = "*"; in parseStatement() 1846 IDVal = ""; in parseStatement() 1993 if (IDVal.startswith(".") && IDVal != ".") { in parseStatement() 2312 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() [all …]
|
| H A D | MasmParser.cpp | 2101 StringRef IDVal; in parseStatement() local 2107 IDVal = "."; in parseStatement() 2111 IDVal = "{"; in parseStatement() 2116 IDVal = "}"; in parseStatement() 2121 IDVal = "*"; in parseStatement() 2133 IDVal = ""; in parseStatement() 2660 if (ParsingMSInlineAsm && (IDVal == "_emit" || IDVal == "__emit" || in parseStatement() 2661 IDVal == "_EMIT" || IDVal == "__EMIT")) in parseStatement() 2665 if (ParsingMSInlineAsm && (IDVal == "align" || IDVal == "ALIGN")) in parseStatement() 2668 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()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 440 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 441 if (IDVal.lower() == ".long") { in ParseDirective() 443 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective() 445 } else if (IDVal.lower() == ".byte") { in ParseDirective() 447 } else if (IDVal.lower() == ".refsym") { in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2110 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression() 4608 if (IDVal.startswith(".arch")) in ParseDirective() 4610 if (IDVal.startswith(".code")) in ParseDirective() 4634 } else if (IDVal == ".nops") in ParseDirective() 4636 else if (IDVal == ".even") in ParseDirective() 4638 else if (IDVal == ".cv_fpo_proc") in ParseDirective() 4652 else if (IDVal == ".seh_pushreg" || in ParseDirective() 4658 else if (IDVal == ".seh_savereg" || in ParseDirective() 4735 if (IDVal == ".code16") { in ParseDirectiveCode() 4749 } else if (IDVal == ".code32") { in ParseDirectiveCode() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 668 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 669 if (IDVal.lower() == ".long") { in ParseDirective() 671 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective() 673 } else if (IDVal.lower() == ".byte") { in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 6026 if (IDVal == ".arch") in ParseDirective() 6028 else if (IDVal == ".cpu") in ParseDirective() 6030 else if (IDVal == ".tlsdesccall") in ParseDirective() 6032 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 6034 else if (IDVal == ".unreq") in ParseDirective() 6036 else if (IDVal == ".inst") in ParseDirective() 6046 else if (IDVal == ".variant_pcs") in ParseDirective() 6050 parseDirectiveLOH(IDVal, Loc); in ParseDirective() 6054 if (IDVal == ".seh_stackalloc") in ParseDirective() 6082 else if (IDVal == ".seh_set_fp") in ParseDirective() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11038 if (IDVal == ".word") in ParseDirective() 11040 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective() 11042 else if (IDVal == ".thumb") in ParseDirective() 11044 else if (IDVal == ".arm") in ParseDirective() 11048 else if (IDVal == ".code") in ParseDirective() 11064 else if (IDVal == ".pad") in ParseDirective() 11066 else if (IDVal == ".save") in ParseDirective() 11070 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective() 11072 else if (IDVal == ".even") in ParseDirective() 11086 else if (IDVal == ".inst") in ParseDirective() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1581 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 1582 if (IDVal == ".word") in ParseDirective() 1584 else if (IDVal == ".llong") in ParseDirective() 1586 else if (IDVal == ".tc") in ParseDirective() 1588 else if (IDVal == ".machine") in ParseDirective() 1590 else if (IDVal == ".abiversion") in ParseDirective() 1592 else if (IDVal == ".localentry") in ParseDirective() 1594 else if (IDVal.startswith(".gnu_attribute")) in ParseDirective()
|
| /llvm-project-15.0.7/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 …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 650 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 651 if (IDVal.lower() == ".falign") in ParseDirective() 653 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) in ParseDirective() 655 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")) in ParseDirective() 657 if (IDVal.lower() == ".subsection") in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 1000 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local 1007 if (IDVal == ".word") in ParseDirective() 1011 if (IDVal == ".long") in ParseDirective() 1015 if (IDVal == ".llong") in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 774 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 776 if (IDVal == ".register") { in ParseDirective() 781 if (IDVal == ".proc") { in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1221 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local 1223 if (IDVal == ".insn") in ParseDirective() 1225 if (IDVal == ".machine") in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5573 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 5576 if (IDVal == ".amdhsa_kernel") in ParseDirective() 5583 if (IDVal == ".hsa_code_object_version") in ParseDirective() 5586 if (IDVal == ".hsa_code_object_isa") in ParseDirective() 5589 if (IDVal == ".amd_kernel_code_t") in ParseDirective() 5592 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective() 5595 if (IDVal == ".amd_amdgpu_isa") in ParseDirective() 5602 if (IDVal == ".amdgcn_target") in ParseDirective() 5605 if (IDVal == ".amdgpu_lds") in ParseDirective() 5608 if (IDVal == PALMD::AssemblerDirectiveBegin) in ParseDirective() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2028 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 2030 if (IDVal == ".option") in ParseDirective() 2032 if (IDVal == ".attribute") in ParseDirective() 2034 if (IDVal == ".insn") in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 1623 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local 1625 if (IDVal == ".csky_attribute") in ParseDirective()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4896 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local 4899 IDVal, Op0.getOperand(0), in tryAsSingleRLDICL()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 9462 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local 9464 cast<ConstantSDNode>(IDVal)->getZExtValue(), dl, MVT::i64)); in visitPatchpoint()
|