Searched refs:getMemOff (Results 1 – 5 of 5) sorted by relevance
161 const MCExpr* getMemOff() const { in getMemOff() function211 addExpr(Inst, getMemOff()); in addMemOperands()300 OS << getMemOff(); in print()
302 const MCExpr *getMemOff() const { in getMemOff() function in __anon132d2cec0211::SparcOperand323 case k_MemoryImm: assert(getMemOff() != nullptr); in print()325 << "+" << *getMemOff() in print()365 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
274 const MCExpr *getMemOff() const { in getMemOff() function in __anoncba7d3b40111::SparcOperand295 case k_MemoryImm: assert(getMemOff() != nullptr); in print()297 << "+" << *getMemOff() in print()337 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
975 const MCExpr *Expr = getMemOff(); in addMemOperands()984 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1059 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1070 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1075 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1199 const MCExpr *getMemOff() const { in getMemOff() function in __anond0efcad40311::MipsOperand1205 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()
1200 const MCExpr *Expr = getMemOff(); in addMemOperands()1209 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()1297 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()1309 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()1314 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()1324 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()1328 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()1470 const MCExpr *getMemOff() const { in getMemOff() function in __anon065d760c0211::MipsOperand1476 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()