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

1 2 3

  /external/javassist/src/main/javassist/compiler/
NoFieldException.java 38 public ASTree getExpr() { return expr; }
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 39 const MCExpr *getExpr(const MachineOperand &MO,
SystemZMCInstLower.cpp 34 SystemZMCInstLower::getExpr(const MachineOperand &MO,
87 return MCOperand::CreateExpr(getExpr(MO, Kind));
SystemZAsmPrinter.cpp 80 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT));
91 .addExpr(Lower.getExpr(MI->getOperand(0), MCSymbolRefExpr::VK_PLT));
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 42 O << *Op.getExpr();
56 O << '#' << *Op.getExpr();
78 O << *Disp.getExpr();
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCCodeEmitter.cpp 125 const MCExpr *Expr = MO.getExpr();
153 const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(MO.getExpr());
165 if (const SparcMCExpr *SExpr = dyn_cast<SparcMCExpr>(MO.getExpr())) {
170 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), fixupKind));
183 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
196 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
208 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
210 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 170 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
182 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
195 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
208 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
220 Fixups.push_back(MCFixup::Create(IsLittleEndian? 0 : 2, MO.getExpr(),
238 Fixups.push_back(MCFixup::Create(IsLittleEndian? 0 : 2, MO.getExpr(),
257 Fixups.push_back(MCFixup::Create(IsLittleEndian? 0 : 2, MO.getExpr(),
272 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
286 Fixups.push_back(MCFixup::Create(0, MO.getExpr(),
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 150 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
157 O << *Op.getExpr();
179 << '$' << *Op.getExpr()
205 O << *DispSpec.getExpr();
277 O << *DispSpec.getExpr();
X86IntelInstPrinter.cpp 139 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
146 O << *Op.getExpr();
160 O << *Op.getExpr();
197 O << *DispSpec.getExpr();
255 O << *DispSpec.getExpr();
  /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 86 printExpr(Op.getExpr(), O);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 238 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), Kind, MI.getLoc()));
257 const MCExpr *Expr = MO.getExpr();
288 const MCExpr *Expr = MO.getExpr();
312 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), Kind, MI.getLoc()));
334 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), Kind, MI.getLoc()));
362 0, MO.getExpr(), MCFixupKind(AArch64::fixup_aarch64_movw), MI.getLoc()));
382 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), Kind, MI.getLoc()));
406 Fixups.push_back(MCFixup::Create(0, MO.getExpr(), Kind, MI.getLoc()));
586 const AArch64MCExpr *A64E = cast<AArch64MCExpr>(UImm16MO.getExpr());
613 Fixups.push_back(MCFixup::Create(0, MI.getOperand(0).getExpr(), Fixup))
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 216 const MCExpr *Expr = MO.getExpr();
238 const MCExpr *Expr = MO.getExpr();
261 const MCExpr *Expr = MO.getExpr();
283 const MCExpr *Expr = MO.getExpr();
323 const MCExpr *Expr = MO.getExpr();
341 const MCExpr *Expr = MO.getExpr();
515 return getExprOpValue(MO.getExpr(),Fixups, STI);
635 const MCExpr *Expr = MO.getExpr();
656 const MCExpr *Expr = MO.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/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 92 O << *Op.getExpr();
287 const MCExpr *Expr = Op.getExpr();
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 39 O << *MO.getExpr();
124 O << *MO.getExpr();
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 202 << *MI->getOperand(1).getExpr();
209 << *MI->getOperand(2).getExpr();
    [all...]
  /external/clang/include/clang/Sema/
TemplateDeduction.h 216 Expr *getExpr();
  /external/llvm/include/llvm/MC/
MCInst.h 93 const MCExpr *getExpr() const {
  /external/llvm/lib/Target/R600/MCTargetDesc/
SIMCCodeEmitter.cpp 180 const MCExpr *Expr = MO.getExpr();
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 123 MO.getExpr()->print(O);
  /external/llvm/lib/Analysis/
IVUsers.cpp 315 /// getExpr - Return the expression for the use.
316 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const {
343 if (const SCEVAddRecExpr *AR = findAddRecForLoop(getExpr(IU), L))
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 190 Expr = MO.getExpr();

Completed in 1627 milliseconds

1 2 3