Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
745 using BaseT::getGEPCost;
747 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
874 return static_cast<T *>(this)->getGEPCost(GEP->getSourceElementType(), in getUserCost()
DTargetTransformInfo.h226 int getGEPCost(Type *PointeeType, const Value *Ptr,
1179 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
1416 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
1418 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp303 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
DStraightLineStrengthReduce.cpp278 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp179 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
181 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h289 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
291 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()