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

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 262 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
ARMTargetTransformInfo.cpp 1615 ARMTTIImpl::getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
1630 return BaseT::getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, ValTy,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1207 InstructionCost getExtendedAddReductionCost(
1664 virtual InstructionCost getExtendedAddReductionCost(
2172 InstructionCost getExtendedAddReductionCost(
2175 return Impl.getExtendedAddReductionCost(IsMLA, IsUnsigned, ResTy, Ty,
TargetTransformInfoImpl.h 633 InstructionCost getExtendedAddReductionCost(
  /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/include/llvm/CodeGen/
BasicTTIImpl.h 2132 InstructionCost getExtendedAddReductionCost(bool IsMLA, bool IsUnsigned,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 7160 InstructionCost RedCost = TTI.getExtendedAddReductionCost(
7186 InstructionCost RedCost = TTI.getExtendedAddReductionCost(
7196 InstructionCost RedCost = TTI.getExtendedAddReductionCost(

Completed in 77 milliseconds