Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
434 using BaseT::getGEPCost;
436 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
509 return static_cast<T *>(this)->getGEPCost( in getUserCost()
DTargetTransformInfo.h144 int getGEPCost(Type *PointeeType, const Value *Ptr,
633 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
757 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
759 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp74 int TargetTransformInfo::getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function in TargetTransformInfo
76 return TTIImpl->getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h160 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
162 return BaseT::getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp307 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()
DStraightLineStrengthReduce.cpp242 return TTI->getGEPCost(GEP->getSourceElementType(), GEP->getPointerOperand(), in isGEPFoldable()