Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp434 Reduction = Builder.CreateAndReduce(RedOp); in expandPredicationInReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3246 Value *Res = Builder.CreateAndReduce(Vect); in visitCallInst()
3271 ? Builder.CreateAndReduce(Vect) in visitCallInst()
3310 ? Builder.CreateAndReduce(Vect) in visitCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1103 return Builder.CreateAndReduce(Src); in createSimpleTargetReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp441 CallInst *IRBuilderBase::CreateAndReduce(Value *Src) { in CreateAndReduce() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3348 Value *OutShadowMask = IRB.CreateAndReduce(OperandUnsetOrPoison); in handleVectorReduceOrIntrinsic()
3365 Value *OutShadowMask = IRB.CreateAndReduce(OperandSetOrPoison); in handleVectorReduceAndIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h763 CallInst *CreateAndReduce(Value *Src);