HomeSort by relevance Sort by last modified time
    Searched refs:getExpr (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/javassist/src/main/javassist/compiler/
NoFieldException.java 38 public ASTree getExpr() { return expr; }
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 41 O << *Op.getExpr();
55 O << '#' << *Op.getExpr();
77 O << *Disp.getExpr();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 120 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
130 Fixups.push_back(MCFixup::Create(0, MO2.getExpr(),
142 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
153 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
164 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
182 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
185 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
204 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
207 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
221 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 127 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
135 O << *Op.getExpr();
154 O << *Op.getExpr();
191 O << *DispSpec.getExpr();
X86ATTInstPrinter.cpp 139 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
147 O << *Op.getExpr();
169 << '$' << *Op.getExpr()
195 O << *DispSpec.getExpr();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 132 const MCExpr *Expr = MO.getExpr();
148 const AArch64MCExpr *Expr = cast<AArch64MCExpr>(ImmOp.getExpr());
227 switch(cast<AArch64MCExpr>(MO.getExpr())->getKind()) {
261 if (const AArch64MCExpr *Expr = dyn_cast<AArch64MCExpr>(MO.getExpr()))
331 if (isa<AArch64MCExpr>(MO.getExpr())) {
332 assert(dyn_cast<AArch64MCExpr>(MO.getExpr())->getKind()
371 const AArch64MCExpr *A64E = cast<AArch64MCExpr>(UImm16MO.getExpr());
445 const AArch64MCExpr *A64E = cast<AArch64MCExpr>(UImm16MO.getExpr());
491 Expr = AArch64MCExpr::CreateTLSDesc(MI.getOperand(0).getExpr(), Ctx);
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 63 const Expr *ARE = AR->getExpr();
86 range = TOR->getExpr()->getSourceRange();
  /external/llvm/lib/MC/
MCInst.cpp 27 OS << "Expr:(" << *getExpr() << ")";
MCObjectStreamer.cpp 181 AddValueSymbols(Inst.getOperand(i).getExpr());
  /external/llvm/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.cpp 44 O << *Op.getExpr();
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 102 O << "#" << *Imm12Op.getExpr();
251 O << "#" << *MOImm.getExpr();
291 O << "#" << *UImm16MO.getExpr();
383 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
391 O << *Op.getExpr();
403 O << "\t.tlsdesccall " << *MI->getOperand(0).getExpr();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 168 const MCExpr *Expr = MO.getExpr();
187 const MCExpr *Expr = MO.getExpr();
212 const MCExpr *Expr = MO.getExpr();
301 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), MCFixupKind(FixupKind)));
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 85 printExpr(Op.getExpr(), O);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 285 O << *Op.getExpr();
296 isa<MCBinaryExpr>(MI->getOperand(OpNo).getExpr())) {
313 isa<MCBinaryExpr>(MI->getOperand(OpNo).getExpr())) {
  /external/llvm/include/llvm/Analysis/
IVUsers.h 155 /// getExpr - Return the expression for the use.
156 const SCEV *getExpr(const IVStrideUse &IU) const;
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 96 O << *MO.getExpr();
109 O << *MO.getExpr();
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 163 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
169 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
  /external/llvm/include/llvm/MC/
MCInst.h 93 const MCExpr *getExpr() const {
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 40 const MCExpr *Exp = Op.getExpr();
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 178 const MCExpr *Expr = MO.getExpr();
  /external/llvm/lib/Analysis/
IVUsers.cpp 293 /// getExpr - Return the expression for the use.
294 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const {
321 if (const SCEVAddRecExpr *AR = findAddRecForLoop(getExpr(IU), L))
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 174 printExpr(Op.getExpr(), O);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 470 const MCExpr *Expr = MO.getExpr();
749 const MCExpr *Expr = MO.getExpr();
829 const MCExpr *Expr = MO.getExpr();
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 701 Expr *getExpr();
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 302 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
310 O << *Op.getExpr();
319 O << *MO1.getExpr();
894 O << *MO.getExpr();
    [all...]

Completed in 384 milliseconds

1 2 3