Home
last modified time | relevance | path

Searched refs:MipsMCExpr (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp20 bool MipsMCExpr::isSupportedBinaryExpr(MCSymbolRefExpr::VariantKind VK, in isSupportedBinaryExpr()
43 const MipsMCExpr*
44 MipsMCExpr::Create(MCSymbolRefExpr::VariantKind VK, const MCExpr *Expr, in Create()
64 return new (Ctx) MipsMCExpr(Kind, Expr); in Create()
67 void MipsMCExpr::PrintImpl(raw_ostream &OS) const { in PrintImpl()
82 MipsMCExpr::EvaluateAsRelocatableImpl(MCValue &Res, in EvaluateAsRelocatableImpl()
87 void MipsMCExpr::visitUsedExpr(MCStreamer &Streamer) const { in visitUsedExpr()
DMipsMCExpr.h19 class MipsMCExpr : public MCTargetExpr {
33 explicit MipsMCExpr(VariantKind Kind, const MCExpr *Expr) in MipsMCExpr() function
40 static const MipsMCExpr *Create(MCSymbolRefExpr::VariantKind VK,
DMipsMCCodeEmitter.cpp367 const MipsMCExpr *MipsExpr = cast<MipsMCExpr>(Expr); in getExprOpValue()
372 case MipsMCExpr::VK_Mips_HIGHEST: in getExprOpValue()
375 case MipsMCExpr::VK_Mips_HIGHER: in getExprOpValue()
378 case MipsMCExpr::VK_Mips_HI: in getExprOpValue()
382 case MipsMCExpr::VK_Mips_LO: in getExprOpValue()
DCMakeLists.txt8 MipsMCExpr.cpp
DAndroid.mk16 MipsMCExpr.cpp \
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp134 } else if (const MipsMCExpr *ME = dyn_cast<MipsMCExpr>(Expr)) { in printExpr()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp161 return MCOperand::CreateExpr(MipsMCExpr::Create(Kind, Sub, *Ctx)); in createSub()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1716 if (MipsMCExpr::isSupportedBinaryExpr(VK, BE)) in evaluateRelocExpr()
1717 return MipsMCExpr::Create(VK, Expr, getContext()); in evaluateRelocExpr()
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch2709 + MipsMCExpr.cpp \