Lines Matching full:getcontext
2060 AArch64Operand::CreateSysCR(CRNum, S, getLoc(), getContext()));
2095 S, getContext()));
2115 S, getContext()));
2141 S, getContext()));
2169 AArch64MCExpr::create(Expr, AArch64MCExpr::VK_ABS_PAGE, getContext());
2191 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2212 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
2251 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));
2270 Operands.push_back(AArch64Operand::CreateFPImm(Val, S, getContext()));
2302 Imm = MCConstantExpr::create(Val >> 12, getContext());
2308 getContext()));
2344 S, E, getContext()));
2394 AArch64Operand::CreateCondCode(CC, S, getLoc(), getContext()));
2441 AArch64Operand::CreateShiftExtend(ShOp, 0, false, S, E, getContext()));
2468 ShOp, MCE->getValue(), true, S, E, getContext()));
2481 AArch64Operand::CreateToken("sys", false, NameLoc, getContext()));
2492 Expr = MCConstantExpr::create(op1, getContext()); \
2494 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
2496 AArch64Operand::CreateSysCR(Cn, S, getLoc(), getContext())); \
2498 AArch64Operand::CreateSysCR(Cm, S, getLoc(), getContext())); \
2499 Expr = MCConstantExpr::create(op2, getContext()); \
2501 AArch64Operand::CreateImm(Expr, S, getLoc(), getContext())); \
2770 ExprLoc, getContext()));
2795 getLoc(), getContext()));
2830 Tok.getString(), getLoc(), MRSReg, MSRReg, PStateField, getContext()));
2849 AArch64Operand::CreateReg(Reg, true, S, getLoc(), getContext()));
2854 AArch64Operand::CreateToken(Kind, false, S, getContext()));
2879 E, getContext()));
2898 AArch64Operand::CreateReg(Reg, false, S, getLoc(), getContext()));
2915 AArch64Operand::CreateToken("[", false, LBracS, getContext()));
2917 AArch64Operand::CreateToken("1", false, IntS, getContext()));
2919 AArch64Operand::CreateToken("]", false, RBracS, getContext()));
3002 ImmVal = AArch64MCExpr::create(ImmVal, RefKind, getContext());
3054 if (getContext().getRegisterInfo()->getEncodingValue(Reg) !=
3055 (getContext().getRegisterInfo()->getEncodingValue(PrevReg) + 1) % 32)
3076 FirstReg, Count, NumElements, ElementKind, S, getLoc(), getContext()));
3101 E, getContext()));
3115 MCContext &Ctx = getContext();
3176 Operands.push_back(AArch64Operand::CreateImm(Expr, S, E, getContext()));
3182 getContext()));
3214 Operands.push_back(AArch64Operand::CreateImm(IdVal, S, E, getContext()));
3251 AArch64Operand::CreateToken("#0", false, S, getContext()));
3253 AArch64Operand::CreateToken(".0", false, S, getContext()));
3262 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E, getContext()));
3282 MCContext& Ctx = getContext();
3364 AArch64Operand::CreateToken(Head, false, NameLoc, getContext()));
3379 AArch64Operand::CreateToken(".", true, SuffixLoc, getContext()));
3381 AArch64Operand::CreateCondCode(CC, NameLoc, NameLoc, getContext()));
3392 AArch64Operand::CreateToken(Head, true, SuffixLoc, getContext()));
3444 getContext()));
3451 getContext()));
3474 const MCRegisterInfo *RI = getContext().getRegisterInfo();
3803 const MCExpr *NewOp3 = MCConstantExpr::create(NewOp3Val, getContext());
3804 const MCExpr *NewOp4 = MCConstantExpr::create(NewOp4Val, getContext());
3807 "ubfm", false, Op.getStartLoc(), getContext());
3809 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext()));
3811 Op3.getEndLoc(), getContext());
3854 const MCExpr *ImmRExpr = MCConstantExpr::create(ImmR, getContext());
3855 const MCExpr *ImmSExpr = MCConstantExpr::create(ImmS, getContext());
3857 "bfm", false, Op.getStartLoc(), getContext());
3860 SMLoc(), getContext());
3862 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext());
3865 WidthOp.getEndLoc(), getContext()));
3911 MCConstantExpr::create(NewOp3Val, getContext());
3913 MCConstantExpr::create(NewOp4Val, getContext());
3915 NewOp3, Op3.getStartLoc(), Op3.getEndLoc(), getContext());
3917 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3920 "bfm", false, Op.getStartLoc(), getContext());
3923 "sbfm", false, Op.getStartLoc(), getContext());
3926 "ubfm", false, Op.getStartLoc(), getContext());
3969 MCConstantExpr::create(NewOp4Val, getContext());
3971 NewOp4, Op4.getStartLoc(), Op4.getEndLoc(), getContext());
3974 "bfm", false, Op.getStartLoc(), getContext());
3977 "sbfm", false, Op.getStartLoc(), getContext());
3980 "ubfm", false, Op.getStartLoc(), getContext());
3997 Op.getEndLoc(), getContext());
4012 Op.getEndLoc(), getContext());
4028 Op.getEndLoc(), getContext());
4044 Op.getEndLoc(), getContext());
4192 getContext().getObjectFileInfo()->getObjectFileType();
4293 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
4294 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, getContext());
4295 Expr = AArch64MCExpr::create(Expr, AArch64MCExpr::VK_TLSDESC, getContext());
4342 Args.push_back(getContext().getOrCreateSymbol(Name));
4571 const MCRegisterInfo *RI = getContext().getRegisterInfo();
4612 getContext()));