Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp352 const MCExpr *getMemOff() const { in getMemOff() function in __anon9b07b48e0211::SparcOperand
373 case k_MemoryImm: assert(getMemOff() != nullptr); in print()
375 << "+" << *getMemOff() in print()
424 const MCExpr *Expr = getMemOff(); in addMEMriOperands()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1268 const MCExpr *Expr = getMemOff(); in addMemOperands()
1277 const MCExpr *Expr = getMemOff(); in addMicroMipsMemOperands()
1342 return isMem() && isa<MCConstantExpr>(getMemOff()); in isConstantMemOff()
1352 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithSimmOffset()
1357 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithSimmOffset()
1367 if (isa<MCTargetExpr>(getMemOff()) || in isMemWithPtrSizeOffset()
1371 bool IsReloc = getMemOff()->evaluateAsRelocatable(Res, nullptr, nullptr); in isMemWithPtrSizeOffset()
1485 const MCExpr *getMemOff() const { in getMemOff() function in __anon114dad2e0211::MipsOperand
1491 return static_cast<const MCConstantExpr *>(getMemOff())->getValue(); in getConstantMemOff()