Home
last modified time | relevance | path

Searched refs:preferInLoopReduction (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1472 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
1896 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2549 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2551 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
H A DTargetTransformInfoImpl.h829 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTargetTransformInfo.h1630 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2087 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2788 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2790 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
DTargetTransformInfoImpl.h878 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTargetTransformInfo.h1671 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2137 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2861 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2863 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
DTargetTransformInfoImpl.h908 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTargetTransformInfo.h1656 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2121 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2840 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2842 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
DTargetTransformInfoImpl.h901 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTargetTransformInfo.h1656 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2121 virtual bool preferInLoopReduction(unsigned Opcode, Type *Ty,
2840 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
2842 return Impl.preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
DTargetTransformInfoImpl.h901 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h221 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
H A DARMTargetTransformInfo.cpp2407 bool ARMTTIImpl::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in ARMTTIImpl
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1147 bool TargetTransformInfo::preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function in TargetTransformInfo
1149 return TTIImpl->preferInLoopReduction(Opcode, Ty, Flags); in preferInLoopReduction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5651 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening()
7421 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()