Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp969 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon46f2ecb80111::ARMOperand
2573 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()
2581 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListWithAPSROperands()
4017 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()
8223 auto &RegList = Op.getRegList(); in validateInstruction()
11692 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1276 for (auto RegNo : getRegList()) in addRegListOperands()
1486 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon64c2544a0211::MipsOperand