Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.h60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
DMipsMCExpr.cpp32 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
DMipsTargetStreamer.cpp1277 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
1280 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp170 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()