Searched refs:createI32Constant (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/AMDGPUToROCDL/ |
| H A D | AMDGPUToROCDL.cpp | 19 static Value createI32Constant(ConversionPatternRewriter &rewriter, in createI32Constant() function 62 Value byteWidthConst = createI32Constant(rewriter, loc, elementByteWidth); in matchAndRewrite() 138 numRecords = createI32Constant( in matchAndRewrite() 178 Value word3Const = createI32Constant(rewriter, loc, word3); in matchAndRewrite() 195 createI32Constant(rewriter, loc, strides[i] * elementByteWidth); in matchAndRewrite() 203 Value extraOffsetConst = createI32Constant(rewriter, loc, indexOffset); in matchAndRewrite() 212 sgprOffset = createI32Constant(rewriter, loc, 0); in matchAndRewrite() 218 loc, sgprOffset, createI32Constant(rewriter, loc, offset)); in matchAndRewrite() 224 args.push_back(createI32Constant(rewriter, loc, 0)); in matchAndRewrite()
|