|
Tiramisu Compiler
|
#include <cuda_ast.h>
Inherits tiramisu::cuda_ast::statement.
Public Member Functions | |
| if_condition (statement_ptr condition, statement_ptr then_body, statement_ptr else_body) | |
| if_condition (statement_ptr condition, statement_ptr then_body) | |
| void | print (std::stringstream &ss, const std::string &base) 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) |
| virtual std::pair< statement_ptr, statement_ptr > | extract_min_cap () |
| virtual statement_ptr | replace_iterators (std::unordered_map< std::string, gpu_iterator > &iterators) |
| virtual std::unordered_set< std::string > | extract_scalars () |
Additional Inherited Members | |
Protected Member Functions inherited from tiramisu::cuda_ast::statement | |
| statement (primitive_t type) | |
Definition at line 404 of file cuda_ast.h.
| tiramisu::cuda_ast::if_condition::if_condition | ( | statement_ptr | condition, |
| statement_ptr | then_body, | ||
| statement_ptr | else_body | ||
| ) |
| tiramisu::cuda_ast::if_condition::if_condition | ( | statement_ptr | condition, |
| statement_ptr | then_body | ||
| ) |
|
overridevirtual |
Implements tiramisu::cuda_ast::statement.