Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h105 unsigned getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
398 using BaseT::getGEPCost;
400 unsigned getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
473 return static_cast<T *>(this)->getGEPCost( in getUserCost()
DTargetTransformInfo.h143 int getGEPCost(Type *PointeeType, const Value *Ptr,
552 virtual int getGEPCost(Type *PointeeType, const Value *Ptr,
654 int getGEPCost(Type *PointeeType, const Value *Ptr, in getGEPCost() function
656 return Impl.getGEPCost(PointeeType, Ptr, Operands); in getGEPCost()