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


Public Member Functions | |
| Load (int width, std::shared_ptr< Register > dst, MemoryOperand src, ExtensionMode extMode=ExtensionMode::kNo) | |
| int | width () const |
| template<typename Self> | |
| auto & | dst (this Self &&self) |
| template<typename Self> | |
| auto & | src (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 |
| bool | hasSideEffects () const override |
| std::string | format () 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::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 |
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
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.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inline |
|
inlineoverridevirtual |
Implements mini_llvm::mir::Instruction.
|
inline |