Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1090 Cmp = Builder.CreateOrReduce(Cmp); in createAnyOfTargetReduction()
1105 return Builder.CreateOrReduce(Src); in createSimpleTargetReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoopIdiomTransform.cpp597 Value *SVEMatchHasActiveLanes = Builder.CreateOrReduce(SVEMatchCmp); in expandFindMismatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp438 Reduction = Builder.CreateOrReduce(RedOp); in expandPredicationInReduction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1638 return convertShadowToScalar(IRB.CreateOrReduce(V), IRB); in convertShadowToScalar()
3334 Value *S = IRB.CreateOrReduce(getShadow(&I, 0)); in handleVectorReduceIntrinsic()
3350 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceOrIntrinsic()
3367 Value *OrShadow = IRB.CreateOrReduce(OperandShadow); in handleVectorReduceAndIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp445 CallInst *IRBuilderBase::CreateOrReduce(Value *Src) { in CreateOrReduce() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3272 : Builder.CreateOrReduce(Vect); in visitCallInst()
3311 : Builder.CreateOrReduce(Vect); in visitCallInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h766 CallInst *CreateOrReduce(Value *Src);