Searched refs:useReductionIntrinsic (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h183 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp1628 bool ARMTTIImpl::useReductionIntrinsic(unsigned Opcode, Type *Ty, function in class:ARMTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h238 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
H A DAArch64TargetTransformInfo.cpp975 bool AArch64TTIImpl::useReductionIntrinsic(unsigned Opcode, Type *Ty, function in class:AArch64TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h222 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, function in class:llvm::X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1221 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
1500 virtual bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
1978 bool useReductionIntrinsic(unsigned Opcode, Type *Ty,
1980 return Impl.useReductionIntrinsic(Opcode, Ty, Flags);
H A DTargetTransformInfoImpl.h635 bool useReductionIntrinsic(unsigned Opcode, Type *Ty, function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp943 bool TargetTransformInfo::useReductionIntrinsic(unsigned Opcode, Type *Ty, function in class:TargetTransformInfo
945 return TTIImpl->useReductionIntrinsic(Opcode, Ty, Flags);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1024 TTI->useReductionIntrinsic(Opcode, Src->getType(), Flags))

Completed in 175 milliseconds