Home
last modified time | relevance | path

Searched refs:IDVal (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp194 StringRef IDVal, AsmToken ID,
566 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
568 bool parseDirectiveValue(StringRef IDVal,
570 bool parseDirectiveOctaValue(StringRef IDVal); // ".octa", ...
571 bool parseDirectiveRealValue(StringRef IDVal,
576 bool parseDirectiveSet(StringRef IDVal, AssignmentKind Kind);
641 bool parseDirectiveSpace(StringRef IDVal);
644 bool parseDirectiveDCB(StringRef IDVal, unsigned Size);
645 bool parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &);
647 bool parseDirectiveDS(StringRef IDVal, unsigned Size);
[all …]
H A DMasmParser.cpp853 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
865 bool parseDirectiveValue(StringRef IDVal, unsigned Size);
872 bool parseDirectiveRealValue(StringRef IDVal, const fltSemantics &Semantics,
933 bool parseDirectiveEquate(StringRef IDVal, StringRef Name,
2121 StringRef IDVal; in parseStatement() local
2127 IDVal = "."; in parseStatement()
2131 IDVal = "{"; in parseStatement()
2136 IDVal = "}"; in parseStatement()
2141 IDVal = "*"; in parseStatement()
2144 IDVal = getTok().getString(); in parseStatement()
[all …]
H A DDarwinAsmParser.cpp609 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp441 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
442 if (IDVal.lower() == ".long") { in ParseDirective()
444 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective()
446 } else if (IDVal.lower() == ".byte") { in ParseDirective()
448 } else if (IDVal.lower() == ".refsym") { in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1148 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
2110 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
2111 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression()
2113 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
2117 if (IDVal == "b" && Sym->isUndefined()) in ParseIntelExpression()
4614 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4615 if (IDVal.startswith(".arch")) in ParseDirective()
4617 if (IDVal.startswith(".code")) in ParseDirective()
4618 return ParseDirectiveCode(IDVal, DirectiveID.getLoc()); in ParseDirective()
4619 else if (IDVal.startswith(".att_syntax")) { in ParseDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp678 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
679 if (IDVal.lower() == ".long") { in ParseDirective()
681 } else if (IDVal.lower() == ".word" || IDVal.lower() == ".short") { in ParseDirective()
683 } else if (IDVal.lower() == ".byte") { in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6733 auto IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
6735 if (IDVal == ".arch") in ParseDirective()
6737 else if (IDVal == ".cpu") in ParseDirective()
6739 else if (IDVal == ".tlsdesccall") in ParseDirective()
6741 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective()
6743 else if (IDVal == ".unreq") in ParseDirective()
6745 else if (IDVal == ".inst") in ParseDirective()
6747 else if (IDVal == ".cfi_negate_ra_state") in ParseDirective()
6749 else if (IDVal == ".cfi_b_key_frame") in ParseDirective()
6751 else if (IDVal == ".cfi_mte_tagged_frame") in ParseDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6379 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
6382 llvm::find_if(PrefixEntries, [&IDVal](const PrefixEntry &PE) { in parsePrefix()
6383 return PE.Spelling == IDVal; in parsePrefix()
11058 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
11059 if (IDVal == ".word") in ParseDirective()
11061 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective()
11063 else if (IDVal == ".thumb") in ParseDirective()
11065 else if (IDVal == ".arm") in ParseDirective()
11067 else if (IDVal == ".thumb_func") in ParseDirective()
11069 else if (IDVal == ".code") in ParseDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1665 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
1666 if (IDVal == ".word") in ParseDirective()
1668 else if (IDVal == ".llong") in ParseDirective()
1670 else if (IDVal == ".tc") in ParseDirective()
1672 else if (IDVal == ".machine") in ParseDirective()
1674 else if (IDVal == ".abiversion") in ParseDirective()
1676 else if (IDVal == ".localentry") in ParseDirective()
1678 else if (IDVal.startswith(".gnu_attribute")) in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8629 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
8631 if (IDVal == ".cpadd") { in ParseDirective()
8635 if (IDVal == ".cpload") { in ParseDirective()
8639 if (IDVal == ".cprestore") { in ParseDirective()
8643 if (IDVal == ".cplocal") { in ParseDirective()
8647 if (IDVal == ".ent") { in ParseDirective()
8697 if (IDVal == ".end") { in ParseDirective()
8726 if (IDVal == ".frame") { in ParseDirective()
8798 if (IDVal == ".set") { in ParseDirective()
8803 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp659 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
660 if (IDVal.lower() == ".falign") in ParseDirective()
662 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) in ParseDirective()
664 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")) in ParseDirective()
666 if (IDVal.lower() == ".subsection") in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1223 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
1225 if (IDVal == ".insn") in ParseDirective()
1227 if (IDVal == ".machine") in ParseDirective()
1229 if (IDVal.startswith(".gnu_attribute")) in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1002 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
1009 if (IDVal == ".word") in ParseDirective()
1013 if (IDVal == ".long") in ParseDirective()
1017 if (IDVal == ".llong") in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp775 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
777 if (IDVal == ".register") { in ParseDirective()
782 if (IDVal == ".proc") { in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2028 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()
2036 if (IDVal == ".variant_cc") in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5653 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
5656 if (IDVal == ".amdhsa_kernel") in ParseDirective()
5660 if (IDVal == AMDGPU::HSAMD::V3::AssemblerDirectiveBegin) in ParseDirective()
5663 if (IDVal == ".hsa_code_object_version") in ParseDirective()
5666 if (IDVal == ".hsa_code_object_isa") in ParseDirective()
5669 if (IDVal == ".amd_kernel_code_t") in ParseDirective()
5672 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective()
5675 if (IDVal == ".amd_amdgpu_isa") in ParseDirective()
5678 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) in ParseDirective()
5682 if (IDVal == ".amdgcn_target") in ParseDirective()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1624 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
1626 if (IDVal == ".csky_attribute") in ParseDirective()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4968 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local
4971 IDVal, Op0.getOperand(0), in tryAsSingleRLDICL()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9710 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local
9712 cast<ConstantSDNode>(IDVal)->getZExtValue(), dl, MVT::i64)); in visitPatchpoint()