Searched refs:lastDim (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 172 auto lastDim = op->getOperand(op.getNumOperands() - 1); in adjustAccessChainForBitwidth() local 176 indices.back() = builder.create<spirv::SDivOp>(loc, lastDim, idx); in adjustAccessChainForBitwidth() 877 Value lastDim = accessChainOp->getOperand(accessChainOp.getNumOperands() - 1); in matchAndRewrite() local 878 Value offset = getOffsetForBitwidth(loc, lastDim, srcBits, dstBits, rewriter); in matchAndRewrite() 993 Value lastDim = accessChainOp->getOperand(accessChainOp.getNumOperands() - 1); in matchAndRewrite() local 994 Value offset = getOffsetForBitwidth(loc, lastDim, srcBits, dstBits, rewriter); in matchAndRewrite()
|