Tiramisu Compiler
tiramisu::cuda_ast::function_call Class Reference

#include <cuda_ast.h>

Inherits tiramisu::cuda_ast::statement.

Public Member Functions

 function_call (primitive_t type, const std::string &name, const std::vector< statement_ptr > &arguments)
 
void print (std::stringstream &ss, const std::string &base) override
 
std::pair< statement_ptr, statement_ptrextract_min_cap () override
 
statement_ptr replace_iterators (std::unordered_map< std::string, gpu_iterator > &iterators) override
 
std::unordered_set< std::string > extract_scalars () override
 
- Public Member Functions inherited from tiramisu::cuda_ast::statement
primitive_t get_type () const
 
std::string print ()
 
virtual void print_body (std::stringstream &ss, const std::string &base)
 

Additional Inherited Members

- Protected Member Functions inherited from tiramisu::cuda_ast::statement
 statement (primitive_t type)
 

Detailed Description

Definition at line 374 of file cuda_ast.h.

Constructor & Destructor Documentation

tiramisu::cuda_ast::function_call::function_call ( primitive_t  type,
const std::string &  name,
const std::vector< statement_ptr > &  arguments 
)

Member Function Documentation

std::pair<statement_ptr, statement_ptr> tiramisu::cuda_ast::function_call::extract_min_cap ( )
overridevirtual

Reimplemented from tiramisu::cuda_ast::statement.

std::unordered_set<std::string> tiramisu::cuda_ast::function_call::extract_scalars ( )
overridevirtual

Reimplemented from tiramisu::cuda_ast::statement.

void tiramisu::cuda_ast::function_call::print ( std::stringstream &  ss,
const std::string &  base 
)
overridevirtual
statement_ptr tiramisu::cuda_ast::function_call::replace_iterators ( std::unordered_map< std::string, gpu_iterator > &  iterators)
overridevirtual

Reimplemented from tiramisu::cuda_ast::statement.


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