| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1236 return static_cast<T *>(this)->getArithmeticReductionCost( 1239 return static_cast<T *>(this)->getArithmeticReductionCost( 1242 return static_cast<T *>(this)->getArithmeticReductionCost( 1245 return static_cast<T *>(this)->getArithmeticReductionCost( 1248 return static_cast<T *>(this)->getArithmeticReductionCost( 1251 return static_cast<T *>(this)->getArithmeticReductionCost( 1254 return static_cast<T *>(this)->getArithmeticReductionCost( 1413 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 172 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
|
| H A D | AArch64TargetTransformInfo.cpp | 922 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in AArch64TTIImpl 926 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost() 947 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwiseForm); in getArithmeticReductionCost()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 573 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in TargetTransformInfo 575 int Cost = TTIImpl->getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost() 1079 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput() 1095 return getArithmeticReductionCost(ReduxOpCode, ReduxType, in getInstructionThroughput()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 96 int getArithmeticReductionCost(unsigned Opcode, Type *Ty,
|
| H A D | X86TargetTransformInfo.cpp | 2303 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, in getArithmeticReductionCost() function in X86TTIImpl 2372 return BaseT::getArithmeticReductionCost(Opcode, ValTy, IsPairwise); in getArithmeticReductionCost()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 856 int getArithmeticReductionCost(unsigned Opcode, Type *Ty, 1162 virtual int getArithmeticReductionCost(unsigned Opcode, Type *Ty, 1512 int getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function 1514 return Impl.getArithmeticReductionCost(Opcode, Ty, IsPairwiseForm); in getArithmeticReductionCost()
|
| H A D | TargetTransformInfoImpl.h | 483 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; } in getArithmeticReductionCost() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 195 int getArithmeticReductionCost(unsigned Opcode,
|
| H A D | AMDGPUTargetTransformInfo.cpp | 458 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty, in getArithmeticReductionCost() function in GCNTTIImpl 467 return BaseT::getArithmeticReductionCost(Opcode, Ty, IsPairwise); in getArithmeticReductionCost()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5869 TTI->getArithmeticReductionCost(ReductionData.getOpcode(), VecTy, in getReductionCost() 5872 TTI->getArithmeticReductionCost(ReductionData.getOpcode(), VecTy, in getReductionCost()
|