Searched refs:getRegList (Results 1 – 3 of 3) sorted by relevance
368 auto regList = getRegList(); in isRegList()411 RegListOp getRegList() const { in getRegList() function456 OS << RegName(getRegList().List1From) << "-" in print()457 << RegName(getRegList().List1To) << ","; in print()458 OS << RegName(getRegList().List2From) << "-" in print()459 << RegName(getRegList().List2To) << ","; in print()460 OS << RegName(getRegList().List3From) << "-" in print()461 << RegName(getRegList().List3To) << ","; in print()462 OS << RegName(getRegList().List4From) << "-" in print()463 << RegName(getRegList().List4To); in print()[all …]
979 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon2aa686d00111::ARMOperand2584 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()2591 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListWithAPSROperands()4026 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()8259 auto &RegList = Op.getRegList(); in validateInstruction()11737 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()12080 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveRegs()12122 const SmallVectorImpl<unsigned> &RegList = Op.getRegList(); in parseDirectiveSEHSaveFRegs()
1276 for (auto RegNo : getRegList()) in addRegListOperands()1486 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon03c4d4620211::MipsOperand