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

/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp130 bool TryParseVector(uint32_t &RegNum, SMLoc &RegEndLoc, StringRef &Layout,
143 IdentifyRegister(unsigned &RegNum, SMLoc &RegEndLoc, StringRef &LayoutSpec,
1613 AArch64AsmParser::IdentifyRegister(unsigned &RegNum, SMLoc &RegEndLoc, argument
1626 RegEndLoc = SMLoc::getFromPointer(S.getPointer() + DotPos);
1718 SMLoc RegEndLoc, LayoutLoc; local
1721 if (!IdentifyRegister(RegNum, RegEndLoc, Layout, LayoutLoc))
1724 Operands.push_back(AArch64Operand::CreateReg(RegNum, S, RegEndLoc));
1759 SMLoc RegEndLoc, LayoutLoc; local
1762 if (!IdentifyRegister(RegNo, RegEndLoc, LayoutSpec, LayoutLoc))
1844 SMLoc RegEndLoc, LayoutLo local
1962 TryParseVector(uint32_t &RegNum, SMLoc &RegEndLoc, StringRef &Layout, SMLoc &LayoutLoc) argument
2000 SMLoc RegEndLoc, LayoutLoc; local
[all...]

Completed in 104 milliseconds