Lines Matching defs:inBoundsCond
47 Value inBoundsCond;
51 // the construction of `inBoundsCond`.
71 if (inBoundsCond)
72 inBoundsCond = b.create<arith::AndIOp>(loc, inBoundsCond, cond);
74 inBoundsCond = cond;
76 return inBoundsCond;
231 /// 1. `inBoundsCond` and a `compatibleMemRefType` have been computed.
251 TypeRange returnTypes, Value inBoundsCond,
257 loc, inBoundsCond,
285 /// 1. `inBoundsCond` and a `compatibleMemRefType` have been computed.
305 Value inBoundsCond, MemRefType compatibleMemRefType, Value alloc) {
311 loc, inBoundsCond,
337 /// 1. `inBoundsCond` and a `compatibleMemRefType` have been computed.
353 TypeRange returnTypes, Value inBoundsCond,
360 loc, inBoundsCond,
382 /// 1. `inBoundsCond` has been computed.
396 Value inBoundsCond, Value alloc) {
399 loc, inBoundsCond, b.create<arith::ConstantIntOp>(loc, true, 1));
411 /// 1. `inBoundsCond` has been computed.
424 Value inBoundsCond,
428 loc, inBoundsCond, b.create<arith::ConstantIntOp>(loc, true, 1));
553 Value inBoundsCond = createInBoundsCond(
555 if (!inBoundsCond)
589 inBoundsCond,
592 inBoundsCond, compatibleMemRefType,
612 b, xferWriteOp, returnTypes, inBoundsCond, compatibleMemRefType, alloc);
626 createFullPartialVectorTransferWrite(b, xferWriteOp, inBoundsCond, alloc);
628 createFullPartialLinalgCopy(b, xferWriteOp, inBoundsCond, alloc);