| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 628 InstructionCost getMinMaxReductionCost(VectorType *, VectorType *, bool, bool, in getMinMaxReductionCost() function 1123 return TargetTTI->getMinMaxReductionCost( in getUserCost() 1127 return TargetTTI->getMinMaxReductionCost( in getUserCost()
|
| H A D | TargetTransformInfo.h | 1197 InstructionCost getMinMaxReductionCost( 1661 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, 2166 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function 2169 return Impl.getMinMaxReductionCost(Ty, CondTy, IsPairwiseForm, IsUnsigned, in getMinMaxReductionCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 220 InstructionCost getMinMaxReductionCost(
|
| H A D | AMDGPUTargetTransformInfo.cpp | 865 GCNTTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function in GCNTTIImpl 875 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned, in getMinMaxReductionCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 188 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy,
|
| H A D | X86TargetTransformInfo.cpp | 3904 X86TTIImpl::getMinMaxReductionCost(VectorType *ValTy, VectorType *CondTy, in getMinMaxReductionCost() function in X86TTIImpl 3909 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsPairwise, IsUnsigned, in getMinMaxReductionCost() 4027 return BaseT::getMinMaxReductionCost(ValTy, CondTy, IsPairwise, IsUnsigned, in getMinMaxReductionCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 160 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy,
|
| H A D | AArch64TargetTransformInfo.cpp | 1552 AArch64TTIImpl::getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function in AArch64TTIImpl 1556 return BaseT::getMinMaxReductionCost(Ty, CondTy, IsPairwise, IsUnsigned, in getMinMaxReductionCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1655 return thisT()->getMinMaxReductionCost( in getTypeBasedIntrinsicInstrCost() 1661 return thisT()->getMinMaxReductionCost( in getTypeBasedIntrinsicInstrCost() 2065 InstructionCost getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, in getMinMaxReductionCost() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 904 InstructionCost TargetTransformInfo::getMinMaxReductionCost( in getMinMaxReductionCost() function in TargetTransformInfo 907 InstructionCost Cost = TTIImpl->getMinMaxReductionCost( in getMinMaxReductionCost()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7623 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost() 7639 TTI->getMinMaxReductionCost(VectorTy, VecCondTy, in getReductionCost()
|