Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:CreateExpr

654       Inst.addOperand(MCOperand::createExpr(getExpr()));
667 Inst.addOperand(MCOperand::createExpr(getExpr()));
682 Inst.addOperand(MCOperand::createExpr(getExpr()));
692 Inst.addOperand(MCOperand::createExpr(getExpr()));
697 Inst.addOperand(MCOperand::createExpr(getTLSReg()));
746 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
792 return CreateExpr(Val, S, E, IsPPC64);
825 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr()));
832 Inst.addOperand(MCOperand::createExpr(NE));
836 Inst.addOperand(MCOperand::createExpr(MCUnaryExpr::createMinus(Expr, Ctx)));