/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 209 bool ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated); 215 bool ParseDirectiveSet(StringRef IDVal, bool allow_redef); // ".set", ".equ", ".equiv" 642 StringRef IDVal = getTok().getString(); local 643 if (IDVal == "f" || IDVal == "b"){ 645 IDVal == "f" ? 1 : 0); 648 if(IDVal == "b" && Sym->isUndefined()) 952 StringRef IDVal; local 964 IDVal = ""; 967 IDVal 1613 ParseDirectiveSet(StringRef IDVal, bool allow_redef) argument 1686 ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) argument 1776 StringRef IDVal = getTok().getString(); local 2662 ParseDirectiveCFIPersonalityOrLsda(StringRef IDVal, SMLoc DirectiveLoc) argument 2694 ParseDirectiveCFIRememberState(StringRef IDVal, SMLoc DirectiveLoc) argument 2702 ParseDirectiveCFIRestoreState(StringRef IDVal, SMLoc DirectiveLoc) argument 2710 ParseDirectiveCFISameValue(StringRef IDVal, SMLoc DirectiveLoc) argument [all...] |
/external/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 422 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated); 430 bool parseDirectiveSet(StringRef IDVal, bool allow_redef); 487 bool parseDirectiveSpace(StringRef IDVal); 982 StringRef IDVal = getTok().getString(); local 984 std::pair<StringRef, StringRef> Split = IDVal.split('@'); 986 if (Split.first.size() != IDVal.size()) { 990 IDVal = Split.first; 992 if (IDVal == "f" || IDVal == "b") { 994 Ctx.getDirectionalLocalSymbol(IntVal, IDVal 1421 StringRef IDVal; local 2502 parseDirectiveSet(StringRef IDVal, bool allow_redef) argument 2575 parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) argument 2764 StringRef IDVal = getTok().getString(); local 4112 parseDirectiveSpace(StringRef IDVal) argument [all...] |
H A D | DarwinAsmParser.cpp | 528 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { argument 532 return TokError("expected string in '" + Twine(IDVal) + "' directive"); 545 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 50 bool ParseDirectiveCode(StringRef IDVal, SMLoc L); 1122 StringRef IDVal = DirectiveID.getIdentifier(); local 1123 if (IDVal == ".word") 1125 else if (IDVal.startswith(".code")) 1126 return ParseDirectiveCode(IDVal, DirectiveID.getLoc()); 1157 bool X86ATTAsmParser::ParseDirectiveCode(StringRef IDVal, SMLoc L) { argument 1158 if (IDVal == ".code32") { 1164 } else if (IDVal == ".code64") { 1171 return Error(L, "unexpected directive " + IDVal);
|
/external/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 107 const Value *IDVal = getCallSite().getArgument(IDPos); local 108 return cast<ConstantInt>(IDVal)->getZExtValue();
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 665 StringRef IDVal = DirectiveID.getString(); local 667 if (IDVal == ".byte") 670 if (IDVal == ".half") 673 if (IDVal == ".word") 676 if (IDVal == ".nword") 679 if (is64Bit() && IDVal == ".xword") 682 if (IDVal == ".register") { 687 if (IDVal == ".proc") {
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 863 StringRef IDVal = DirectiveID.getIdentifier(); local 864 if ((IDVal.lower() == ".word") || (IDVal.lower() == ".4byte")) 866 if (IDVal.lower() == ".short" || IDVal.lower() == ".hword" || 867 IDVal.lower() == ".half") 869 if (IDVal.lower() == ".falign") 871 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")) 873 if ((IDVal [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 723 bool ParseDirectiveCode(StringRef IDVal, SMLoc L); 1337 StringRef IDVal = getTok().getString(); local 1338 if (IDVal == "f" || IDVal == "b") { 1340 getContext().getDirectionalLocalSymbol(IntVal, IDVal == "b"); 1344 if (IDVal == "b" && Sym->isUndefined()) 2913 StringRef IDVal = DirectiveID.getIdentifier(); local 2914 if (IDVal == ".word") 2916 else if (IDVal.startswith(".code")) 2917 return ParseDirectiveCode(IDVal, DirectiveI 3002 ParseDirectiveCode(StringRef IDVal, SMLoc L) argument [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/ |
H A D | MBlazeAsmParser.cpp | 524 StringRef IDVal = DirectiveID.getIdentifier(); local 525 if (IDVal == ".word")
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1373 StringRef IDVal = DirectiveID.getString(); local 1375 if (IDVal == ".hsa_code_object_version") 1378 if (IDVal == ".hsa_code_object_isa") 1381 if (IDVal == ".amd_kernel_code_t") 1384 if (IDVal == ".hsatext") 1387 if (IDVal == ".amdgpu_hsa_kernel") 1390 if (IDVal == ".amdgpu_hsa_module_global") 1393 if (IDVal == ".amdgpu_hsa_program_global") 1396 if (IDVal == ".hsadata_global_agent") 1399 if (IDVal [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5331 StringRef IDVal = Parser.getTok().getIdentifier(); local 5335 [&IDVal](const PrefixEntry &PE) { 5336 return PE.Spelling == IDVal; 8956 StringRef IDVal = DirectiveID.getIdentifier(); local 8957 if (IDVal == ".word") 8959 else if (IDVal == ".short" || IDVal == ".hword") 8961 else if (IDVal == ".thumb") 8963 else if (IDVal == ".arm") 8965 else if (IDVal [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6057 StringRef IDVal = DirectiveID.getString(); local 6059 if (IDVal == ".cpload") { 6063 if (IDVal == ".cprestore") { 6067 if (IDVal == ".dword") { 6071 if (IDVal == ".ent") { 6121 if (IDVal == ".end") { 6150 if (IDVal == ".frame") { 6222 if (IDVal == ".set") { 6227 if (IDVal == ".mask" || IDVal [all...] |
/external/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1740 StringRef IDVal = DirectiveID.getIdentifier(); local 1742 if (IDVal == ".word") 1744 if (IDVal == ".llong") 1746 if (IDVal == ".tc") 1748 if (IDVal == ".machine") 1750 if (IDVal == ".abiversion") 1752 if (IDVal == ".localentry") 1755 if (IDVal == ".machine")
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 4161 StringRef IDVal = DirectiveID.getIdentifier(); local 4163 if (IDVal == ".arch") 4165 if (IDVal == ".cpu") 4167 if (IDVal == ".hword") 4169 if (IDVal == ".word") 4171 if (IDVal == ".xword") 4173 if (IDVal == ".tlsdesccall") 4175 if (IDVal == ".ltorg" || IDVal == ".pool") 4177 if (IDVal 4369 parseDirectiveLOH(StringRef IDVal, SMLoc Loc) argument [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 3484 StringRef IDVal = Parser.getTok().getIdentifier(); local 3485 if (IDVal == "lower16") { 3487 } else if (IDVal == "upper16") { 4466 StringRef IDVal = DirectiveID.getIdentifier(); local 4467 if (IDVal == ".word") 4469 else if (IDVal == ".thumb") 4471 else if (IDVal == ".thumb_func") 4473 else if (IDVal == ".code") 4475 else if (IDVal == ".syntax")
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7276 SDValue IDVal = getValue(CI.getOperand(PatchPointOpers::IDPos)); 7278 cast<ConstantSDNode>(IDVal)->getZExtValue(), DL, MVT::i64)); 7371 SDValue IDVal = getValue(CS->getOperand(PatchPointOpers::IDPos)); 7373 cast<ConstantSDNode>(IDVal)->getZExtValue(), dl, MVT::i64));
|