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

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp137 IdentifyRegister(unsigned &RegNum, SMLoc &RegEndLoc, StringRef &LayoutSpec,
1528 AArch64AsmParser::IdentifyRegister(unsigned &RegNum, SMLoc &RegEndLoc, argument
1552 RegEndLoc = SMLoc::getFromPointer(S.getPointer() + DotPos);
1586 SMLoc RegEndLoc, LayoutLoc; local
1589 if (!IdentifyRegister(RegNum, RegEndLoc, Layout, LayoutLoc))
1592 Operands.push_back(AArch64Operand::CreateReg(RegNum, S, RegEndLoc));
1626 SMLoc RegEndLoc, LayoutLoc; local
1629 if (!IdentifyRegister(RegNo, RegEndLoc, LayoutSpec, LayoutLoc))
1711 SMLoc RegEndLoc, LayoutLoc; local
1713 if(!IdentifyRegister(RegNum, RegEndLoc, Layou
[all...]

Completed in 1027 milliseconds