HomeSort by relevance Sort by last modified time
    Searched refs:getExpr (Results 1 - 25 of 66) 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 116 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
127 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
139 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
151 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
162 Fixups.push_back(MCFixup::Create(2, MO.getExpr(),
179 Fixups.push_back(MCFixup::Create(2, MO.getExpr(),
197 Fixups.push_back(MCFixup::Create(2, MO.getExpr(),
211 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
222 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 127 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
134 O << *Op.getExpr();
148 O << *Op.getExpr();
185 O << *DispSpec.getExpr();
X86ATTInstPrinter.cpp 139 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
146 O << *Op.getExpr();
168 << '$' << *Op.getExpr()
194 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());
235 switch(cast<AArch64MCExpr>(MO.getExpr())->getKind()) {
269 if (const AArch64MCExpr *Expr = dyn_cast<AArch64MCExpr>(MO.getExpr()))
339 if (isa<AArch64MCExpr>(MO.getExpr())) {
340 assert(dyn_cast<AArch64MCExpr>(MO.getExpr())->getKind()
379 const AArch64MCExpr *A64E = cast<AArch64MCExpr>(UImm16MO.getExpr());
453 const AArch64MCExpr *A64E = cast<AArch64MCExpr>(UImm16MO.getExpr());
499 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() << ")";
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 85 printExpr(Op.getExpr(), O);
  /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/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 39 O << *MO.getExpr();
124 O << *MO.getExpr();
134 O << *MO.getExpr();
  /external/clang/include/clang/Sema/
TemplateDeduction.h 209 Expr *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/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 247 const MCExpr *Expr = MO.getExpr();
267 const MCExpr *Expr = MO.getExpr();
393 return getExprOpValue(MO.getExpr(),Fixups);
  /external/llvm/include/llvm/MC/
MCInst.h 93 const MCExpr *getExpr() const {
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 176 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 175 printExpr(Op.getExpr(), O);
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 90 O << *Op.getExpr();
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.cpp 41 const MCExpr *Exp = Op.getExpr();
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 181 Expr = MO.getExpr();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 483 const MCExpr *Expr = MO.getExpr();
761 const MCExpr *Expr = MO.getExpr();
842 const MCExpr *Expr = MO.getExpr();
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 302 return ClassifyInternal(Ctx, cast<CXXDefaultArgExpr>(E)->getExpr());
306 return ClassifyInternal(Ctx, cast<CXXDefaultInitExpr>(E)->getExpr());
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 317 O << *Op.getExpr();

Completed in 513 milliseconds

1 2 3