Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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 addInstructionPrefetch runOnLoop() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp508 struct PrefetchOp Prefetch; global() member