Home
last modified time | relevance | path

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

/freebsd/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 bool LoopDataPrefetch::runOnLoop(Loop *L) { in runOnLoop() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp254 unsigned Prefetch; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp512 struct PrefetchOp Prefetch; member