Lines Matching refs:createIndexAttrConstant
583 static Value createIndexAttrConstant(OpBuilder &builder, Location loc, in createIndexAttrConstant() function
608 createIndexAttrConstant(builder, loc, indexType, offset)); in setConstantOffset()
626 auto zero = createIndexAttrConstant(builder, loc, indexType, 0); in size()
627 auto one = createIndexAttrConstant(builder, loc, indexType, 1); in size()
652 createIndexAttrConstant(builder, loc, indexType, size)); in setConstantSize()
673 createIndexAttrConstant(builder, loc, indexType, stride)); in setConstantStride()
831 Value one = createIndexAttrConstant(builder, loc, indexType, 1); in computeSizes()
832 Value two = createIndexAttrConstant(builder, loc, indexType, 2); in computeSizes()
833 Value pointerSize = createIndexAttrConstant( in computeSizes()
836 createIndexAttrConstant(builder, loc, indexType, in computeSizes()
892 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in alignedPtr()
907 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 1); in setAlignedPtr()
921 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in offset()
938 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 2); in setOffset()
961 createIndexAttrConstant(builder, loc, typeConverter.getIndexType(), 0); in sizeBasePtr()
1045 return createIndexAttrConstant(builder, loc, getIndexType(), value); in createIndexConstant()
1933 Value one = createIndexAttrConstant(rewriter, loc, alignment.getType(), 1); in createAligned()
2477 createIndexAttrConstant(rewriter, op->getLoc(), intPtrType, 0xdeadbeef); in allocateBuffer()
3733 Value zero = createIndexAttrConstant(rewriter, loc, intPtrType, 0); in matchAndRewrite()
3735 createIndexAttrConstant(rewriter, loc, intPtrType, alignment - 1); in matchAndRewrite()