Home
last modified time | relevance | path

Searched refs:useReductionIntrinsic (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h169 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
H A DAArch64TargetTransformInfo.cpp897 bool AArch64TTIImpl::useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function in AArch64TTIImpl
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1002 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
1210 virtual bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
1613 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function
1615 return Impl.useReductionIntrinsic(Opcode, Ty, Flags); in useReductionIntrinsic()
H A DTargetTransformInfoImpl.h577 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, in useReductionIntrinsic() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp682 bool TargetTransformInfo::useReductionIntrinsic(unsigned Opcode, in useReductionIntrinsic() function in TargetTransformInfo
684 return TTIImpl->useReductionIntrinsic(Opcode, Ty, Flags); in useReductionIntrinsic()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp871 if (TTI->useReductionIntrinsic(Opcode, Src->getType(), Flags)) in createSimpleTargetReduction()