Home
last modified time | relevance | path

Searched refs:llvmIndexType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1324 Type &llvmIndexType, in getAsValues() argument
1377 : b.create<LLVM::ConstantOp>(loc, llvmIndexType, in getExpandedOutputDimSize()
1381 b.create<LLVM::ConstantOp>(loc, llvmIndexType, in getExpandedOutputDimSize()
1400 : b.create<LLVM::ConstantOp>(loc, llvmIndexType, in getCollapsedOutputDimSize()
1444 ? getAsValues(b, loc, llvmIndexType, in getDynamicOutputShape()
1448 : getAsValues(b, loc, llvmIndexType, in getDynamicOutputShape()
1600 Type llvmIndexType = in matchAndRewrite() local
1724 loc, llvmIndexType, in matchAndRewrite()
1763 loc, llvmIndexType, dim); in matchAndRewrite()
1774 loc, llvmIndexType, in matchAndRewrite()
[all …]
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp313 auto llvmIndexType = typeConverter.convertType(indexType); in matchAndRewrite() local
314 if (!llvmIndexType) in matchAndRewrite()
317 op.getLoc(), llvmIndexType, rewriter.getIntegerAttr(indexType, 0)); in matchAndRewrite()