Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5707 getGEPCosts(const TargetTransformInfo &TTI, ArrayRef<Value *> Ptrs,
5953 getGEPCosts(TTI, OrderedPointerOps, OrderedPointerOps.front(), in isMaskedLoadCompress()
6204 getGEPCosts(TTI, PointerOps, PointerOps.front(), in canVectorizeLoads()
6312 : getGEPCosts(TTI, ArrayRef(PointerOps).slice(I * VF, VF), in canVectorizeLoads()
11319 getGEPCosts(const TargetTransformInfo &TTI, ArrayRef<Value *> Ptrs, in getGEPCosts() function
13115 std::tie(ScalarCost, VecCost) = getGEPCosts( in getEntryCost()