Lines Matching defs:boxTyPair
337 TypePair boxTyPair = getBoxTypePair(argty);
339 getBaseAddrFromBox(loc, boxTyPair, a, rewriter));
383 TypePair boxTyPair = getBoxTypePair(boxdims.getVal().getType());
384 auto results = getDimsFromBox(boxdims.getLoc(), resultTypes, boxTyPair,
403 TypePair boxTyPair = getBoxTypePair(boxelesz.getVal().getType());
404 auto elemSize = getElementSizeFromBox(loc, ty, boxTyPair, box, rewriter);
420 TypePair boxTyPair = getBoxTypePair(boxisalloc.getVal().getType());
422 genBoxAttributeCheck(loc, boxTyPair, box, rewriter, kAttrAllocatable);
438 TypePair boxTyPair = getBoxTypePair(boxisarray.getVal().getType());
439 mlir::Value rank = getRankFromBox(loc, boxTyPair, a, rewriter);
457 TypePair boxTyPair = getBoxTypePair(boxisptr.getVal().getType());
459 genBoxAttributeCheck(loc, boxTyPair, box, rewriter, kAttrPointer);
476 TypePair boxTyPair =
478 mlir::Value rank = getRankFromBox(loc, boxTyPair, a, rewriter);
510 TypePair boxTyPair = getBoxTypePair(boxtypedesc.getBox().getType());
512 loadTypeDescAddress(boxtypedesc.getLoc(), boxTyPair, box, rewriter);
530 TypePair boxTyPair = getBoxTypePair(op.getBox().getType());
532 getValueFromBox(loc, boxTyPair, box, ty, rewriter, kTypePosInBox);
2674 TypePair boxTyPair = getBoxTypePair(boxObjTy);
2706 getBaseAddrFromBox(loc, boxTyPair, boxBaseAddr, rewriter);
2726 mlir::Value stride = getStrideFromBox(loc, boxTyPair, operands[0],