Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp351 const MCExpr *getMemOff() const { in getMemOff() function in __anon07e578c20211::SparcOperand
372 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
374 << "+" << *getMemOff() in print()
423 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/llvm-project-15.0.7/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 __anon03c4d4620211::MipsOperand
1483 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()