Home
last modified time | relevance | path

Searched refs:MipsMCExpr (Results 1 – 8 of 8) 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 MCAsmInfo *MAI) const { in printImpl()
82 MipsMCExpr::evaluateAsRelocatableImpl(MCValue &Res, in evaluateAsRelocatableImpl()
88 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,
DCMakeLists.txt9 MipsMCExpr.cpp
DAndroid.mk17 MipsMCExpr.cpp \
DMipsMCCodeEmitter.cpp509 const MipsMCExpr *MipsExpr = cast<MipsMCExpr>(Expr); in getExprOpValue()
514 case MipsMCExpr::VK_Mips_HIGHEST: in getExprOpValue()
517 case MipsMCExpr::VK_Mips_HIGHER: in getExprOpValue()
520 case MipsMCExpr::VK_Mips_HI: in getExprOpValue()
524 case MipsMCExpr::VK_Mips_LO: in getExprOpValue()
/external/llvm/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.cpp135 } else if (const MipsMCExpr *ME = dyn_cast<MipsMCExpr>(Expr)) { in printExpr()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp168 return MCOperand::createExpr(MipsMCExpr::create(Kind, Sub, *Ctx)); in createSub()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2366 const MipsMCExpr *HiExpr = MipsMCExpr::create( in loadAndAddSymbolAddress()
2368 const MipsMCExpr *LoExpr = MipsMCExpr::create( in loadAndAddSymbolAddress()
2381 const MipsMCExpr *HighestExpr = MipsMCExpr::create( in loadAndAddSymbolAddress()
2383 const MipsMCExpr *HigherExpr = MipsMCExpr::create( in loadAndAddSymbolAddress()
4004 if (MipsMCExpr::isSupportedBinaryExpr(VK, BE)) in evaluateRelocExpr()
4005 return MipsMCExpr::create(VK, Expr, getContext()); in evaluateRelocExpr()