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


Public Member Functions | |
| Add (int width, std::shared_ptr< Register > dst, std::shared_ptr< Register > src1, std::shared_ptr< Register > src2, ExtensionMode extMode=ExtensionMode::kNo) | |
| bool | hasSideEffects () const override |
| std::unique_ptr< Instruction > | clone () const override |
| void | accept (InstructionVisitor &visitor) override |
| void | accept (InstructionVisitor &visitor) const override |
| Public Member Functions inherited from mini_llvm::mir::BinaryOperator | |
| 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 |
Protected Member Functions | |
| const char * | mnemonic () const override |
| Protected Member Functions inherited from mini_llvm::mir::BinaryOperator | |
| BinaryOperator (int width, std::shared_ptr< Register > dst, std::shared_ptr< Register > src1, std::shared_ptr< Register > src2, ExtensionMode extMode) | |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverrideprotectedvirtual |
Implements mini_llvm::mir::BinaryOperator.