Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp196 StringRef IDVal, AsmToken ID,
568 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
570 bool parseDirectiveValue(StringRef IDVal,
572 bool parseDirectiveOctaValue(StringRef IDVal); // ".octa", ...
573 bool parseDirectiveRealValue(StringRef IDVal,
578 bool parseDirectiveSet(StringRef IDVal, AssignmentKind Kind);
644 bool parseDirectiveSpace(StringRef IDVal);
647 bool parseDirectiveDCB(StringRef IDVal, unsigned Size);
648 bool parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &);
650 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,
2110 StringRef IDVal; in parseStatement() local
2116 IDVal = "."; in parseStatement()
2119 IDVal = getTok().getString(); in parseStatement()
2121 if (!IDVal.starts_with(".")) in parseStatement()
2123 } else if (parseIdentifier(IDVal, StartOfStatement)) { in parseStatement()
2128 IDVal = ""; 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp434 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/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1164 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
2116 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
2117 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression()
2119 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
2123 if (IDVal == "b" && Sym->isUndefined()) in ParseIntelExpression()
4593 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4594 if (IDVal.starts_with(".arch")) in ParseDirective()
4596 if (IDVal.starts_with(".code")) in ParseDirective()
4597 return ParseDirectiveCode(IDVal, DirectiveID.getLoc()); in ParseDirective()
4598 else if (IDVal.starts_with(".att_syntax")) { in ParseDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6806 auto IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
6808 if (IDVal == ".arch") in ParseDirective()
6810 else if (IDVal == ".cpu") in ParseDirective()
6812 else if (IDVal == ".tlsdesccall") in ParseDirective()
6814 else if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective()
6816 else if (IDVal == ".unreq") in ParseDirective()
6818 else if (IDVal == ".inst") in ParseDirective()
6820 else if (IDVal == ".cfi_negate_ra_state") in ParseDirective()
6822 else if (IDVal == ".cfi_b_key_frame") in ParseDirective()
6824 else if (IDVal == ".cfi_mte_tagged_frame") in ParseDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp682 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
683 if (IDVal.lower() == ".long") in parseDirective()
685 if (IDVal.lower() == ".word" || IDVal.lower() == ".short") in parseDirective()
687 if (IDVal.lower() == ".byte") in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6481 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
6484 llvm::find_if(PrefixEntries, [&IDVal](const PrefixEntry &PE) { in parsePrefix()
6485 return PE.Spelling == IDVal; in parsePrefix()
11437 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
11438 if (IDVal == ".word") in ParseDirective()
11440 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective()
11442 else if (IDVal == ".thumb") in ParseDirective()
11444 else if (IDVal == ".arm") in ParseDirective()
11446 else if (IDVal == ".thumb_func") in ParseDirective()
11448 else if (IDVal == ".code") in ParseDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp802 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
805 if (IDVal == ".literal_position") { in parseDirective()
811 if (IDVal == ".literal") { in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8635 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
8637 if (IDVal == ".cpadd") { in ParseDirective()
8641 if (IDVal == ".cpload") { in ParseDirective()
8645 if (IDVal == ".cprestore") { in ParseDirective()
8649 if (IDVal == ".cplocal") { 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp715 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
716 if (IDVal.lower() == ".falign") in ParseDirective()
718 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) in ParseDirective()
720 if ((IDVal.lower() == ".comm") || (IDVal.lower() == ".common")) in ParseDirective()
722 if (IDVal.lower() == ".subsection") in ParseDirective()
724 if (IDVal == ".attribute") in ParseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1736 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
1737 if (IDVal == ".word") in ParseDirective()
1739 else if (IDVal == ".llong") in ParseDirective()
1741 else if (IDVal == ".tc") in ParseDirective()
1743 else if (IDVal == ".machine") in ParseDirective()
1745 else if (IDVal == ".abiversion") in ParseDirective()
1747 else if (IDVal == ".localentry") in ParseDirective()
1749 else if (IDVal.starts_with(".gnu_attribute")) in ParseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1004 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/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1200 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/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp942 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
944 if (IDVal == ".register") { in parseDirective()
949 if (IDVal == ".proc") { in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2765 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
2767 if (IDVal == ".option") in parseDirective()
2769 if (IDVal == ".attribute") in parseDirective()
2771 if (IDVal == ".insn") in parseDirective()
2773 if (IDVal == ".variant_cc") in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6165 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
6168 if (IDVal == ".amdhsa_kernel") in ParseDirective()
6171 if (IDVal == ".amdhsa_code_object_version") in ParseDirective()
6175 if (IDVal == AMDGPU::HSAMD::V3::AssemblerDirectiveBegin) in ParseDirective()
6178 if (IDVal == ".amd_kernel_code_t") in ParseDirective()
6181 if (IDVal == ".amdgpu_hsa_kernel") in ParseDirective()
6184 if (IDVal == ".amd_amdgpu_isa") in ParseDirective()
6187 if (IDVal == AMDGPU::HSAMD::AssemblerDirectiveBegin) { in ParseDirective()
6195 if (IDVal == ".amdgcn_target") in ParseDirective()
6198 if (IDVal == ".amdgpu_lds") in ParseDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1532 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
1534 if (IDVal == ".csky_attribute") in parseDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5147 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local
5150 IDVal, Op0.getOperand(0), in tryAsSingleRLDICL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10628 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local
10629 Ops.push_back(DAG.getTargetConstant(IDVal->getAsZExtVal(), dl, MVT::i64)); in visitPatchpoint()