Lines Matching full:getcontext
1943 AArch64Operand::CreateSysCR(CRNum, S, getLoc(), getContext()));
1978 S, getContext()));
1998 S, getContext()));
2026 AArch64MCExpr::Create(Expr, AArch64MCExpr::VK_ABS_PAGE, getContext());
2048 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2069 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2108 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));
2127 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));
2159 Imm = MCConstantExpr::Create(Val >> 12, getContext());
2165 getContext()));
2201 S, E, getContext()));
2251 AArch64Operand::CreateCondCode(CC, S, getLoc(), getContext()));
2298 AArch64Operand::CreateShiftExtend(ShOp, 0, false, S, E, getContext()));
2325 ShOp, MCE->getValue(), true, S, E, getContext()));
2338 AArch64Operand::CreateToken("sys", false, NameLoc, getContext()));
2349 Expr = MCConstantExpr::Create(op1, getContext()); \
2351 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
2353 AArch64Operand::CreateSysCR(Cn, S, getLoc(), getContext())); \
2355 AArch64Operand::CreateSysCR(Cm, S, getLoc(), getContext())); \
2356 Expr = MCConstantExpr::Create(op2, getContext()); \
2358 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
2606 ExprLoc, getContext()));
2631 getLoc(), getContext()));
2665 Tok.getString(), getLoc(), MRSReg, MSRReg, PStateField, getContext()));
2684 AArch64Operand::CreateReg(Reg, true, S, getLoc(), getContext()));
2689 AArch64Operand::CreateToken(Kind, false, S, getContext()));
2714 E, getContext()));
2733 AArch64Operand::CreateReg(Reg, false, S, getLoc(), getContext()));
2750 AArch64Operand::CreateToken("[", false, LBracS, getContext()));
2752 AArch64Operand::CreateToken("1", false, IntS, getContext()));
2754 AArch64Operand::CreateToken("]", false, RBracS, getContext()));
2837 ImmVal = AArch64MCExpr::Create(ImmVal, RefKind, getContext());
2889 if (getContext().getRegisterInfo()->getEncodingValue(Reg) !=
2890 (getContext().getRegisterInfo()->getEncodingValue(PrevReg) + 1) % 32)
2911 FirstReg, Count, NumElements, ElementKind, S, getLoc(), getContext()));
2936 E, getContext()));
2950 MCContext &Ctx = getContext();
3011 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
3017 getContext()));
3049 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
3086 AArch64Operand::CreateToken("#0", false, S, getContext()));
3088 AArch64Operand::CreateToken(".0", false, S, getContext()));
3097 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E, getContext()));
3117 MCContext& Ctx = getContext();
3199 AArch64Operand::CreateToken(Head, false, NameLoc, getContext()));
3214 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext()));
3216 AArch64Operand::CreateCondCode(CC, NameLoc, NameLoc, getContext()));
3227 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext()));
3279 getContext()));
3286 getContext()));
3309 const MCRegisterInfo *RI = getContext().getRegisterInfo();
3636 const MCExpr *NewOp3 = MCConstantExpr::Create(NewOp3Val, getContext());
3637 const MCExpr *NewOp4 = MCConstantExpr::Create(NewOp4Val, getContext());
3640 "ubfm", false, Op.getStartLoc(), getContext());
3642 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
3644 Op3.getEndLoc(), getContext());
3691 MCConstantExpr::Create(NewOp3Val, getContext());
3693 MCConstantExpr::Create(NewOp4Val, getContext());
3695 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
3697 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3700 "bfm", false, Op.getStartLoc(), getContext());
3703 "sbfm", false, Op.getStartLoc(), getContext());
3706 "ubfm", false, Op.getStartLoc(), getContext());
3749 MCConstantExpr::Create(NewOp4Val, getContext());
3751 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3754 "bfm", false, Op.getStartLoc(), getContext());
3757 "sbfm", false, Op.getStartLoc(), getContext());
3760 "ubfm", false, Op.getStartLoc(), getContext());
3777 Op.getEndLoc(), getContext());
3792 Op.getEndLoc(), getContext());
3808 Op.getEndLoc(), getContext());
3824 Op.getEndLoc(), getContext());
3953 getContext().getObjectFileInfo()->getObjectFileType();
4054 MCSymbol *Sym = getContext().GetOrCreateSymbol(Name);
4055 const MCExpr *Expr = MCSymbolRefExpr::Create(Sym, getContext());
4056 Expr = AArch64MCExpr::Create(Expr, AArch64MCExpr::VK_TLSDESC, getContext());
4103 Args.push_back(getContext().GetOrCreateSymbol(Name));