/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1472 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 D | TargetTransformInfoImpl.h | 829 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1630 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()
|
D | TargetTransformInfoImpl.h | 878 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1671 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()
|
D | TargetTransformInfoImpl.h | 908 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1656 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()
|
D | TargetTransformInfoImpl.h | 901 bool preferInLoopReduction(unsigned Opcode, Type *Ty, in preferInLoopReduction() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1656 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()
|
D | TargetTransformInfoImpl.h | 901 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 D | ARMTargetTransformInfo.h | 221 bool preferInLoopReduction(unsigned Opcode, Type *Ty,
|
H A D | ARMTargetTransformInfo.cpp | 2407 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 D | TargetTransformInfo.cpp | 1147 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 D | LoopVectorize.cpp | 5651 TTI.preferInLoopReduction(RdxDesc.getOpcode(), in collectElementTypesForWidening() 7421 !TTI.preferInLoopReduction(Opcode, Phi->getType(), in collectInLoopReductions()
|