Searched refs:createGpOff (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.h | 60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
|
D | MipsMCExpr.cpp | 33 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
|
D | MipsTargetStreamer.cpp | 1227 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup() 1230 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.h | 60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
|
D | MipsMCExpr.cpp | 27 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
|
D | MipsTargetStreamer.cpp | 1113 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup() 1116 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
|
/external/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 171 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.cpp | 171 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 4193 return MipsMCExpr::createGpOff(MipsMCExpr::MEK_HI, Expr, getContext()); in evaluateRelocExpr() 4195 return MipsMCExpr::createGpOff(MipsMCExpr::MEK_LO, Expr, getContext()); in evaluateRelocExpr()
|