Lines Matching refs:CreateImm

2076   static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S,  in CreateImm()  function in __anone48315620111::AArch64Operand
2876 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel()
2914 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel()
2990 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3025 AArch64Operand::CreateImm(Imm, S, getLoc(), getContext())); in tryParseImmWithOptionalShift()
3358 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
3365 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
4203 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand()
4259 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in parseOperand()
4320 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext())); in parseOperand()
4366 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E, getContext())); in parseOperand()
4398 Operands.push_back(AArch64Operand::CreateImm( in parseOperand()
4413 Operands.push_back(AArch64Operand::CreateImm(CPLoc, S, E, Ctx)); in parseOperand()
5510 Operands.push_back(AArch64Operand::CreateImm( in MatchAndEmitInstruction()
5512 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
5563 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
5566 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
5616 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
5618 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
5672 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
7068 AArch64Operand::CreateImm(MCConstantExpr::create(Pattern, getContext()), in tryParseSVEPattern()