Searched refs:getExprOpValue (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h74 unsigned getExprOpValue(const MCInst &MI, const MCOperand &MO,
H A DHexagonMCCodeEmitter.cpp584 unsigned HexagonMCCodeEmitter::getExprOpValue(const MCInst &MI, function in class:HexagonMCCodeEmitter
617 getExprOpValue(MI, MO, Binary->getLHS(), Fixups, STI);
618 getExprOpValue(MI, MO, Binary->getRHS(), Fixups, STI);
791 return getExprOpValue(MI, MO, MO.getExpr(), Fixups, STI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h87 unsigned getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups,
H A DAVRMCCodeEmitter.cpp192 return getExprOpValue(MO.getExpr(), Fixups, STI);
223 unsigned AVRMCCodeEmitter::getExprOpValue(const MCExpr *Expr, function in class:llvm::AVRMCCodeEmitter
266 return getExprOpValue(MO.getExpr(), Fixups, STI);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCCodeEmitter.h258 unsigned getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups,
H A DMipsMCCodeEmitter.cpp590 getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups, function in class:MipsMCCodeEmitter
604 getExprOpValue(cast<MCBinaryExpr>(Expr)->getLHS(), Fixups, STI);
605 Res += getExprOpValue(cast<MCBinaryExpr>(Expr)->getRHS(), Fixups, STI);
621 return getExprOpValue(MipsExpr->getSubExpr(), Fixups, STI);
762 return getExprOpValue(MO.getExpr(),Fixups, STI);

Completed in 99 milliseconds