Home
last modified time | relevance | path

Searched refs:MipsExpr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp244 const MipsMCExpr *MipsExpr = MipsMCExpr::create(Kind, Expr, *Ctx); in lowerLongBranchLUi() local
245 OutMI.addOperand(MCOperand::createExpr(MipsExpr)); in lowerLongBranchLUi()
286 const MipsMCExpr *MipsExpr = MipsMCExpr::create(Kind, Expr, *Ctx); in lowerLongBranchADDiu() local
287 OutMI.addOperand(MCOperand::createExpr(MipsExpr)); in lowerLongBranchADDiu()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp633 const MipsMCExpr *MipsExpr = cast<MipsMCExpr>(Expr); in getExprOpValue() local
636 switch (MipsExpr->getKind()) { in getExprOpValue()
690 if (MipsExpr->isGpOff()) { in getExprOpValue()
706 if (MipsExpr->isGpOff()) { in getExprOpValue()
736 Fixups.push_back(MCFixup::create(0, MipsExpr, MCFixupKind(FixupKind))); in getExprOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp602 const MipsMCExpr *MipsExpr = cast<MipsMCExpr>(Expr); in getExprOpValue() local
605 switch (MipsExpr->getKind()) { in getExprOpValue()
659 if (MipsExpr->isGpOff()) in getExprOpValue()
676 if (MipsExpr->isGpOff()) in getExprOpValue()
710 Fixups.push_back(MCFixup::create(0, MipsExpr, MCFixupKind(FixupKind))); in getExprOpValue()