Searched refs:CreateFAddReduce (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 392 Reduction = Builder.CreateFAddReduce(Start, RedOp); in expandPredicationInReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1042 return Builder.CreateFAddReduce(ConstantFP::getNegativeZero(SrcVecEltTy), in createSimpleTargetReduction() 1089 return B.CreateFAddReduce(Start, Src); in createOrderedReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 449 Value *SubVecR = B.CreateFAddReduce(EltCF32, B.CreateFMul(AV2F32, BV2F32)); in createTileDPLoops()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 902 auto Rdx = Builder.CreateFAddReduce( in createSimpleTargetReduction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 329 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce() function in IRBuilderBase
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 421 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce() function in IRBuilderBase
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IRBuilder.h | 748 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 714 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IRBuilder.h | 748 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IRBuilder.h | 754 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IRBuilder.h | 748 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 657 CallInst *CreateFAddReduce(Value *Acc, Value *Src);
|