|
LLVM 22.0.0git
|
This is the complete list of members for llvm::MCBinaryExpr, including all inherited members.
| Add enum value | llvm::MCBinaryExpr | |
| And enum value | llvm::MCBinaryExpr | |
| AShr enum value | llvm::MCBinaryExpr | |
| Binary enum value | llvm::MCExpr | |
| classof(const MCExpr *E) | llvm::MCBinaryExpr | inlinestatic |
| Constant enum value | llvm::MCExpr | |
| create(Opcode Op, const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx, SMLoc Loc=SMLoc()) | llvm::MCBinaryExpr | static |
| createAdd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx, SMLoc Loc=SMLoc()) | llvm::MCBinaryExpr | inlinestatic |
| createAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createAShr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createDiv(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createEQ(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createGT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createGTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createLAnd(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createLOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createLShr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createLT(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createLTE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createMod(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createMul(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createNE(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createOr(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createShl(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createSub(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| createXor(const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) | llvm::MCBinaryExpr | inlinestatic |
| Div enum value | llvm::MCBinaryExpr | |
| dump() const | llvm::MCExpr | |
| EQ enum value | llvm::MCBinaryExpr | |
| evaluateAsAbsolute(int64_t &Res) const | llvm::MCExpr | |
| evaluateAsAbsolute(int64_t &Res, const MCAssembler &Asm) const | llvm::MCExpr | |
| evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm) const | llvm::MCExpr | |
| evaluateAsRelocatable(MCValue &Res, const MCAssembler *Asm) const | llvm::MCExpr | |
| evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, bool InSet) const | llvm::MCExpr | protected |
| evaluateAsValue(MCValue &Res, const MCAssembler &Asm) const | llvm::MCExpr | |
| evaluateKnownAbsolute(int64_t &Res, const MCAssembler &Asm) const | llvm::MCExpr | |
| evaluateSymbolicAdd(const MCAssembler *, bool, const MCValue &, const MCValue &, MCValue &) | llvm::MCExpr | static |
| ExprKind enum name | llvm::MCExpr | |
| findAssociatedFragment() const | llvm::MCExpr | |
| getKind() const | llvm::MCExpr | inline |
| getLHS() const | llvm::MCBinaryExpr | inline |
| getLoc() const | llvm::MCExpr | inline |
| getOpcode() const | llvm::MCBinaryExpr | inline |
| getRHS() const | llvm::MCBinaryExpr | inline |
| getSubclassData() const | llvm::MCExpr | inlineprotected |
| GT enum value | llvm::MCBinaryExpr | |
| GTE enum value | llvm::MCBinaryExpr | |
| LAnd enum value | llvm::MCBinaryExpr | |
| LOr enum value | llvm::MCBinaryExpr | |
| LShr enum value | llvm::MCBinaryExpr | |
| LT enum value | llvm::MCBinaryExpr | |
| LTE enum value | llvm::MCBinaryExpr | |
| MCExpr(ExprKind Kind, SMLoc Loc, unsigned SubclassData=0) | llvm::MCExpr | inlineexplicitprotected |
| MCExpr(const MCExpr &)=delete | llvm::MCExpr | |
| Mod enum value | llvm::MCBinaryExpr | |
| Mul enum value | llvm::MCBinaryExpr | |
| NE enum value | llvm::MCBinaryExpr | |
| Opcode enum name | llvm::MCBinaryExpr | |
| operator=(const MCExpr &)=delete | llvm::MCExpr | |
| Or enum value | llvm::MCBinaryExpr | |
| OrNot enum value | llvm::MCBinaryExpr | |
| Shl enum value | llvm::MCBinaryExpr | |
| Spec typedef | llvm::MCExpr | protected |
| Specifier enum value | llvm::MCExpr | |
| Sub enum value | llvm::MCBinaryExpr | |
| SymbolRef enum value | llvm::MCExpr | |
| Target enum value | llvm::MCExpr | |
| Unary enum value | llvm::MCExpr | |
| Xor enum value | llvm::MCBinaryExpr |