Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp446 Reduction = Builder.CreateAndReduce(RedOp); in expandPredicationInReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3467 Value *Res = Builder.CreateAndReduce(Vect); in visitCallInst()
3499 ? Builder.CreateAndReduce(Vect) in visitCallInst()
3545 ? Builder.CreateAndReduce(Vect) in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp442 CallInst *IRBuilderBase::CreateAndReduce(Value *Src) { in CreateAndReduce() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1219 return Builder.CreateAndReduce(Src); in createSimpleTargetReduction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp988 FCmpBuilder.CreateAndReduce(OriginalAndShadowFcmpMatch); in emitFCmpCheck()
H A DMemorySanitizer.cpp3489 Value *OutShadowMask = IRB.CreateAndReduce(OperandUnsetOrPoison); in handleVectorReduceOrIntrinsic()
3506 Value *OutShadowMask = IRB.CreateAndReduce(OperandSetOrPoison); in handleVectorReduceAndIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h766 CallInst *CreateAndReduce(Value *Src);