Home
last modified time | relevance | path

Searched defs:targetBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp48 int targetBits, OpBuilder &builder) { in getOffsetForBitwidth() argument
71 int targetBits, OpBuilder &builder) { in adjustAccessChainForBitwidth() argument
103 int targetBits = static_cast<int>(dstType.getWidth()); shiftValue() local
[all...]
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp248 unsigned targetBits = targetElementType.getIntOrFloatBitWidth(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp92 getOffsetForBitwidth(Location loc,OpFoldResult srcIdx,int sourceBits,int targetBits,OpBuilder & builder) getOffsetForBitwidth() argument