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

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 406 std::string DefName = R->getName();
413 if (DefName.size() <= 4 ||
414 std::string(DefName.begin(), DefName.begin() + 4) != "int_")
415 throw "Intrinsic '" + DefName + "' does not start with 'int_'!";
417 EnumName = std::string(DefName.begin()+4, DefName.end());
426 // If an explicit name isn't specified, derive one from the DefName.
435 throw "Intrinsic '" + DefName + "'s name does not start with 'llvm.'!";
444 throw "Intrinsic '" + DefName + "' does not start with 'llvm."
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 103 milliseconds