Lines Matching defs:SubRegNo
40 std::string SubRegNo;
45 std::string SubRegNo, std::vector<std::string> PhysRegs,
47 : Name(Name), RC(RC), SubRegNo(std::move(SubRegNo)),
493 std::string SubRegNo;
511 SubRegNo = getQualifiedName(SR->getDef());
513 SubRegNo = Dst.getChild(1).getLeafValue()->getAsString();
590 DstRC, std::move(SubRegNo), std::move(PhysRegInputs),
669 if (Memo.SubRegNo.empty()) {
679 OS << "extractsubreg(" << RetVTName << ", Op0, " << Memo.SubRegNo