Lines Matching refs:CreateImm
1882 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon7d8c15f70111::AArch64Operand
2516 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrpLabel()
2554 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in tryParseAdrLabel()
2630 AArch64Operand::CreateImm(Imm, S, E, getContext())); in tryParseImmWithOptionalShift()
2665 Operands.push_back(AArch64Operand::CreateImm(Imm, S, E, getContext())); in tryParseImmWithOptionalShift()
2876 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
2883 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); in createSysAlias()
3531 Operands.push_back(AArch64Operand::CreateImm( in parseOptionalMulOperand()
3570 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext())); in parseOperand()
3612 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext())); in parseOperand()
3660 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E, getContext())); in parseOperand()
3692 Operands.push_back(AArch64Operand::CreateImm( in parseOperand()
3707 Operands.push_back(AArch64Operand::CreateImm(CPLoc, S, E, Ctx)); in parseOperand()
4526 Operands.push_back(AArch64Operand::CreateImm( in MatchAndEmitInstruction()
4528 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
4579 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
4582 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4632 Operands[3] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
4634 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
4688 Operands[4] = AArch64Operand::CreateImm( in MatchAndEmitInstruction()
5754 AArch64Operand::CreateImm(MCConstantExpr::create(Pattern, getContext()), in tryParseSVEPattern()