Searched refs:getRegList (Results 1 – 3 of 3) sorted by relevance
369 auto regList = getRegList(); in isRegList()412 RegListOp getRegList() const { in getRegList() function457 OS << RegName(getRegList().List1From) << "-" in print()458 << RegName(getRegList().List1To) << ","; in print()459 OS << RegName(getRegList().List2From) << "-" in print()460 << RegName(getRegList().List2To) << ","; in print()461 OS << RegName(getRegList().List3From) << "-" in print()462 << RegName(getRegList().List3To) << ","; in print()463 OS << RegName(getRegList().List4From) << "-" in print()464 << RegName(getRegList().List4To); in print()[all …]
979 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon3b5979970111::ARMOperand2585 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()2592 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListWithAPSROperands()4027 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()8260 auto &RegList = Op.getRegList(); in validateInstruction()11766 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()12109 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveRegs()12151 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveFRegs()
1284 for (auto RegNo : getRegList()) in addRegListOperands()1494 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon0cff94e90211::MipsOperand