HomeSort by relevance Sort by last modified time
    Searched defs:Expr (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 33 const MCExpr *Expr = 0;
35 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_None, OutContext);
39 Expr = AArch64MCExpr::CreateGOT(Expr, OutContext);
42 Expr = AArch64MCExpr::CreateGOTLo12(Expr, OutContext);
45 Expr = AArch64MCExpr::CreateLo12(Expr, OutContext);
48 Expr = AArch64MCExpr::CreateDTPREL_G1(Expr, OutContext)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 61 const MCExpr *Expr =
63 return MCBinaryExpr::CreateAdd(Expr,
PPCMCInstLower.cpp 135 const MCExpr *Expr = MCSymbolRefExpr::Create(Symbol, RefKind, Ctx);
138 Expr = MCBinaryExpr::CreateAdd(Expr,
147 Expr = MCBinaryExpr::CreateSub(Expr, PB, Ctx);
153 Expr = PPCMCExpr::CreateLo(Expr, isDarwin, Ctx);
156 Expr = PPCMCExpr::CreateHa(Expr, isDarwin, Ctx);
160 return MCOperand::CreateExpr(Expr);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 28 const MCExpr *Expr;
31 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
38 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
40 Expr = ARMMCExpr::CreateLower16(Expr, OutContext);
43 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None,
45 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
52 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_ARM_PLT,
58 Expr = MCBinaryExpr::CreateAdd(Expr
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 17 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr,
19 return new (Ctx) ARMMCExpr(Kind, Expr);
29 const MCExpr *Expr = getSubExpr();
30 if (Expr->getKind() != MCExpr::SymbolRef)
32 Expr->print(OS);
33 if (Expr->getKind() != MCExpr::SymbolRef)
48 llvm_unreachable("Can't handle nested target expr!");
ARMMCExpr.h 27 const MCExpr *Expr;
30 : Kind(_Kind), Expr(_Expr) {}
36 static const ARMMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
39 static const ARMMCExpr *CreateUpper16(const MCExpr *Expr, MCContext &Ctx) {
40 return Create(VK_ARM_HI16, Expr, Ctx);
43 static const ARMMCExpr *CreateLower16(const MCExpr *Expr, MCContext &Ctx) {
44 return Create(VK_ARM_LO16, Expr, Ctx);
55 const MCExpr *getSubExpr() const { return Expr; }
  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 96 const MCExpr *Expr;
104 Expr = MCBinaryExpr::CreateAdd(LHS, Off, Ctx);
106 Expr = LHS;
109 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
111 Expr = Add;
114 Expr = Off;
116 Expr = MCConstantExpr::Create(0, Ctx);
119 Expr = RelInfo->createExprForCAPIVariantKind(Expr, SymbolicOp.VariantKind);
120 if (!Expr)
    [all...]
MCObjectSymbolizer.cpp 152 const MCExpr *Expr = MCSymbolRefExpr::Create(Sym, Ctx);
155 Expr = MCBinaryExpr::CreateAdd(Expr, Off, Ctx);
157 MI.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 25 AArch64MCExpr::Create(VariantKind Kind, const MCExpr *Expr,
27 return new (Ctx) AArch64MCExpr(Kind, Expr);
71 const MCExpr *Expr = getSubExpr();
72 if (Expr->getKind() != MCExpr::SymbolRef)
74 Expr->print(OS);
75 if (Expr->getKind() != MCExpr::SymbolRef)
85 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) {
86 switch (Expr->getKind()) {
94 const MCBinaryExpr *BE = cast<MCBinaryExpr>(Expr);
103 const MCSymbolRefExpr &SymRef = *cast<MCSymbolRefExpr>(Expr);
    [all...]
AArch64MCCodeEmitter.cpp 132 const MCExpr *Expr = MO.getExpr();
134 Fixups.push_back(MCFixup::Create(0, Expr, Kind));
148 const AArch64MCExpr *Expr = cast<AArch64MCExpr>(ImmOp.getExpr());
152 switch (Expr->getKind()) {
269 if (const AArch64MCExpr *Expr = dyn_cast<AArch64MCExpr>(MO.getExpr()))
270 Modifier = Expr->getKind();
498 const MCExpr *Expr;
499 Expr = AArch64MCExpr::CreateTLSDesc(MI.getOperand(0).getExpr(), Ctx);
500 Fixups.push_back(MCFixup::Create(0, Expr, Fixup));
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 95 const MCExpr *Expr = MCSymbolRefExpr::Create(Sym, Ctx);
103 Expr = MCBinaryExpr::CreateAdd(Expr,
106 return MCOperand::CreateExpr(Expr);
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.cpp 50 const MCExpr *Expr =
56 OutStreamer.EmitValue(Expr, Size);
SystemZMCInstLower.cpp 46 const MCExpr *Expr = MCSymbolRefExpr::Create(Symbol, Kind, Ctx);
49 Expr = MCBinaryExpr::CreateAdd(Expr, OffsetExpr, Ctx);
51 return MCOperand::CreateExpr(Expr);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 42 const MCExpr *Expr = 0;
43 // If hasAddend is true, then we need to add Addend (r_addend) to Expr.
79 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
88 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOT, Ctx);
93 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_PLT, Ctx);
98 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
104 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx);
108 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTOFF, Ctx);
116 Expr = MCConstantExpr::Create(SymSize, Ctx);
119 Expr = MCSymbolRefExpr::Create(Sym, Ctx)
    [all...]
X86MachORelocationInfo.cpp 43 const MCExpr *Expr = 0;
47 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_TLVP, Ctx);
50 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
55 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
60 Expr = MCBinaryExpr::CreateAdd(MCSymbolRefExpr::Create(Sym, Ctx),
65 Expr = MCSymbolRefExpr::Create(Sym, MCSymbolRefExpr::VK_GOTPCREL, Ctx);
68 Expr = MCSymbolRefExpr::Create(Sym, isPCRel ?
101 Expr = MCBinaryExpr::CreateSub(LHS, RHS, Ctx);
105 Expr = MCSymbolRefExpr::Create(Sym, Ctx);
108 return Expr;
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 51 bool ConversionFixItGenerator::tryToFixConversion(const Expr *FullExpr,
66 const Expr* Expr = FullExpr->IgnoreImpCasts();
69 if (isa<ArraySubscriptExpr>(Expr) ||
70 isa<CallExpr>(Expr) ||
71 isa<DeclRefExpr>(Expr) ||
72 isa<CastExpr>(Expr) ||
73 isa<CXXNewExpr>(Expr) ||
74 isa<CXXConstructExpr>(Expr) ||
75 isa<CXXDeleteExpr>(Expr) ||
    [all...]
  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 24 public class Expr extends ASTList implements TokenId {
33 Expr(int op, ASTree _head, ASTList _tail) {
38 Expr(int op, ASTree _head) {
43 public static Expr make(int op, ASTree oprand1, ASTree oprand2) {
44 return new Expr(op, oprand1, new ASTList(oprand2));
47 public static Expr make(int op, ASTree oprand1) {
48 return new Expr(op, oprand1);
57 public void setOprand1(ASTree expr) {
58 setLeft(expr);
63 public void setOprand2(ASTree expr) {
    [all...]
  /bootable/recovery/edify/
expr.h 30 typedef struct Expr Expr;
58 int argc, Expr* argv[]);
60 struct Expr {
64 Expr** argv;
68 // Take one of the Expr*s passed to the function as an argument,
71 Value* EvaluateValue(State* state, Expr* expr);
73 // Take one of the Expr*s passed to the function as an argument,
78 char* Evaluate(State* state, Expr* expr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 64 Expression* expr;
96 %type <expr> Predicate
100 %type <expr> Expr
101 %type <expr> PrimaryExpr
102 %type <expr> FunctionCall
104 %type <expr> Argument
105 %type <expr> UnionExpr
106 %type <expr> PathExpr
107 %type <expr> FilterExp
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 16 set i [expr {int(rand()*$n)}]
27 # Expr
68 proc Expr { {c {}} } {
74 {[Expr $c] [BinaryOp] [Expr $c]} \
75 {[UnaryOp] [Expr $c]} \
76 {[Expr $c] ISNULL} \
77 {[Expr $c] NOTNULL} \
78 {CAST([Expr $c] AS blob)} \
79 {CAST([Expr $c] AS text)}
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 34 const MCExpr *Expr;
39 : Kind(_Kind), Expr(_Expr), IsDarwin(_IsDarwin) {}
45 static const PPCMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
48 static const PPCMCExpr *CreateLo(const MCExpr *Expr,
50 return Create(VK_PPC_LO, Expr, isDarwin, Ctx);
53 static const PPCMCExpr *CreateHi(const MCExpr *Expr,
55 return Create(VK_PPC_HI, Expr, isDarwin, Ctx);
58 static const PPCMCExpr *CreateHa(const MCExpr *Expr,
60 return Create(VK_PPC_HA, Expr, isDarwin, Ctx);
71 const MCExpr *getSubExpr() const { return Expr; }
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 176 const MCExpr *Expr = MO.getExpr();
178 Fixups.push_back(MCFixup::Create(0, Expr, Kind, MI.getLoc()));
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 48 clang::Expr *Expr;
50 Expr = E->getArg(1);
51 ImplCast = clang::dyn_cast_or_null<clang::ImplicitCastExpr>(Expr);
219 } else if (clang::Expr *Init = VD->getInit()) {
269 void RSCheckAST::VisitExpr(clang::Expr *E) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 177 const MCExpr *Expr;
179 Expr = MCConstantExpr::Create(MO.getImm() + Offset, Ctx);
181 Expr = MO.getExpr();
188 Expr = MCBinaryExpr::CreateAdd(Expr, OffsetExpr, Ctx);
191 Fixups.push_back(MCFixup::Create(Offset, Expr, (MCFixupKind)Kind));
  /external/javassist/src/main/javassist/expr/
Expr.java 16 package javassist.expr;
44 public abstract class Expr implements Opcode {
57 protected Expr(int pos, CodeIterator i, CtClass declaring, MethodInfo m) {

Completed in 160 milliseconds

1 2 3