Function melior::dialect::ods::memref::prefetch

source ·
pub fn prefetch<'c>(
    context: &'c Context,
    memref: Value<'c, '_>,
    indices: &[Value<'c, '_>],
    is_write: Attribute<'c>,
    locality_hint: IntegerAttribute<'c>,
    is_data_cache: Attribute<'c>,
    location: Location<'c>
) -> PrefetchOperation<'c>
Expand description

Creates a prefetch operation.