XACC
Public Member Functions | List of all members
xacc::XASMCompiler Class Reference
Inheritance diagram for xacc::XASMCompiler:
xacc::Compiler xacc::OptionsProvider xacc::Identifiable

Public Member Functions

std::shared_ptr< xacc::IRcompile (const std::string &src, std::shared_ptr< Accelerator > acc) override
 
std::shared_ptr< xacc::IRcompile (const std::string &src) override
 
bool canParse (const std::string &src) override
 
const std::string translate (std::shared_ptr< CompositeInstruction > function) override
 
std::vector< std::string > getKernelBufferNames (const std::string &src) override
 
const std::string name () const override
 
const std::string description () const override
 
virtual ~XASMCompiler ()
 
- Public Member Functions inherited from xacc::Compiler
virtual const std::string get_statement_terminator ()
 
virtual const std::string translate (std::shared_ptr< CompositeInstruction > program, HeterogeneousMap &options)
 
virtual const std::string translate (std::shared_ptr< CompositeInstruction > program, HeterogeneousMap &&options)
 
virtual const std::shared_ptr< CompositeInstructioncompile (std::shared_ptr< CompositeInstruction > f, std::shared_ptr< Accelerator > acc)
 
virtual OptionPairs getOptions ()
 
virtual bool handleOptions (const std::map< std::string, std::string > &arg_map)
 
- Public Member Functions inherited from xacc::OptionsProvider
virtual ~OptionsProvider ()
 
- Public Member Functions inherited from xacc::Identifiable
virtual ~Identifiable ()
 

Constructor & Destructor Documentation

virtual xacc::XASMCompiler::~XASMCompiler ( )
inlinevirtual

The destructor

Member Function Documentation

const std::string xacc::XASMCompiler::description ( ) const
inlineoverridevirtual

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

const std::string xacc::XASMCompiler::name ( ) const
inlineoverridevirtual

Return the name of this instance.

Returns
name The string name

Implements xacc::Identifiable.


The documentation for this class was generated from the following files: