Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp360 const MCExpr *getMemOff() const { in getMemOff() function in __anonc75c7c080211::SparcOperand
386 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
388 << "+" << *getMemOff() in print()
440 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/freebsd-14.2/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 __anonb0f64e280211::MipsOperand
1495 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()