Searched refs:getRegList (Results 1 – 3 of 3) sorted by relevance
370 auto regList = getRegList(); in isRegList()413 RegListOp getRegList() const { in getRegList() function458 OS << RegName(getRegList().List1From) << "-" in print()459 << RegName(getRegList().List1To) << ","; in print()460 OS << RegName(getRegList().List2From) << "-" in print()461 << RegName(getRegList().List2To) << ","; in print()462 OS << RegName(getRegList().List3From) << "-" in print()463 << RegName(getRegList().List3To) << ","; in print()464 OS << RegName(getRegList().List4From) << "-" in print()465 << RegName(getRegList().List4To); in print()[all …]
1008 const SmallVectorImpl<MCRegister> &getRegList() const { in getRegList() function in __anon6be9c9a00111::ARMOperand2634 const SmallVectorImpl<MCRegister> &RegList = getRegList(); in addRegListOperands()2641 const SmallVectorImpl<MCRegister> &RegList = getRegList(); in addRegListWithAPSROperands()4114 const SmallVectorImpl<MCRegister> &RegList = getRegList(); in print()7757 auto &RegList = Op.getRegList(); in validateInstruction()8438 auto &RegList = Op.getRegList(); in validateInstruction()8975 auto &RegList = Op.getRegList(); in processInstruction()12235 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()12580 const SmallVectorImpl<MCRegister> &RegList = Op.getRegList(); in parseDirectiveSEHSaveRegs()12622 const SmallVectorImpl<MCRegister> &RegList = Op.getRegList(); in parseDirectiveSEHSaveFRegs()
1228 for (auto RegNo : getRegList()) in addRegListOperands()1450 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anona2e40b320211::MipsOperand