Home
last modified time | relevance | path

Searched defs:Prefetch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp229 struct Prefetch { struct
239 /// Constructor to create a new Prefetch for \p I. argument
240 Prefetch(const SCEVAddRecExpr *L, Instruction *I) in Prefetch() function
270 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp452 struct PrefetchOp Prefetch; member