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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCExpr.h 1 //===-- PPCMCExpr.h - PPC specific MC expression classes --------*- C++ -*-===//
19 class PPCMCExpr : public MCTargetExpr {
37 explicit PPCMCExpr(VariantKind _Kind, const MCExpr *_Expr,
45 static const PPCMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
48 static const PPCMCExpr *CreateLo(const MCExpr *Expr,
53 static const PPCMCExpr *CreateHi(const MCExpr *Expr,
58 static const PPCMCExpr *CreateHa(const MCExpr *Expr,
PPCMCExpr.cpp 1 //===-- PPCMCExpr.cpp - PPC specific MC expression classes ----------------===//
10 #include "PPCMCExpr.h"
18 #define DEBUG_TYPE "ppcmcexpr"
20 const PPCMCExpr*
21 PPCMCExpr::Create(VariantKind Kind, const MCExpr *Expr,
23 return new (Ctx) PPCMCExpr(Kind, Expr, isDarwin);
26 void PPCMCExpr::PrintImpl(raw_ostream &OS) const {
55 PPCMCExpr::EvaluateAsRelocatableImpl(MCValue &Res,
131 void PPCMCExpr::visitUsedExpr(MCStreamer &Streamer) const {
PPCELFObjectWriter.cpp 12 #include "MCTargetDesc/PPCMCExpr.h"
51 switch (cast<PPCMCExpr>(Expr)->getKind()) {
52 case PPCMCExpr::VK_PPC_None:
54 case PPCMCExpr::VK_PPC_LO:
56 case PPCMCExpr::VK_PPC_HI:
58 case PPCMCExpr::VK_PPC_HA:
60 case PPCMCExpr::VK_PPC_HIGHERA:
62 case PPCMCExpr::VK_PPC_HIGHER:
64 case PPCMCExpr::VK_PPC_HIGHEST:
66 case PPCMCExpr::VK_PPC_HIGHESTA
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 11 #include "MCTargetDesc/PPCMCExpr.h"
236 PPCMCExpr::VariantKind &Variant);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 16 #include "MCTargetDesc/PPCMCExpr.h"
157 Expr = PPCMCExpr::CreateLo(Expr, isDarwin, Ctx);
160 Expr = PPCMCExpr::CreateHa(Expr, isDarwin, Ctx);
PPCAsmPrinter.cpp 21 #include "MCTargetDesc/PPCMCExpr.h"
    [all...]

Completed in 515 milliseconds