| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 297 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
|
| H A D | ARMTargetTransformInfo.cpp | 1850 InstructionCost ARMTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in ARMTTIImpl 1880 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF, in getExtendedReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 217 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
|
| H A D | RISCVTargetTransformInfo.cpp | 1938 InstructionCost RISCVTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in RISCVTTIImpl 1942 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 1947 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 1951 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 1965 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 444 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy,
|
| H A D | AArch64TargetTransformInfo.cpp | 5297 InstructionCost AArch64TTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in AArch64TTIImpl 5320 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, VecTy, FMF, in getExtendedReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1269 InstructionCost TargetTransformInfo::getExtendedReductionCost( in getExtendedReductionCost() function in TargetTransformInfo 1272 return TTIImpl->getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1656 LLVM_ABI InstructionCost getExtendedReductionCost(
|
| H A D | TargetTransformInfoImpl.h | 955 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 3162 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 2875 InstructionCost ExtRedCost = Ctx.TTI.getExtendedReductionCost( in tryToMatchAndCreateExtendedReduction()
|
| H A D | VPlanRecipes.cpp | 2676 return Ctx.TTI.getExtendedReductionCost( in computeCost()
|
| H A D | VectorCombine.cpp | 1377 TTI.getExtendedReductionCost(ReductionOpc, IsUnsigned, II.getType(), in analyzeCostOfVecReduction()
|
| H A D | LoopVectorize.cpp | 5443 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()
|
| H A D | SLPVectorizer.cpp | 23036 VectorCost = TTI->getExtendedReductionCost( in getReductionCost()
|