Home
last modified time | relevance | path

Searched refs:CreateAndReduce (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp345 Reduction = Builder.CreateAndReduce(RedOp); in expandPredicationInReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2573 Value *Res = Builder.CreateAndReduce(Vect); in visitCallInst()
2598 ? Builder.CreateAndReduce(Vect) in visitCallInst()
2637 ? Builder.CreateAndReduce(Vect) in visitCallInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1036 return Builder.CreateAndReduce(Src); in createSimpleTargetReduction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp447 CallInst *IRBuilderBase::CreateAndReduce(Value *Src) { in CreateAndReduce() function in IRBuilderBase
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3022 Value *OutShadowMask = IRB.CreateAndReduce(OperandUnsetOrPoison); in handleVectorReduceOrIntrinsic()
3039 Value *OutShadowMask = IRB.CreateAndReduce(OperandSetOrPoison); in handleVectorReduceAndIntrinsic()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h713 CallInst *CreateAndReduce(Value *Src);