Home
last modified time | relevance | path

Searched refs:getExprOpValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp91 return getExprOpValue(MI, MO, Fixups, STI); in getImmOpValueAsr()
94 unsigned getExprOpValue(const MCInst &MI, const MCOperand &MO,
125 return getExprOpValue(MI, MO, Fixups, STI); in getMachineOpValue()
136 LoongArchMCCodeEmitter::getExprOpValue(const MCInst &MI, const MCOperand &MO, in getExprOpValue() function in LoongArchMCCodeEmitter
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp199 return getExprOpValue(MO.getExpr(), Fixups, STI); in encodeImm()
230 unsigned AVRMCCodeEmitter::getExprOpValue(const MCExpr *Expr, in getExprOpValue() function in llvm::AVRMCCodeEmitter
272 return getExprOpValue(MO.getExpr(), Fixups, STI); in getMachineOpValue()
H A DAVRMCCodeEmitter.h82 unsigned getExprOpValue(const MCExpr *Expr, SmallVectorImpl<MCFixup> &Fixups,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h75 unsigned getExprOpValue(const MCInst &MI, const MCOperand &MO,
H A DHexagonMCCodeEmitter.cpp606 unsigned HexagonMCCodeEmitter::getExprOpValue(const MCInst &MI, in getExprOpValue() function in HexagonMCCodeEmitter
639 getExprOpValue(MI, MO, Binary->getLHS(), Fixups, STI); in getExprOpValue()
640 getExprOpValue(MI, MO, Binary->getRHS(), Fixups, STI); in getExprOpValue()
813 return getExprOpValue(MI, MO, MO.getExpr(), Fixups, STI); in getMachineOpValue()
/freebsd/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, in getExprOpValue() function in MipsMCCodeEmitter
605 return getExprOpValue(MipsExpr->getSubExpr(), Fixups, STI); in getExprOpValue()
750 return getExprOpValue(Expr, Fixups, STI); in getImmOpValue()