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

  /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 62 return MCOperand::CreateExpr(Expr);
81 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 106 return MCOperand::CreateExpr(Expr);
129 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/R600/
AMDGPUMCInstLower.cpp 57 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 96 return MCOperand::CreateExpr(Expr);
127 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 107 return MCOperand::CreateExpr(MCSym);
114 return MCOperand::CreateExpr(Add);
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 51 return MCOperand::CreateExpr(Expr);
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 123 MI.addOperand(MCOperand::CreateExpr(RelExpr));
157 MI.addOperand(MCOperand::CreateExpr(Expr));
MCExternalSymbolizer.cpp 123 MI.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 160 return MCOperand::CreateExpr(Expr);
183 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
PPCAsmPrinter.cpp 377 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
422 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
459 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
495 TmpInst.getOperand(2) = MCOperand::CreateExpr(Exp);
527 TmpInst.getOperand(1) = MCOperand::CreateExpr(Exp);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 224 return MCOperand::CreateExpr(Expr);
649 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
657 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
665 LEA.addOperand(MCOperand::CreateExpr(symRef)); // disp
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 287 Inst.addOperand(MCOperand::CreateExpr(Expr));
687 TempInst.addOperand(MCOperand::CreateExpr(HiExpr));
690 TempInst.addOperand(MCOperand::CreateExpr(HiExpr));
716 TempInst.addOperand(MCOperand::CreateExpr(LoExpr));
719 TempInst.addOperand(MCOperand::CreateExpr(LoExpr));
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 458 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
466 Inst.addOperand(MCOperand::CreateExpr(getExpr()));
471 Inst.addOperand(MCOperand::CreateExpr(getTLSReg()));
514 static PPCOperand *CreateExpr(const MCExpr *Val,
544 return CreateExpr(Val, S, E, IsPPC64);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 340 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
356 MCOp = MCOperand::CreateExpr(
360 MCOp = MCOperand::CreateExpr(
411 return MCOperand::CreateExpr(Expr);
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 833 Inst.addOperand(MCOperand::CreateExpr(Expr));
951 Inst.addOperand(MCOperand::CreateExpr(getImm()));
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 117 Inst.addOperand(MCOperand::CreateExpr(Expr));
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 859 Inst.addOperand(MCOperand::CreateExpr(Expr));
931 Inst.addOperand(MCOperand::CreateExpr(getMemDisp()));
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 969 milliseconds