Home
last modified time | relevance | path

Searched refs:getExtendedReductionCost (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1332 InstructionCost RISCVTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in RISCVTTIImpl
1336 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1341 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1345 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1351 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
H A DRISCVTargetTransformInfo.h185 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h286 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
H A DARMTargetTransformInfo.cpp1767 InstructionCost ARMTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in ARMTTIImpl
1797 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1532 InstructionCost getExtendedReductionCost(
2111 virtual InstructionCost getExtendedReductionCost(
2798 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function
2801 return Impl.getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
H A DTargetTransformInfoImpl.h804 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1167 InstructionCost TargetTransformInfo::getExtendedReductionCost( in getExtendedReductionCost() function in TargetTransformInfo
1170 return TTIImpl->getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2614 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5849 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()