#include <tm2fastiter.h>
|
class | SliceInfo |
|
struct | tvresult |
| For an iterator, the vectorized result for width N is always a TinyVector<T_numtype, N>. More...
|
|
|
| FastTM2IteratorBase (const T_iterator &x) |
|
void | operator= (const T_iterator &x) |
|
| FastTM2IteratorBase (const T_matrix &array) |
|
| ~FastTM2IteratorBase () |
|
T_result | operator() (TinyVector< int, 2 > i) const |
|
T_result | first_value () const |
|
T_result | operator* () const |
|
T_result | operator[] (int i) const |
|
T_result | fastRead (diffType i) const |
|
template<int N> |
tvresult< N >::Type | fastRead_tv (diffType i) const |
|
bool | isVectorAligned (diffType offset) const |
| Since data_ is simd aligned by construction, we just have to check the offest.
|
|
void | push (int position) |
|
void | pop (int position) |
|
void | advance () |
|
void | advance (int n) |
|
void | loadStride (int rank) |
|
const T_numtype *restrict | data () const |
|
const T_matrix & | array () const |
|
void | _bz_setData (const T_numtype *ptr) |
|
void | _bz_offsetData (sizeType i) |
|
void | _bz_offsetData (sizeType offset, int dim) |
|
void | _bz_offsetData (sizeType offset1, int dim1, sizeType offset2, int dim2) |
|
int | stride () const |
|
bool | isUnitStride () const |
|
void | advanceUnitStride () |
|
bool | canCollapse (int outerLoopRank, int innerLoopRank) const |
|
template<typename T_shape > |
bool | shapeCheck (const T_shape &s) const |
|
T_result | shift (int offset, int dim) const |
|
T_result | shift (int offset1, int dim1, int offset2, int dim2) const |
|
void | prettyPrint (std::string &str, prettyPrintFormat &format) const |
|
◆ T_ctorArg1
◆ T_ctorArg2
◆ T_iterator
◆ T_matrix
◆ T_numtype
◆ T_optype
◆ T_range_result
◆ T_result
◆ T_tvresult
◆ T_tvtypeprop
Result type for fastRead_tv is a FastTVIterator.
This should only be used for mixed TM/Array expressions.
◆ T_typeprop
◆ FastTM2IteratorBase() [1/2]
◆ FastTM2IteratorBase() [2/2]
◆ ~FastTM2IteratorBase()
◆ _bz_offsetData() [1/3]
◆ _bz_offsetData() [2/3]
◆ _bz_offsetData() [3/3]
◆ _bz_setData()
◆ advance() [1/2]
◆ advance() [2/2]
◆ advanceUnitStride()
◆ array()
◆ ascending()
◆ canCollapse()
◆ data()
◆ fastRead()
◆ fastRead_tv()
◆ first_value()
◆ isStride()
◆ isUnitStride() [1/2]
◆ isUnitStride() [2/2]
◆ isVectorAligned()
Since data_ is simd aligned by construction, we just have to check the offest.
References true.
◆ lbound()
◆ loadStride()
◆ operator()()
◆ operator*()
◆ operator=()
References blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::array_, blitz::MemoryBlockReference< P_type >::data_, blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::data_, and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stack_.
◆ operator[]()
◆ ordering()
◆ pop()
◆ prettyPrint()
◆ push()
◆ shapeCheck()
◆ shift() [1/2]
◆ shift() [2/2]
◆ stride()
References blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stride_.
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::isStride(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::isUnitStride().
◆ suggestStride()
◆ ubound()
◆ array_
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::array(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::fastRead(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::FastTM2IteratorBase(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator()(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=().
◆ data_
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_offsetData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_offsetData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_offsetData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::_bz_setData(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advanceUnitStride(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::data(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::fastRead_tv(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::FastTM2IteratorBase(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::first_value(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator*(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator[](), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::pop(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::push(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::shift(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::shift().
◆ maxWidth
◆ minWidth
◆ numArrayOperands
◆ numIndexPlaceholders
◆ numTMOperands
◆ numTVOperands
◆ rank_
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ascending(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::lbound(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ordering(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::ubound().
◆ stack_
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator=(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::pop(), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::push().
◆ stride_
Referenced by blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::advance(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::loadStride(), blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::operator[](), and blitz::FastTM2IteratorBase< P_numtype, N_rows, N_columns, P_arraytype >::stride().
The documentation for this class was generated from the following file: