Searched refs:getMemcpyCost (Results 1 – 5 of 5) sorted by relevance
166 int getMemcpyCost(const Instruction *I);
541 int ARMTTIImpl::getMemcpyCost(const Instruction *I) { in getMemcpyCost() function in ARMTTIImpl
297 int getMemcpyCost(const Instruction *I) const;1193 virtual int getMemcpyCost(const Instruction *I) = 0;1448 int getMemcpyCost(const Instruction *I) override { in getMemcpyCost() function1449 return Impl.getMemcpyCost(I); in getMemcpyCost()
149 unsigned getMemcpyCost(const Instruction *I) { in getMemcpyCost() function815 return static_cast<T *>(this)->getMemcpyCost(dyn_cast<Instruction>(U)); in getIntrinsicCost()
727 int TargetTransformInfo::getMemcpyCost(const Instruction *I) const { in getMemcpyCost() function in TargetTransformInfo728 int Cost = TTIImpl->getMemcpyCost(I); in getMemcpyCost()