HomeSort by relevance Sort by last modified time
    Searched refs:MCConstantExpr (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 61 MCConstantExpr::Create(MO.getOffset(),
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 975 const MCExpr *Disp = MCConstantExpr::Create(0, getContext());
984 const MCExpr *Disp = MCConstantExpr::Create(0, getContext());
    [all...]
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 131 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCCodeEmitter.cpp 204 Expr = MCConstantExpr::Create(MO.getImm() + Offset, Ctx);
212 const MCExpr *OffsetExpr = MCConstantExpr::Create(Offset, Ctx);
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 690 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
860 return isImm() && dyn_cast<MCConstantExpr>(getImm());
869 return isMem() && dyn_cast<MCConstantExpr>(getMemOff());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 149 MCConstantExpr::Create(MO.getOffset(), Ctx),
PPCAsmPrinter.cpp 470 MCConstantExpr::Create(4, OutContext),
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 850 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) {
867 Res = MCConstantExpr::Create(IntVal, getContext());
897 Res = MCConstantExpr::Create(IntVal, getContext());
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 202 MCOperand imm = MCOperand::CreateExpr(MCConstantExpr::Create(12,
214 MCOperand imm = MCOperand::CreateExpr(MCConstantExpr::Create(32,
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 25 if (auto *CE = dyn_cast<MCConstantExpr>(Expr)) {
120 else if (auto *CE = dyn_cast<MCConstantExpr>(Expr))
792 if (auto *CE = dyn_cast<MCConstantExpr>(Expr)) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 515 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
779 MCConstantExpr::Create(FrameOffset, OutContext));
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 80 const MCExpr *E = MCConstantExpr::Create(Size, getContext());
777 MCBinaryExpr::CreateAdd(BSymExpr, MCConstantExpr::Create(Offset, Ctx), Ctx);
    [all...]
  /external/llvm/lib/MC/
MachObjectWriter.cpp 82 if (const MCConstantExpr *C =
83 dyn_cast<const MCConstantExpr>(S.getVariableValue()))
    [all...]
MCELFStreamer.cpp 316 SD.setSize(MCConstantExpr::Create(Size, getContext()));
MCStreamer.cpp 135 const MCExpr *E = MCConstantExpr::Create(FillValue, getContext());
MCAsmStreamer.cpp 646 EmitValue(MCConstantExpr::Create(Value, getContext()), Size);
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 266 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 528 S, MCConstantExpr::Create(int64_t(1), MMI->getContext()));
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 170 int64_t Res = cast<MCConstantExpr>(E)->getValue();
740 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Val))
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 338 const MCConstantExpr *Constant = cast<MCConstantExpr>(Expr);
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 307 Expr = MCConstantExpr::Create(DispOp.getImm(), Ctx);
354 Expr = MCBinaryExpr::CreateAdd(Expr, MCConstantExpr::Create(ImmOffset, Ctx),
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 461 return cast<MCConstantExpr>(Expr)->getValue();
    [all...]

Completed in 1634 milliseconds

12 3