Lines Matching refs:CreateToken

1969   CreateToken(StringRef Str, SMLoc S, MCContext &Ctx, bool IsSuffix = false) {  in CreateToken()  function in __anone48315620111::AArch64Operand
2961 Operands.push_back(AArch64Operand::CreateToken("#0", S, getContext())); in tryParseFPImm()
2962 Operands.push_back(AArch64Operand::CreateToken(".0", S, getContext())); in tryParseFPImm()
3376 Operands.push_back(AArch64Operand::CreateToken("sys", NameLoc, getContext())); in parseSysAlias()
3648 Operands.push_back(AArch64Operand::CreateToken(Kind, S, getContext())); in tryParseNeonVectorRegister()
3752 Operands.push_back(AArch64Operand::CreateToken("/", getLoc(), getContext())); in tryParseSVEPredicateVector()
3765 Operands.push_back(AArch64Operand::CreateToken(ZM, getLoc(), getContext())); in tryParseSVEPredicateVector()
4185 AArch64Operand::CreateToken("mul", getLoc(), getContext())); in parseOptionalMulOperand()
4190 AArch64Operand::CreateToken("vl", getLoc(), getContext())); in parseOptionalMulOperand()
4224 AArch64Operand::CreateToken(Keyword, Tok.getLoc(), getContext())); in parseKeywordOperand()
4264 AArch64Operand::CreateToken("[", getLoc(), getContext())); in parseOperand()
4276 AArch64Operand::CreateToken("{", getLoc(), getContext())); in parseOperand()
4356 Operands.push_back(AArch64Operand::CreateToken("#0", S, getContext())); in parseOperand()
4357 Operands.push_back(AArch64Operand::CreateToken(".0", S, getContext())); in parseOperand()
4397 Operands[0] = AArch64Operand::CreateToken("movz", Loc, Ctx); in parseOperand()
4547 Operands.push_back(AArch64Operand::CreateToken(Head, NameLoc, getContext())); in ParseInstruction()
4566 Operands.push_back(AArch64Operand::CreateToken(".", SuffixLoc, getContext(), in ParseInstruction()
4579 Operands.push_back(AArch64Operand::CreateToken( in ParseInstruction()
4629 AArch64Operand::CreateToken("]", getLoc(), getContext())); in ParseInstruction()
4632 AArch64Operand::CreateToken("!", getLoc(), getContext())); in ParseInstruction()
4635 AArch64Operand::CreateToken("}", getLoc(), getContext())); in ParseInstruction()
5509 AArch64Operand::CreateToken("ubfm", Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
5559 AArch64Operand::CreateToken("bfm", Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
5621 Operands[0] = AArch64Operand::CreateToken("bfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5624 Operands[0] = AArch64Operand::CreateToken("sbfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5627 Operands[0] = AArch64Operand::CreateToken("ubfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5675 Operands[0] = AArch64Operand::CreateToken("bfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5678 Operands[0] = AArch64Operand::CreateToken("sbfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5681 Operands[0] = AArch64Operand::CreateToken("ubfm", Op.getStartLoc(), in MatchAndEmitInstruction()
5709 AArch64Operand::CreateToken(".16b", IDLoc, getContext()); in MatchAndEmitInstruction()