Searched refs:processCountOrOffset (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/ |
| H A D | SPIRVToLLVM.cpp | 176 static Value processCountOrOffset(Location loc, Value value, Type srcType, in processCountOrOffset() function 355 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 357 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite() 443 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 445 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite() 496 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 498 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite()
|