Halide 19.0.0
Halide compiler and libraries
|
#include <IRMatch.h>
Classes | |
struct | pattern_tag |
Public Member Functions | |
template<typename A1 = A> | |
HALIDE_ALWAYS_INLINE void | make_folded_const (halide_scalar_value_t &val, halide_type_t &ty, MatcherState &state) const noexcept |
Public Attributes | |
A | a |
bool | check_v |
int64_t | v |
Static Public Attributes | |
static constexpr uint32_t | binds = bindings<A>::mask |
static constexpr IRNodeType | min_node_type = IRNodeType::UIntImm |
static constexpr IRNodeType | max_node_type = IRNodeType::UIntImm |
static constexpr bool | canonical = true |
static constexpr bool | foldable = true |
|
inlinenoexcept |
Definition at line 2344 of file IRMatch.h.
References Halide::Internal::IRMatcher::IsConst< A >::a, Halide::Internal::IRMatcher::IsConst< A >::check_v, halide_type_uint, Halide::Internal::is_const(), and Halide::Internal::IRMatcher::IsConst< A >::v.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
A Halide::Internal::IRMatcher::IsConst< A >::a |
Definition at line 2337 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::IsConst< A >::make_folded_const(), and Halide::Internal::IRMatcher::operator<<().
bool Halide::Internal::IRMatcher::IsConst< A >::check_v |
Definition at line 2338 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::IsConst< A >::make_folded_const(), and Halide::Internal::IRMatcher::operator<<().
int64_t Halide::Internal::IRMatcher::IsConst< A >::v |
Definition at line 2339 of file IRMatch.h.
Referenced by Halide::Internal::IRMatcher::IsConst< A >::make_folded_const(), and Halide::Internal::IRMatcher::operator<<().
|
staticconstexpr |