Function melior::dialect::ods::llvm::intr_prefetch

source ·
pub fn intr_prefetch<'c>(
    context: &'c Context,
    addr: Value<'c, '_>,
    rw: IntegerAttribute<'c>,
    hint: IntegerAttribute<'c>,
    cache: IntegerAttribute<'c>,
    location: Location<'c>
) -> PrefetchOperation<'c>
Expand description

Creates an intr.prefetch operation.