| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 988 InstructionCost RISCVTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in RISCVTTIImpl 992 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 997 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 1001 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost() 1007 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
|
| H A D | RISCVTargetTransformInfo.h | 159 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 285 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
|
| H A D | ARMTargetTransformInfo.cpp | 1755 InstructionCost ARMTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in ARMTTIImpl 1785 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF, in getExtendedReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1482 InstructionCost getExtendedReductionCost( 2038 virtual InstructionCost getExtendedReductionCost( 2694 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost() function 2697 return Impl.getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
|
| H A D | TargetTransformInfoImpl.h | 768 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1112 InstructionCost TargetTransformInfo::getExtendedReductionCost( in getExtendedReductionCost() function in TargetTransformInfo 1115 return TTIImpl->getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2524 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6337 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()
|