LLVM: lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

10

14

15namespace llvm {

16

19 return new (Ctx) AVRMCExpr(Kind, Expr, Negated);

20}

21

22}

static const AVRMCExpr * create(Specifier S, const MCExpr *Expr, bool isNegated, MCContext &Ctx)

Specifies the type of an expression.

Definition AVRMCExpr.cpp:17

Context object for machine code objects.

Base class for the full range of assembler expressions which are needed for parsing.

This is an optimization pass for GlobalISel generic memory operations.