Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp343 const MCExpr *getMemOff() const { in getMemOff() function in __anonebada3920211::SparcOperand
374 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
376 << "+" << *getMemOff() in print()
431 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1272 const MCExpr *Expr = getMemOff(); in addMemOperands()
1281 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()
1346 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()
1356 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()
1361 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
1371 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()
1375 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()
1489 const MCExpr *getMemOff() const { in getMemOff() function in __anona2e40b320211::MipsOperand
1495 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()