Searched refs:processCountOrOffset (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 176 static Value processCountOrOffset(Location loc, Value value, Type srcType, in processCountOrOffset() function 358 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 360 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite() 447 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 449 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite() 500 Value offset = processCountOrOffset(loc, op.offset(), srcType, dstType, in matchAndRewrite() 502 Value count = processCountOrOffset(loc, op.count(), srcType, dstType, in matchAndRewrite()
|