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


Public Member Functions | |
| FMov (Precision precision, std::shared_ptr< Register > dst, std::shared_ptr< Register > src) | |
| bool | isCoalescent () const override |
| Register * | coalescenceDst () const override |
| Register * | coalescenceSrc () const override |
| 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::FUnaryOperator | |
| Precision | precision () const |
| template<typename Self> | |
| auto & | dst (this Self &&self) |
| template<typename Self> | |
| auto & | src (this Self &&self) |
| 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 () |
Protected Member Functions | |
| const char * | mnemonic () const override |
| Protected Member Functions inherited from mini_llvm::mir::FUnaryOperator | |
| FUnaryOperator (Precision precision, std::shared_ptr< Register > dst, std::shared_ptr< Register > src) | |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Reimplemented from mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Reimplemented from mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Reimplemented from mini_llvm::mir::Instruction.
|
inlineoverrideprotectedvirtual |
Implements mini_llvm::mir::FUnaryOperator.