Home
last modified time | relevance | path

Searched defs:shouldExpandReduction (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVETargetTransformInfo.h150 bool shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h232 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h355 bool shouldExpandReduction(const IntrinsicInst *II) const { return false; } in shouldExpandReduction() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.cpp1326 bool SystemZTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in SystemZTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetTransformInfo.cpp288 bool RISCVTTIImpl::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in RISCVTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h941 bool shouldExpandReduction(const IntrinsicInst *II) const { return true; } in shouldExpandReduction() function
HDTargetTransformInfo.h2925 bool shouldExpandReduction(const IntrinsicInst *II) const override { in shouldExpandReduction() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp1324 bool TargetTransformInfo::shouldExpandReduction(const IntrinsicInst *II) const { in shouldExpandReduction() function in TargetTransformInfo