Lines Matching refs:AArch64AsmParser

43 class AArch64AsmParser : public MCTargetAsmParser {  class
120 AArch64AsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in AArch64AsmParser() function in __anon26fd99540111::AArch64AsmParser
482 if (!AArch64AsmParser::classifySymbolRef(Expr, ELFRefKind, DarwinRefKind, in isSymbolicUImm12Offset()
715 if (AArch64AsmParser::classifySymbolRef(Expr, ELFRefKind, in isAddSubImm()
804 if (!AArch64AsmParser::classifySymbolRef(getImm(), ELFRefKind, in isMovWSymbol()
1933 bool AArch64AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
1942 unsigned AArch64AsmParser::matchRegisterNameAlias(StringRef Name, in matchRegisterNameAlias()
1964 int AArch64AsmParser::tryParseRegister() { in tryParseRegister()
1989 int AArch64AsmParser::tryMatchVectorRegister(StringRef &Kind, bool expected) { in tryMatchVectorRegister()
2021 AArch64AsmParser::OperandMatchResultTy
2022 AArch64AsmParser::tryParseSysCROperand(OperandVector &Operands) { in tryParseSysCROperand()
2051 AArch64AsmParser::OperandMatchResultTy
2052 AArch64AsmParser::tryParsePrefetch(OperandVector &Operands) { in tryParsePrefetch()
2100 AArch64AsmParser::OperandMatchResultTy
2101 AArch64AsmParser::tryParsePSBHint(OperandVector &Operands) { in tryParsePSBHint()
2124 AArch64AsmParser::OperandMatchResultTy
2125 AArch64AsmParser::tryParseAdrpLabel(OperandVector &Operands) { in tryParseAdrpLabel()
2175 AArch64AsmParser::OperandMatchResultTy
2176 AArch64AsmParser::tryParseAdrLabel(OperandVector &Operands) { in tryParseAdrLabel()
2195 AArch64AsmParser::OperandMatchResultTy
2196 AArch64AsmParser::tryParseFPImm(OperandVector &Operands) { in tryParseFPImm()
2259 AArch64AsmParser::OperandMatchResultTy
2260 AArch64AsmParser::tryParseAddSubImm(OperandVector &Operands) { in tryParseAddSubImm()
2326 AArch64CC::CondCode AArch64AsmParser::parseCondCodeString(StringRef Cond) { in parseCondCodeString()
2351 bool AArch64AsmParser::parseCondCode(OperandVector &Operands, in parseCondCode()
2377 AArch64AsmParser::OperandMatchResultTy
2378 AArch64AsmParser::tryParseOptionalShiftExtend(OperandVector &Operands) { in tryParseOptionalShiftExtend()
2451 bool AArch64AsmParser::parseSysAlias(StringRef Name, SMLoc NameLoc, in parseSysAlias()
2718 AArch64AsmParser::OperandMatchResultTy
2719 AArch64AsmParser::tryParseBarrierOperand(OperandVector &Operands) { in tryParseBarrierOperand()
2772 AArch64AsmParser::OperandMatchResultTy
2773 AArch64AsmParser::tryParseSysReg(OperandVector &Operands) { in tryParseSysReg()
2802 bool AArch64AsmParser::tryParseVectorRegister(OperandVector &Operands) { in tryParseVectorRegister()
2851 bool AArch64AsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
2894 bool AArch64AsmParser::parseSymbolicImmVal(const MCExpr *&ImmVal) { in parseSymbolicImmVal()
2973 bool AArch64AsmParser::parseVectorList(OperandVector &Operands) { in parseVectorList()
3071 AArch64AsmParser::OperandMatchResultTy
3072 AArch64AsmParser::tryParseGPR64sp0Operand(OperandVector &Operands) { in tryParseGPR64sp0Operand()
3117 bool AArch64AsmParser::parseOperand(OperandVector &Operands, bool isCondCode, in parseOperand()
3282 bool AArch64AsmParser::ParseInstruction(ParseInstructionInfo &Info, in ParseInstruction()
3437 bool AArch64AsmParser::validateInstruction(MCInst &Inst, in validateInstruction()
3608 bool AArch64AsmParser::showMatchError(SMLoc Loc, unsigned ErrCode) { in showMatchError()
3738 bool AArch64AsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
4155 bool AArch64AsmParser::ParseDirective(AsmToken DirectiveID) { in ParseDirective()
4207 bool AArch64AsmParser::parseDirectiveArch(SMLoc L) { in parseDirectiveArch()
4231 bool AArch64AsmParser::parseDirectiveCPU(SMLoc L) { in parseDirectiveCPU()
4283 bool AArch64AsmParser::parseDirectiveWord(unsigned Size, SMLoc L) { in parseDirectiveWord()
4309 bool AArch64AsmParser::parseDirectiveInst(SMLoc Loc) { in parseDirectiveInst()
4350 bool AArch64AsmParser::parseDirectiveTLSDescCall(SMLoc L) { in parseDirectiveTLSDescCall()
4369 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) { in parseDirectiveLOH()
4421 bool AArch64AsmParser::parseDirectiveLtorg(SMLoc L) { in parseDirectiveLtorg()
4428 bool AArch64AsmParser::parseDirectiveReq(StringRef Name, SMLoc L) { in parseDirectiveReq()
4469 bool AArch64AsmParser::parseDirectiveUnreq(SMLoc L) { in parseDirectiveUnreq()
4482 AArch64AsmParser::classifySymbolRef(const MCExpr *Expr, in classifySymbolRef()
4533 RegisterMCAsmParser<AArch64AsmParser> X(TheAArch64leTarget); in LLVMInitializeAArch64AsmParser()
4534 RegisterMCAsmParser<AArch64AsmParser> Y(TheAArch64beTarget); in LLVMInitializeAArch64AsmParser()
4535 RegisterMCAsmParser<AArch64AsmParser> Z(TheARM64Target); in LLVMInitializeAArch64AsmParser()
4545 unsigned AArch64AsmParser::validateTargetOperandClass(MCParsedAsmOperand &AsmOp, in validateTargetOperandClass()
4606 AArch64AsmParser::OperandMatchResultTy
4607 AArch64AsmParser::tryParseGPRSeqPair(OperandVector &Operands) { in tryParseGPRSeqPair()