Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
DMipsMCExpr.cpp33 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
DMipsTargetStreamer.cpp1227 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
1230 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
DMipsMCExpr.cpp27 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
DMipsTargetStreamer.cpp1113 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
1116 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp171 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp171 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4193 return MipsMCExpr::createGpOff(MipsMCExpr::MEK_HI, Expr, getContext()); in evaluateRelocExpr()
4195 return MipsMCExpr::createGpOff(MipsMCExpr::MEK_LO, Expr, getContext()); in evaluateRelocExpr()