Searched refs:CreateAddReduce (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp340 Reduction = Builder.CreateAddReduce(RedOp);
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp408 Value *SubVecR = B.CreateAddReduce(B.CreateMul(SEXTSubVecA, SEXTSubVecB));
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1031 return Builder.CreateAddReduce(Src);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp437 CallInst *IRBuilderBase::CreateAddReduce(Value *Src) { function in class:IRBuilderBase
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h723 CallInst *CreateAddReduce(Value *Src);
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2725 Value *Res = Builder.CreateAddReduce(Vect);

Completed in 103 milliseconds