Home
last modified time | relevance | path

Searched refs:computeRefCost (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/LoopCacheAnalysis/PowerPC/
H A Dcompute-cost-m32.ll6 ; Check IndexedReference::computeRefCost can handle type differences between
H A Dcompute-cost.ll6 ; Check IndexedReference::computeRefCost can handle type differences between
36 ; Check IndexedReference::computeRefCost can handle type differences between
85 ; Check IndexedReference::computeRefCost can handle negative stride
/llvm-project-15.0.7/llvm/test/Analysis/LoopCacheAnalysis/
H A Dcompute-cost.ll8 ; Check IndexedReference::computeRefCost can handle type differences between
38 ; Check IndexedReference::computeRefCost can handle type differences between
89 ; Check IndexedReference::computeRefCost can handle negative stride
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h95 CacheCostTy computeRefCost(const Loop &L, unsigned CLS) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp273 CacheCostTy IndexedReference::computeRefCost(const Loop &L, in computeRefCost() function in IndexedReference
725 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()