HALIDE_ALWAYS_INLINE   79 src/Error.h        HALIDE_ALWAYS_INLINE ErrorReport& ref() { return *this; }
HALIDE_ALWAYS_INLINE  108 src/Error.h      HALIDE_ALWAYS_INLINE Voidifier() {}
HALIDE_ALWAYS_INLINE  111 src/Error.h      HALIDE_ALWAYS_INLINE void operator&(ErrorReport&) {}
HALIDE_ALWAYS_INLINE  204 src/Float16.h  HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<Halide::float16_t>() {
HALIDE_ALWAYS_INLINE  450 src/Generator.h     HALIDE_ALWAYS_INLINE void typed_setter_impl(const T2 &value, const char * msg) {
HALIDE_ALWAYS_INLINE  465 src/Generator.h     HALIDE_ALWAYS_INLINE void typed_setter_impl(const T2 &, const char *msg) {
HALIDE_ALWAYS_INLINE  126 src/ScheduleParam.h     HALIDE_ALWAYS_INLINE void typed_setter_impl(const T2 &value, const char *type) {
HALIDE_ALWAYS_INLINE  141 src/ScheduleParam.h     HALIDE_ALWAYS_INLINE void typed_setter_impl(const LoopLevel &value, const char *msg) {
HALIDE_ALWAYS_INLINE  147 src/ScheduleParam.h     HALIDE_ALWAYS_INLINE void typed_setter_impl(const T2 &value, const char *type) {
HALIDE_ALWAYS_INLINE  342 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE int min() const {
HALIDE_ALWAYS_INLINE  348 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE int stride() const {
HALIDE_ALWAYS_INLINE  353 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE int extent() const {
HALIDE_ALWAYS_INLINE  358 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE int max() const {
HALIDE_ALWAYS_INLINE  372 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE iterator begin() const {
HALIDE_ALWAYS_INLINE  377 src/runtime/HalideBuffer.h         HALIDE_ALWAYS_INLINE iterator end() const {
HALIDE_ALWAYS_INLINE  385 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE Dimension dim(int i) const {
HALIDE_ALWAYS_INLINE 1388 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1393 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1399 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1408 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1417 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1448 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1455 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1463 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1473 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1481 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1490 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1663 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1672 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1684 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1694 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1710 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1721 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE 1766 src/runtime/HalideBuffer.h     HALIDE_ALWAYS_INLINE
HALIDE_ALWAYS_INLINE  274 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_type_t(halide_type_code_t code, uint8_t bits, uint16_t lanes = 1)
HALIDE_ALWAYS_INLINE  280 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_type_t() : code((halide_type_code_t)0), bits(0), lanes(0) {}
HALIDE_ALWAYS_INLINE  283 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator==(const halide_type_t &other) const {
HALIDE_ALWAYS_INLINE  289 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator!=(const halide_type_t &other) const {
HALIDE_ALWAYS_INLINE  294 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE int bytes() const { return (bits + 7) / 8; }
HALIDE_ALWAYS_INLINE  352 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_trace_event_t() {}
HALIDE_ALWAYS_INLINE  413 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_trace_packet_t() {}
HALIDE_ALWAYS_INLINE  418 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE const int *coordinates() const {
HALIDE_ALWAYS_INLINE  425 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE const void *value() const {
HALIDE_ALWAYS_INLINE  431 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE const char *func() const {
HALIDE_ALWAYS_INLINE  968 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_dimension_t() : min(0), extent(0), stride(0), flags(0) {}
HALIDE_ALWAYS_INLINE  969 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_dimension_t(int32_t m, int32_t e, int32_t s, uint32_t f = 0) :
HALIDE_ALWAYS_INLINE  972 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator==(const halide_dimension_t &other) const {
HALIDE_ALWAYS_INLINE  979 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool operator!=(const halide_dimension_t &other) const {
HALIDE_ALWAYS_INLINE 1028 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool get_flag(halide_buffer_flags flag) const {
HALIDE_ALWAYS_INLINE 1032 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE void set_flag(halide_buffer_flags flag, bool value) {
HALIDE_ALWAYS_INLINE 1040 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool host_dirty() const {
HALIDE_ALWAYS_INLINE 1044 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE bool device_dirty() const {
HALIDE_ALWAYS_INLINE 1048 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE void set_host_dirty(bool v = true) {
HALIDE_ALWAYS_INLINE 1052 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE void set_device_dirty(bool v = true) {
HALIDE_ALWAYS_INLINE 1059 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE size_t number_of_elements() const {
HALIDE_ALWAYS_INLINE 1069 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE uint8_t *begin() const {
HALIDE_ALWAYS_INLINE 1080 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE uint8_t *end() const {
HALIDE_ALWAYS_INLINE 1092 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE size_t size_in_bytes() const {
HALIDE_ALWAYS_INLINE 1097 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE uint8_t *address_of(const int *pos) const {
HALIDE_ALWAYS_INLINE 1408 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of() {
HALIDE_ALWAYS_INLINE 1417 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<float>() {
HALIDE_ALWAYS_INLINE 1422 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<double>() {
HALIDE_ALWAYS_INLINE 1427 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<bool>() {
HALIDE_ALWAYS_INLINE 1432 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint8_t>() {
HALIDE_ALWAYS_INLINE 1437 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint16_t>() {
HALIDE_ALWAYS_INLINE 1442 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint32_t>() {
HALIDE_ALWAYS_INLINE 1447 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<uint64_t>() {
HALIDE_ALWAYS_INLINE 1452 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int8_t>() {
HALIDE_ALWAYS_INLINE 1457 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int16_t>() {
HALIDE_ALWAYS_INLINE 1462 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int32_t>() {
HALIDE_ALWAYS_INLINE 1467 src/runtime/HalideRuntime.h HALIDE_ALWAYS_INLINE halide_type_t halide_type_of<int64_t>() {