Lines Matching defs:lowerPredicatedReductionWithStartValue
686 lowerPredicatedReductionWithStartValue(ConversionPatternRewriter &rewriter,
697 static Value lowerPredicatedReductionWithStartValue(
711 static Value lowerPredicatedReductionWithStartValue(
715 return lowerPredicatedReductionWithStartValue<LLVMIntVPRedIntrinOp,
720 return lowerPredicatedReductionWithStartValue<LLVMFPVPRedIntrinOp,
910 result = lowerPredicatedReductionWithStartValue<
916 result = lowerPredicatedReductionWithStartValue<
922 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceUMinOp,
927 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceSMinOp,
932 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceUMaxOp,
937 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceSMaxOp,
942 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceAndOp,
947 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceOrOp,
952 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceXorOp,
957 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceFMinOp,
962 result = lowerPredicatedReductionWithStartValue<LLVM::VPReduceFMaxOp,