Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp342 const MCExpr *getMemOff() const { in getMemOff() function in __anon967245c60211::SparcOperand
363 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
365 << "+" << *getMemOff() in print()
414 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1260 const MCExpr *Expr = getMemOff(); in addMemOperands()
1269 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()
1334 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()
1344 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()
1349 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
1359 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()
1363 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()
1477 const MCExpr *getMemOff() const { in getMemOff() function in __anoncff290660211::MipsOperand
1483 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()