Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp470 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anon92cf716e0311::ARMOperand
993 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()
1763 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp991 for (auto RegNo : getRegList()) in addRegListOperands()
1014 for (auto RegNo : getRegList()) in addMovePRegPairOperands()
1208 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anond0efcad40311::MipsOperand
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp623 const SmallVectorImpl<unsigned> &getRegList() const { in getRegList() function in __anonef5d38c20311::ARMOperand
1830 const SmallVectorImpl<unsigned> &RegList = getRegList(); in addRegListOperands()
2981 const SmallVectorImpl<unsigned> &RegList = getRegList(); in print()
9744 getTargetStreamer().emitRegSave(Op.getRegList(), IsVector); in parseDirectiveRegSave()