Home | History | Annotate | Download | only in TableGen

Lines Matching defs:InstName

724                                   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,
2507 std::string InstName = R->getValueAsString("InstName");
2536 isShift, isHiddenLOp, ck, InstName, isA64,
2546 isHiddenLOp, ck, InstName, isA64, testFuncProto);