Searched refs:DefName (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp406 std::string DefName = R->getName(); local
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
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.cpp2259 Init *DefName = DefProto->getNameInit(); local
2261 StringInit *DefNameString = dynamic_cast<StringInit *>(DefName);
2266 DefName =
2270 DefName, StringRecTy::get())->Fold(DefProto, &MC);
2276 Record *CurRec = new Record(DefName, Locs, Records);

Completed in 154 milliseconds