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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.h60 static const MipsMCExpr *createGpOff(MipsExprKind Kind, const MCExpr *Expr,
H A DMipsMCExpr.cpp32 const MipsMCExpr *MipsMCExpr::createGpOff(MipsMCExpr::MipsExprKind Kind, function in class:MipsMCExpr
H A DMipsTargetStreamer.cpp1265 const MipsMCExpr *HiExpr = MipsMCExpr::createGpOff(
1268 const MipsMCExpr *LoExpr = MipsMCExpr::createGpOff(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp170 Expr = MipsMCExpr::createGpOff(TargetKind, Expr, *Ctx);

Completed in 167 milliseconds