Lines Matching defs:vectorOperand
560 Value vectorOperand, Value accumulator) {
562 Value result = rewriter.create<LLVMRedIntrinOp>(loc, llvmType, vectorOperand);
576 Value vectorOperand, Value accumulator, LLVM::ICmpPredicate predicate) {
577 Value result = rewriter.create<LLVMRedIntrinOp>(loc, llvmType, vectorOperand);
610 Value vectorOperand, Value accumulator, LLVM::FastmathFlagsAttr fmf) {
612 rewriter.create<LLVMRedIntrinOp>(loc, llvmType, vectorOperand, fmf);
659 Value vectorOperand, Value accumulator,
662 rewriter, loc, llvmType, vectorOperand.getType());
664 loc, mask, vectorOperand, vectorMaskNeutral);
672 Type llvmType, Value vectorOperand,
678 vectorOperand, fmf);
688 Value vectorOperand, Value accumulator) {
693 vectorOperand);
699 Value vectorOperand, Value accumulator, Value mask) {
703 createVectorLengthValue(rewriter, loc, vectorOperand.getType());
706 vectorOperand, mask, vectorLength);
713 Value vectorOperand, Value accumulator, Value mask) {
717 rewriter, loc, llvmType, vectorOperand, accumulator, mask);
722 rewriter, loc, llvmType, vectorOperand, accumulator, mask);