HomeSort by relevance Sort by last modified time
    Searched refs:IDVal (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 378 bool parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
386 bool parseDirectiveSet(StringRef IDVal, bool allow_redef);
433 bool parseDirectiveSpace(StringRef IDVal);
892 StringRef IDVal = getTok().getString();
894 std::pair<StringRef, StringRef> Split = IDVal.split('@');
896 if (Split.first.size() != IDVal.size()) {
900 IDVal = Split.first;
902 if (IDVal == "f" || IDVal == "b") {
904 Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b")
    [all...]
DarwinAsmParser.cpp 498 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) {
502 return TokError("expected string in '" + Twine(IDVal) + "' directive");
515 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
    [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1018 StringRef IDVal = DirectiveID.getString();
1020 if (IDVal == ".hsa_code_object_version")
1023 if (IDVal == ".hsa_code_object_isa")
1026 if (IDVal == ".amd_kernel_code_t")
1029 if (IDVal == ".hsatext" || IDVal == ".text")
1032 if (IDVal == ".amdgpu_hsa_kernel"
    [all...]
  /external/llvm/include/llvm/IR/
Statepoint.h 107 const Value *IDVal = getCallSite().getArgument(IDPos);
108 return cast<ConstantInt>(IDVal)->getZExtValue();
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 627 StringRef IDVal = DirectiveID.getString();
629 if (IDVal == ".byte")
632 if (IDVal == ".half")
635 if (IDVal == ".word")
638 if (IDVal == ".nword")
641 if (is64Bit() && IDVal == ".xword")
644 if (IDVal == ".register") {
    [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 883 StringRef IDVal = DirectiveID.getIdentifier();
884 if ((IDVal.lower() == ".word") || (IDVal.lower() == ".4byte"))
886 if (IDVal.lower() == ".short" || IDVal.lower() == ".hword" ||
887 IDVal.lower() == ".half")
889 if (IDVal.lower() == ".falign")
891 if ((IDVal.lower() == ".lcomm") || (IDVal.lower() == ".lcommon")
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 720 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 818 milliseconds