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

1 2

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 51 Inst.addOperand(MCOperand::CreateExpr(Val));
MCInst.h 129 static MCOperand CreateExpr(const MCExpr *Val) {
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 64 return MCOperand::CreateExpr(Expr);
83 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 38 return (MCOperand::CreateExpr(ME));
71 MCO = MCOperand::CreateExpr
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 110 return MCOperand::CreateExpr(Expr);
133 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 71 return MCOperand::CreateExpr(MCSym);
78 return MCOperand::CreateExpr(Add);
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 66 return MCOperand::CreateExpr(expr);
SparcAsmPrinter.cpp 84 return MCOperand::CreateExpr(expr);
107 return MCOperand::CreateExpr(expr);
202 MCOperand imm = MCOperand::CreateExpr(MCConstantExpr::Create(12,
214 MCOperand imm = MCOperand::CreateExpr(MCConstantExpr::Create(32,
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 87 return MCOperand::CreateExpr(getExpr(MO, Kind));
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 74 return MCOperand::CreateExpr(Expr);
141 return MCOperand::CreateExpr(Expr);
171 MCOp = MCOperand::CreateExpr(
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 106 return MCOperand::CreateExpr(MCSym);
113 return MCOperand::CreateExpr(Add);
161 return MCOperand::CreateExpr(MipsMCExpr::Create(Kind, Sub, *Ctx));
MipsAsmPrinter.cpp 720 MCOperand::CreateExpr(MCSymbolRefExpr::Create(Symbol, OutContext)));
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 138 MI.addOperand(MCOperand::CreateExpr(Expr));
145 MI.addOperand(MCOperand::CreateExpr(RelExpr));
178 MI.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 164 return MCOperand::CreateExpr(Expr);
187 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
PPCAsmPrinter.cpp 359 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
402 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
439 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
473 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
506 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
    [all...]
  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 139 MI.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 554 TmpInst.addOperand(MCOperand::CreateExpr(HiSym));
564 TmpInst.addOperand(MCOperand::CreateExpr(LoSym));
613 Inst.addOperand(MCOperand::CreateExpr(HiExpr));
621 Inst.addOperand(MCOperand::CreateExpr(LoExpr));
  /external/llvm/lib/Target/R600/
AMDGPUMCInstLower.cpp 78 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
  /external/llvm/lib/Target/X86/AsmParser/
X86Operand.h 332 Inst.addOperand(MCOperand::CreateExpr(Expr));
391 Inst.addOperand(MCOperand::CreateExpr(getMemDisp()));
410 Inst.addOperand(MCOperand::CreateExpr(getMemDisp()));
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 217 MI.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 234 return MCOperand::CreateExpr(Expr);
646 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
654 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
662 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 538 Inst.addOperand(MCOperand::CreateExpr(Expr));
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 526 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
534 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
539 Inst.addOperand(MCOperand::CreateExpr(getTLSReg()));
588 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
618 return CreateExpr(Val, S, E, IsPPC64);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 633 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
649 MCOp = MCOperand::CreateExpr(
653 MCOp = MCOperand::CreateExpr(
703 return MCOperand::CreateExpr(Expr);
    [all...]

Completed in 524 milliseconds

1 2