Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h59 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
H A DMipsMCExpr.cpp32 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, in createGpOff() function in MipsMCExpr
H A DMipsTargetStreamer.cpp1256 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
1259 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff( in emitDirectiveCpsetup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp169 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx); in LowerSymbolOperand()