Module fate::intrin::prefetch [] [src]

Memory prefetching intrinsics - currently wrapping LLVM's prefetch intrinsic.

Functions

prefetch_high

Prefetch a memory location, hinting that it is read-only data that probably will be used again later.

prefetch_high_mut

Prefetch a memory location, hinting that it is read-write data that probably will be used again later.

prefetch_highest

Prefetch a memory location, hinting that it is read-only data that very probably will be used again later.

prefetch_highest_mut

Prefetch a memory location, hinting that it is read-write data that very probably will be used again later.

prefetch_insn_high

Prefetch a memory location, hinting that it is read-only code that probably will be used again later.

prefetch_insn_high_mut

Prefetch a memory location, hinting that it is read-write code that probably will be used again later.

prefetch_insn_highest

Prefetch a memory location, hinting that it is read-only code that very probably will be used again later.

prefetch_insn_highest_mut

Prefetch a memory location, hinting that it is read-write code that very probably will be used again later.

prefetch_insn_low

Prefetch a memory location, hinting that it is read-only code that probably won't be used again later.

prefetch_insn_low_mut

Prefetch a memory location, hinting that it is read-write code that probably won't be used again later.

prefetch_insn_lowest

Prefetch a memory location, hinting that it is read-only code that very probably won't be used again later.

prefetch_insn_lowest_mut

Prefetch a memory location, hinting that it is read-write code that very probably won't be used again later.

prefetch_low

Prefetch a memory location, hinting that it is read-only data that probably won't be used again later.

prefetch_low_mut

Prefetch a memory location, hinting that it is read-write data that probably won't be used again later.

prefetch_lowest

Prefetch a memory location, hinting that it is read-only data that very probably won't be used again later.

prefetch_lowest_mut

Prefetch a memory location, hinting that it is read-write data that very probably won't be used again later.