Home
last modified time | relevance | path

Searched defs:getMemcpyCost (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1205 InstructionCost ARMTTIImpl::getMemcpyCost(const Instruction *I) { in getMemcpyCost() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h84 InstructionCost getMemcpyCost(const Instruction *I) const { in getMemcpyCost() function
H A DTargetTransformInfo.h2237 InstructionCost getMemcpyCost(const Instruction *I) override { in getMemcpyCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1139 InstructionCost TargetTransformInfo::getMemcpyCost(const Instruction *I) const { in getMemcpyCost() function in TargetTransformInfo