HomeSort by: relevance | last modified time | path
    Searched defs:getExtendedAddReductionCost (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 633 InstructionCost getExtendedAddReductionCost(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 2132 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 913 InstructionCost TargetTransformInfo::getExtendedAddReductionCost(
916 return TTIImpl->getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 1615 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
1630 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy,

Completed in 27 milliseconds