Searched defs:InstName (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp292 const std::string &InstName = R->getValueAsString("Namespace") + "::" local
299 CaseMap[Case].push_back(InstName);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp724 const std::string &InstName,
735 // If InstName is passed in, we use that instead of our name Prefix.
736 Prefix = InstName.size() == 0? Name.slice(0, PrefixEnd).str() : InstName;
745 if (InstName.compare("vtbl") == 0 ||
746 InstName.compare("vtbx") == 0) {
1020 const std::string &InstName,
1059 PreprocessInstruction(NameRef, InstName, Prefix,
2414 ClassKind ck, const std::string &InstName,
2435 GenerateChecksForIntrinsic(name, proto, outTypeStr, inTypeStr, ck, InstName,
723 PreprocessInstruction(const StringRef &Name, const std::string &InstName, std::string &Prefix, bool &HasNPostfix, bool &HasLanePostfix, bool &HasDupPostfix, bool &IsSpecialVCvt, size_t &TBNumber) argument
1015 GenerateChecksForIntrinsic(const std::string &Name, const std::string &Proto, StringRef &OutTypeStr, StringRef &InTypeStr, ClassKind Ck, const std::string &InstName, bool IsHiddenLOp, std::vector<std::string>& Result) argument
2410 GenTest(const std::string &name, const std::string &proto, StringRef outTypeStr, StringRef inTypeStr, bool isShift, bool isHiddenLOp, ClassKind ck, const std::string &InstName, bool isA64, std::string & testFuncProto) argument
2507 std::string InstName = R->getValueAsString("InstName"); local
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h834 TemplateName InstName local
837 if (InstName.isNull())
841 if (InstName.getAsDependentTemplateName())
850 getDerived().RebuildTemplateSpecializationType(InstName, NameLoc, Args);

Completed in 329 milliseconds