|
mini-llvm 0.1.0
|
#include <BinaryOperatorI.h>


Public Member Functions | |
| int | width () const |
| template<typename Self> | |
| auto & | dst (this Self &&self) |
| template<typename Self> | |
| auto & | src1 (this Self &&self) |
| template<typename Self> | |
| auto & | src2 (this Self &&self) |
| ExtensionMode | extMode () const |
| std::unordered_set< const RegisterOperand * > | regOps () const override |
| std::unordered_set< const RegisterOperand * > | dsts () const override |
| std::unordered_set< const RegisterOperand * > | srcs () const override |
| std::unordered_set< const ImmediateOperand * > | immOps () const override |
| std::unordered_set< const MemoryOperand * > | memOps () const override |
| std::string | format () const override |
| Public Member Functions inherited from mini_llvm::mir::Instruction | |
| virtual | ~Instruction ()=default |
| Instruction ()=default | |
| Instruction (const Instruction &)=delete | |
| Instruction & | operator= (const Instruction &)=delete |
| Instruction (Instruction &&)=delete | |
| Instruction & | operator= (Instruction &&)=delete |
| std::unordered_set< RegisterOperand * > | regOps () |
| std::unordered_set< RegisterOperand * > | dsts () |
| std::unordered_set< RegisterOperand * > | srcs () |
| virtual std::unordered_set< PhysicalRegister * > | implicitDsts () const |
| virtual std::unordered_set< PhysicalRegister * > | implicitSrcs () const |
| std::unordered_set< ImmediateOperand * > | immOps () |
| std::unordered_set< MemoryOperand * > | memOps () |
| virtual bool | isCoalescent () const |
| virtual Register * | coalescenceDst () const |
| virtual Register * | coalescenceSrc () const |
| virtual bool | hasSideEffects () const =0 |
| virtual std::unique_ptr< Instruction > | clone () const =0 |
| virtual void | accept (InstructionVisitor &visitor)=0 |
| virtual void | accept (InstructionVisitor &visitor) const =0 |
Protected Member Functions | |
| BinaryOperatorI (int width, std::shared_ptr< Register > dst, std::shared_ptr< Register > src1, std::unique_ptr< Immediate > src2, ExtensionMode extMode) | |
| virtual const char * | mnemonic () const =0 |
|
inlineprotected |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inline |
|
overridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
protectedpure virtual |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inline |