Home
last modified time | relevance | path

Searched refs:getMemcpyCost (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h166 int getMemcpyCost(const Instruction *I);
DARMTargetTransformInfo.cpp541 int ARMTTIImpl::getMemcpyCost(const Instruction *I) { in getMemcpyCost() function in ARMTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h297 int getMemcpyCost(const Instruction *I) const;
1193 virtual int getMemcpyCost(const Instruction *I) = 0;
1448 int getMemcpyCost(const Instruction *I) override { in getMemcpyCost() function
1449 return Impl.getMemcpyCost(I); in getMemcpyCost()
DTargetTransformInfoImpl.h149 unsigned getMemcpyCost(const Instruction *I) { in getMemcpyCost() function
815 return static_cast<T *>(this)->getMemcpyCost(dyn_cast<Instruction>(U)); in getIntrinsicCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp727 int TargetTransformInfo::getMemcpyCost(const Instruction *I) const { in getMemcpyCost() function in TargetTransformInfo
728 int Cost = TTIImpl->getMemcpyCost(I); in getMemcpyCost()