Searched refs:getGEPCost (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 105 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()
|
D | TargetTransformInfo.h | 143 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()
|