Home
last modified time | relevance | path

Searched refs:CreateOrReduce (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1203 Src->getType()->isVectorTy() ? Builder.CreateOrReduce(Src) : Src; in createAnyOfTargetReduction()
1221 return Builder.CreateOrReduce(Src); in createSimpleTargetReduction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp450 Reduction = Builder.CreateOrReduce(RedOp); in expandPredicationInReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp428 Value *VectorMatchHasActiveLanes = Builder.CreateOrReduce(VectorMatchCmp); in createMaskedFindMismatch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1655 return convertShadowToScalar(IRB.CreateOrReduce(V), IRB); in convertShadowToScalar()
3324 Value *SElem = IRB.CreateOrReduce(S); in findDppPoisonedOutput()
3475 Value *S = IRB.CreateOrReduce(getShadow(&I, 0)); in handleVectorReduceIntrinsic()
3491 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceOrIntrinsic()
3508 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceAndIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp446 CallInst *IRBuilderBase::CreateOrReduce(Value *Src) { in CreateOrReduce() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3498 : Builder.CreateOrReduce(Vect); in visitCallInst()
3544 : Builder.CreateOrReduce(Vect); in visitCallInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h769 CallInst *CreateOrReduce(Value *Src);