HomeSort by: relevance | last modified time | path
    Searched refs:getMemcpyCost (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 193 InstructionCost getMemcpyCost(const Instruction *I);
ARMTargetTransformInfo.cpp 1131 InstructionCost ARMTTIImpl::getMemcpyCost(const Instruction *I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 297 InstructionCost getMemcpyCost(const Instruction *I) const;
1449 virtual InstructionCost getMemcpyCost(const Instruction *I) = 0;
1756 InstructionCost getMemcpyCost(const Instruction *I) override {
1757 return Impl.getMemcpyCost(I);
TargetTransformInfoImpl.h 78 InstructionCost getMemcpyCost(const Instruction *I) const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 889 InstructionCost TargetTransformInfo::getMemcpyCost(const Instruction *I) const {
890 InstructionCost Cost = TTIImpl->getMemcpyCost(I);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 1322 return thisT()->getMemcpyCost(ICA.getInst());

Completed in 20 milliseconds