Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp376 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
383 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
430 bool parseDirectiveSpace(StringRef IDVal);
890 StringRef IDVal = getTok().getString(); in parsePrimaryExpr() local
892 std::pair<StringRef, StringRef> Split = IDVal.split('@'); in parsePrimaryExpr()
894 if (Split.first.size() != IDVal.size()) { in parsePrimaryExpr()
898 IDVal = Split.first; in parsePrimaryExpr()
900 if (IDVal == "f" || IDVal == "b") { in parsePrimaryExpr()
902 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b"); in parsePrimaryExpr()
904 if (IDVal == "b" && Sym->isUndefined()) in parsePrimaryExpr()
[all …]
HDDarwinAsmParser.cpp489 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument
493 return TokError("expected string in '" + Twine(IDVal) + "' directive"); in parseDirectiveLinkerOption()
506 return TokError("unexpected token in '" + Twine(IDVal) + "' directive"); in parseDirectiveLinkerOption()
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp563 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
565 if (IDVal == ".byte") in ParseDirective()
568 if (IDVal == ".half") in ParseDirective()
571 if (IDVal == ".word") in ParseDirective()
574 if (IDVal == ".nword") in ParseDirective()
577 if (is64Bit() && IDVal == ".xword") in ParseDirective()
580 if (IDVal == ".register") { in ParseDirective()
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp716 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
1234 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
1235 if (IDVal == "f" || IDVal == "b") { in ParseIntelExpression()
1237 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); in ParseIntelExpression()
1241 if (IDVal == "b" && Sym->isUndefined()) in ParseIntelExpression()
2874 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
2875 if (IDVal == ".word") in ParseDirective()
2877 else if (IDVal.startswith(".code")) in ParseDirective()
2878 return ParseDirectiveCode(IDVal, DirectiveID.getLoc()); in ParseDirective()
2879 else if (IDVal.startswith(".att_syntax")) { in ParseDirective()
[all …]
/NextBSD/contrib/llvm/include/llvm/IR/
HDStatepoint.h107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID() local
108 return cast<ConstantInt>(IDVal)->getZExtValue(); in getID()
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp4923 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
4925 if (IDVal == ".cpload") in ParseDirective()
4927 if (IDVal == ".dword") { in ParseDirective()
4931 if (IDVal == ".ent") { in ParseDirective()
4980 if (IDVal == ".end") { in ParseDirective()
5008 if (IDVal == ".frame") { in ParseDirective()
5079 if (IDVal == ".set") { in ParseDirective()
5083 if (IDVal == ".mask" || IDVal == ".fmask") { in ParseDirective()
5134 if (IDVal == ".mask") in ParseDirective()
5141 if (IDVal == ".nan") in ParseDirective()
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp5272 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
5276 [&IDVal](const PrefixEntry &PE) { in parsePrefix()
5277 return PE.Spelling == IDVal; in parsePrefix()
8781 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
8782 if (IDVal == ".word") in ParseDirective()
8784 else if (IDVal == ".short" || IDVal == ".hword") in ParseDirective()
8786 else if (IDVal == ".thumb") in ParseDirective()
8788 else if (IDVal == ".arm") in ParseDirective()
8790 else if (IDVal == ".thumb_func") in ParseDirective()
8792 else if (IDVal == ".code") in ParseDirective()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp1705 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
1707 if (IDVal == ".word") in ParseDirective()
1709 if (IDVal == ".llong") in ParseDirective()
1711 if (IDVal == ".tc") in ParseDirective()
1713 if (IDVal == ".machine") in ParseDirective()
1715 if (IDVal == ".abiversion") in ParseDirective()
1717 if (IDVal == ".localentry") in ParseDirective()
1720 if (IDVal == ".machine") in ParseDirective()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp4053 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4055 if (IDVal == ".hword") in ParseDirective()
4057 if (IDVal == ".word") in ParseDirective()
4059 if (IDVal == ".xword") in ParseDirective()
4061 if (IDVal == ".tlsdesccall") in ParseDirective()
4063 if (IDVal == ".ltorg" || IDVal == ".pool") in ParseDirective()
4065 if (IDVal == ".unreq") in ParseDirective()
4069 if (IDVal == ".inst") in ParseDirective()
4073 return parseDirectiveLOH(IDVal, Loc); in ParseDirective()
4164 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) { in parseDirectiveLOH() argument
[all …]
/NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp886 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
888 if (IDVal == ".hsa_code_object_version") in ParseDirective()
891 if (IDVal == ".hsa_code_object_isa") in ParseDirective()
894 if (IDVal == ".amd_kernel_code_t") in ParseDirective()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp6559 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); in visitStackmap() local
6561 cast<ConstantSDNode>(IDVal)->getZExtValue(), DL, MVT::i64)); in visitStackmap()
6652 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local
6654 cast<ConstantSDNode>(IDVal)->getZExtValue(), dl, MVT::i64)); in visitPatchpoint()