Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp234 struct Prefetch { struct
244 /// Constructor to create a new Prefetch for \p I. argument
245 Prefetch(const SCEVAddRecExpr *L, Instruction *I) : LSCEVAddRec(L) { in Prefetch() argument
274 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp483 struct PrefetchOp Prefetch; member