Searched refs:getGEPCosts (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4542 getGEPCosts(const TargetTransformInfo &TTI, ArrayRef<Value *> Ptrs, 4684 auto [ScalarGEPCost, VectorGEPCost] = getGEPCosts( in canVectorizeLoads() 4700 getGEPCosts(TTI, ArrayRef(PointerOps).slice(I * VF, VF), in canVectorizeLoads() 4712 getGEPCosts(TTI, ArrayRef(PointerOps).slice(I * VF, VF), in canVectorizeLoads() 4723 auto [ScalarGEPCost, VectorGEPCost] = getGEPCosts( in canVectorizeLoads() 8068 getGEPCosts(const TargetTransformInfo &TTI, ArrayRef<Value *> Ptrs, in getGEPCosts() function 8371 getGEPCosts(TTI, PointerOps, LI->getPointerOperand(), in getBuildVectorCost() 8394 getGEPCosts(TTI, PointerOps, Ptr0, Instruction::GetElementPtr, in getBuildVectorCost() 9394 std::tie(ScalarCost, VecCost) = getGEPCosts( in getEntryCost()
|