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

12

  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 284 else if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Expr))
1036 if (const MCConstantExpr *MCE = dyn_cast<MCConstantExpr>(Expr)) {
1040 Res = MCConstantExpr::Create(Val, getContext());
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 383 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 154 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
MachObjectWriter.cpp 80 if (const MCConstantExpr *C =
81 dyn_cast<const MCConstantExpr>(S.getVariableValue()))
    [all...]
MCELFStreamer.cpp 281 SD.setSize(MCConstantExpr::Create(Size, getContext()));
MCStreamer.cpp 145 const MCExpr *E = MCConstantExpr::Create(FillValue, getContext());
MCAsmStreamer.cpp 663 EmitValue(MCConstantExpr::Create(Value, getContext()), Size);
    [all...]
MCDwarf.cpp 117 MCConstantExpr::Create(IntVal, MCOS.getContext());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 139 MCConstantExpr::Create(MO.getOffset(), Ctx),
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 796 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) {
811 Res = MCConstantExpr::Create(IntVal, getContext());
843 Res = MCConstantExpr::Create(IntVal, getContext());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 419 OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 282 return cast<MCConstantExpr>(Expr)->getValue();
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 126 return MCConstantExpr::Create(0, Ctx);
129 return MCConstantExpr::Create(CI->getZExtValue(), Ctx);
170 return MCBinaryExpr::CreateAdd(Base, MCConstantExpr::Create(Offset, Ctx),
212 MCConstantExpr::Create(~0ULL >> (64 - InBits), Ctx);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 121 int64_t Res = cast<MCConstantExpr>(E)->getValue();
537 if (const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(Val))
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 293 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 316 Expr = MCConstantExpr::Create(DispOp.getImm(), Ctx);
357 Expr = MCBinaryExpr::CreateAdd(Expr, MCConstantExpr::Create(ImmOffset, Ctx),
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 83 const MCExpr *E = MCConstantExpr::Create(Size, getContext());
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 222 MCConstantExpr::Create(MO.getOffset(), Ctx),

Completed in 813 milliseconds

12