Lines Matching refs:emitOpError
373 return emitOpError() << "destination type " << getType() in verify()
399 return emitOpError("unsupported reduction rank: ") << rank; in verify()
404 return emitOpError("unsupported reduction type '") in verify()
668 return op.emitOpError("invalid accumulator/result vector shape"); in verifyOutputShape()
674 return op.emitOpError("invalid accumulator/result vector shape"); in verifyOutputShape()
683 return op.emitOpError( in verifyOutputShape()
697 return op.emitOpError("expected all dimensions to get an extent as " in verifyOutputShape()
717 return op.emitOpError( in verifyOutputShape()
732 return emitOpError("expected an indexing map for each vector operand"); in verify()
742 return emitOpError("expected indexing map ") in verify()
749 return emitOpError("expected indexing map ") in verify()
752 return emitOpError("expected indexing map ") in verify()
755 return emitOpError("expected indexing map ") in verify()
764 return emitOpError("expected at least one contracting dimension pair"); in verify()
768 return emitOpError("invalid contracting dimension map"); in verify()
772 return emitOpError("invalid batch dimension map"); in verify()
783 return emitOpError("invalid number of vector masks specified"); in verify()
788 return emitOpError("invalid vector mask rank"); in verify()
795 return emitOpError("unsupported contraction type"); in verify()
968 return emitOpError("expected position to be empty with 0-D vector"); in verify()
972 return emitOpError("unexpected >1 vector rank"); in verify()
974 return emitOpError("expected position for 1-D vector"); in verify()
1054 return emitOpError( in verify()
1060 return emitOpError("expected position attribute #") in verify()
1622 return emitOpError("expected source and destination vectors of same rank"); in verify()
1627 return emitOpError("source vector dimensions must be a multiple of " in verify()
1633 return emitOpError("expected number of ids must match the number of " in verify()
1725 return emitOpError("source rank higher than destination rank"); in verify()
1727 return emitOpError("dimension mismatch (") in verify()
1730 return emitOpError("source type is not a vector"); in verify()
1790 return emitOpError("rank mismatch"); in verify()
1797 return emitOpError("dimension mismatch"); in verify()
1803 return emitOpError("invalid mask length"); in verify()
1805 return emitOpError("mask length mismatch"); in verify()
1811 return emitOpError("mask index #") << (en.index() + 1) << " out of range"; in verify()
1923 return emitOpError("expected position to be empty with 0-D vector"); in verify()
1927 return emitOpError("unexpected >1 vector rank"); in verify()
1929 return emitOpError("expected position for 1-D vector"); in verify()
1982 return emitOpError( in verify()
1988 return emitOpError("expected position attribute rank + source rank to " in verify()
1992 return emitOpError( in verify()
1998 return emitOpError("expected position attribute #") in verify()
2069 return emitOpError("expected source and destination vectors of same rank"); in verify()
2074 return emitOpError( in verify()
2080 return emitOpError("expected number of ids must match the number of " in verify()
2110 return op.emitOpError("expected ") in isIntegerArrayAttrSmallerThanShape()
2129 return op.emitOpError("expected ") << attrName << " to be confined to [" in isIntegerArrayAttrConfinedToRange()
2151 return op.emitOpError("expected ") in isIntegerArrayAttrConfinedToShape()
2177 return op.emitOpError("expected sum(") in isSumOfIntegerArrayAttrConfinedToShape()
2199 return emitOpError( in verify()
2202 return emitOpError("expected strides of same size as source vector rank"); in verify()
2204 return emitOpError( in verify()
2362 return emitOpError("expected 1-d vector for operand #1"); in verify()
2367 return emitOpError("expected 1-d vector for operand #2"); in verify()
2369 return emitOpError("expected 2-d vector result"); in verify()
2371 return emitOpError("expected #1 operand dim to match result dim #1"); in verify()
2373 return emitOpError("expected #2 operand dim to match result dim #2"); in verify()
2377 return emitOpError("expected 1-d vector result"); in verify()
2379 return emitOpError("expected #1 operand dim to match result dim #1"); in verify()
2383 return emitOpError("expected operand #3 of same type as result type"); in verify()
2387 return emitOpError("unsupported outerproduct type"); in verify()
2500 return emitOpError( in verify()
2529 return emitOpError("expected result type to be ") << resultType; in verify()
2823 EmitFun emitOpError) { in verifyPermutationMap() argument
2830 return emitOpError( in verifyPermutationMap()
2837 return emitOpError("requires a projected permutation_map (at most one " in verifyPermutationMap()
2841 return emitOpError( in verifyPermutationMap()
2855 return op->emitOpError("masked attribute has been removed. " in verifyTransferOp()
2860 return op->emitOpError( in verifyTransferOp()
2874 return op->emitOpError( in verifyTransferOp()
2881 return op->emitOpError( in verifyTransferOp()
2886 return op->emitOpError("requires a permutation_map with result dims of " in verifyTransferOp()
2890 return op->emitOpError("does not support masks with vector element type"); in verifyTransferOp()
2898 return op->emitOpError( in verifyTransferOp()
2904 return op->emitOpError("requires a permutation_map with result dims of " in verifyTransferOp()
2910 return op->emitOpError("expects mask type consistent with permutation " in verifyTransferOp()
2916 return op->emitOpError("requires permutation_map without symbols"); in verifyTransferOp()
2919 return op->emitOpError("requires a permutation_map with input dims of the " in verifyTransferOp()
2924 return op->emitOpError("expects the optional in_bounds attr of same rank " in verifyTransferOp()
2931 return op->emitOpError("requires broadcast dimensions to be in-bounds"); in verifyTransferOp()
3035 return emitOpError("requires ") << shapedType.getRank() << " indices"; in verify()
3046 return emitOpError( in verify()
3052 return emitOpError("requires valid padding vector elemental type"); in verify()
3056 return emitOpError( in verify()
3061 [&](Twine t) { return emitOpError(t); }); in verify()
3492 return emitOpError("requires ") << shapedType.getRank() << " indices"; in verify()
3497 return emitOpError("should not have broadcast dimensions"); in verify()
3505 [&](Twine t) { return emitOpError(t); }); in verify()
3892 return op->emitOpError("most minor memref dim must have unit stride"); in verifyLoadStoreMemRefLayout()
3907 return emitOpError("base memref and result vector types should match"); in verify()
3912 return emitOpError("base and result element types should match"); in verify()
3914 return emitOpError("requires ") << memRefTy.getRank() << " indices"; in verify()
3939 return emitOpError( in verify()
3945 return emitOpError("base and valueToStore element type should match"); in verify()
3947 return emitOpError("requires ") << memRefTy.getRank() << " indices"; in verify()
3967 return emitOpError("base and result element type should match"); in verify()
3969 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
3971 return emitOpError("expected result dim to match mask dim"); in verify()
3973 return emitOpError("expected pass_thru of same type as result type"); in verify()
4020 return emitOpError("base and valueToStore element type should match"); in verify()
4022 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
4024 return emitOpError("expected valueToStore dim to match mask dim"); in verify()
4071 return emitOpError("base and result element type should match"); in verify()
4073 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
4075 return emitOpError("expected result dim to match indices dim"); in verify()
4077 return emitOpError("expected result dim to match mask dim"); in verify()
4079 return emitOpError("expected pass_thru of same type as result type"); in verify()
4119 return emitOpError("base and valueToStore element type should match"); in verify()
4121 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
4123 return emitOpError("expected valueToStore dim to match indices dim"); in verify()
4125 return emitOpError("expected valueToStore dim to match mask dim"); in verify()
4165 return emitOpError("base and result element type should match"); in verify()
4167 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
4169 return emitOpError("expected result dim to match mask dim"); in verify()
4171 return emitOpError("expected pass_thru of same type as result type"); in verify()
4212 return emitOpError("base and valueToStore element type should match"); in verify()
4214 return emitOpError("requires ") << memType.getRank() << " indices"; in verify()
4216 return emitOpError("expected valueToStore dim to match mask dim"); in verify()
4287 return op->emitOpError("source/result vectors must have same element type"); in verifyVectorShapeCast()
4297 return op->emitOpError("source/result number of elements must match"); in verifyVectorShapeCast()
4304 return op->emitOpError("invalid shape cast"); in verifyVectorShapeCast()
4307 return op->emitOpError("invalid shape cast"); in verifyVectorShapeCast()
4435 return emitOpError("dimension size mismatch at: ") << i; in verify()
4446 return emitOpError("source/result bitwidth of the 0-D vector element " in verify()
4450 return emitOpError( in verify()
4527 return emitOpError("expects operand to be a memref with identity layout"); in verify()
4529 return emitOpError("expects result to be a memref with identity layout"); in verify()
4532 return emitOpError("expects result in same memory space"); in verify()
4538 return emitOpError( in verify()
4542 return emitOpError( in verify()
4590 return emitOpError("vector result rank mismatch: ") << rank; in verify()
4595 return emitOpError("transposition length mismatch: ") << size; in verify()
4600 return emitOpError("transposition index out of range: ") << i; in verify()
4602 return emitOpError("duplicate position index: ") << i; in verify()
4605 return emitOpError("dimension size mismatch at: ") << i; in verify()
4726 return emitOpError( in verify()
4735 return emitOpError( in verify()
4744 return emitOpError("expected all mask dim sizes to be zeros, " in verify()
4753 return emitOpError("expected mask dim sizes for scalable masks to be 0"); in verify()
4766 return emitOpError( in verify()
4770 return emitOpError( in verify()
4845 return emitOpError("reduction dimension ") in verify()
4851 return emitOpError("initial value rank ") in verify()
4866 return emitOpError("incompatible input/initial value shapes"); in verify()
4872 return emitOpError("unsupported reduction type ") in verify()
5026 return op->emitOpError("expected vector type for distributed operands."); in verifyDistributedType()
5029 return op->emitOpError( in verifyDistributedType()
5038 return op->emitOpError() in verifyDistributedType()
5044 return op->emitOpError() << "incompatible distribution dimensions from " in verifyDistributedType()
5052 return emitOpError( in verify()
5057 return emitOpError( in verify()