Searched refs:CreateIntMinReduce (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 365 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ true); in expandPredicationInReduction() 375 Reduction = Builder.CreateIntMinReduce(RedOp, /*IsSigned*/ false); in expandPredicationInReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1049 return Builder.CreateIntMinReduce(Src, true); in createSimpleTargetReduction() 1053 return Builder.CreateIntMinReduce(Src, false); in createSimpleTargetReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 923 return Builder.CreateIntMinReduce(Src, Flags.IsSigned); in createSimpleTargetReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 378 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 463 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() function in IRBuilderBase
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IRBuilder.h | 777 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 743 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IRBuilder.h | 777 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IRBuilder.h | 783 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IRBuilder.h | 777 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 684 CallInst *CreateIntMinReduce(Value *Src, bool IsSigned = false);
|