Home
last modified time | relevance | path

Searched refs:getMemOff (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp305 const MCExpr *getMemOff() const { in getMemOff() function in __anon94a376d70211::SparcOperand
326 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
328 << "+" << *getMemOff() in print()
368 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1211 const MCExpr *Expr = getMemOff(); in addMemOperands()
1220 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()
1285 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()
1297 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()
1302 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
1312 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()
1316 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()
1430 const MCExpr *getMemOff() const { in getMemOff() function in __anon775249370211::MipsOperand
1436 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()