Home
last modified time | relevance | path

Searched refs:getRegList (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp899 for (auto RegNo : getRegList()) in addRegListOperands()
912 for (auto RegNo : getRegList()) in addMovePRegPairOperands()
1044 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon2b3557210311::MipsOperand
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp683 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anonde494dcf0311::ARMOperand
1834 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()
2942 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()
9537 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()