Searched refs:CreateRegList (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1314 CreateRegList(SmallVectorImpl<unsigned> &Regs, SMLoc StartLoc, SMLoc EndLoc, function in class:__anon14415::MipsOperand
4723 Operands.push_back(MipsOperand::CreateRegList(Regs, S, E, *this));
4778 Operands.push_back(MipsOperand::CreateRegList(Regs, S, E, *this));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1562 CreateRegList(const SmallVectorImpl<std::pair<unsigned, SMLoc> > &Regs, function
2262 Operands.push_back(ARMOperand::CreateRegList(Registers, S, E));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2723 CreateRegList(SmallVectorImpl<std::pair<unsigned, unsigned>> &Regs, function
3567 Operands.push_back(ARMOperand::CreateRegList(Registers, S, E));

Completed in 199 milliseconds