class AM_PREFETCH_STMT < $AM_STMT
****
Similar to an assign statement, but the function call returns immediatly. The value is only available after waiting for it with an AM_WAITFOR. This works currently only if src an AM_ATTR_EXPR


Flattened version is here

Ancestors
$AM_STMT $NEXT{_} $AM $PROG_ERR
AM_STMT AM



Public


Readable Attributes
attr comment:STR;
attr dest:$AM_EXPR;
**** The destination expression. This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR.
attr
**** prefetch variable This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR.
attr src:$AM_EXPR;
**** The source expression.

Writable Attributes
attr comment:STR;
attr dest:$AM_EXPR;
**** The destination expression. This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR.
attr
**** prefetch variable This must be AM_LOCAL_EXPR, AM_GLOBAL_EXPR, AM_ATTR_EXPR, or AM_ARR_EXPR.
attr src:$AM_EXPR;
**** The source expression.

Features
copy:$AM_STMT