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)),
495 std::string SubRegNo;
513 SubRegNo = getQualifiedName(SR->getDef());
515 SubRegNo = Dst.getChild(1).getLeafValue()->getAsString();
593 DstRC, SubRegNo, PhysRegInputs, PredicateCheck);
671 if (Memo.SubRegNo.empty()) {
681 OS << "extractsubreg(" << RetVTName << ", Op0, " << Memo.SubRegNo