XACC
Public Member Functions | List of all members
xacc::StaqCompiler Class Reference
Inheritance diagram for xacc::StaqCompiler:
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
 
const std::string translate (std::shared_ptr< CompositeInstruction > program, HeterogeneousMap &options) override
 
const std::string name () const override
 
const std::string description () const override
 
- 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::shared_ptr< CompositeInstructioncompile (std::shared_ptr< CompositeInstruction > f, std::shared_ptr< Accelerator > acc)
 
virtual std::vector< std::string > getKernelBufferNames (const std::string &src)
 
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 ()
 

Member Function Documentation

bool xacc::StaqCompiler::canParse ( const std::string &  src)
overridevirtual

staq prints to cerr, override this

———————————

Reimplemented from xacc::Compiler.

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

Return the description of this instance

Returns
description The description of this object.

Implements xacc::Identifiable.

const std::string xacc::StaqCompiler::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: