/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | EmulateNarrowType.cpp | 44 int srcBits = oldElementType.getIntOrFloatBitWidth(); in convertCastingOp() local 111 getSubByteWriteMask(Location loc,OpFoldResult linearizedIndices,int64_t srcBits,int64_t dstBits,Value bitwidthOffset,OpBuilder & builder) getSubByteWriteMask() argument 131 getIndicesForLoadOrStore(OpBuilder & builder,Location loc,OpFoldResult linearizedIndex,int64_t srcBits,int64_t dstBits) getIndicesForLoadOrStore() argument 141 getLinearizedSrcIndices(OpBuilder & builder,Location loc,int64_t srcBits,const SmallVector<OpFoldResult> & indices,Value memref) getLinearizedSrcIndices() argument 194 int srcBits = currentType.getElementType().getIntOrFloatBitWidth(); matchAndRewrite() local 251 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 346 int srcBits = op.getMemRefType().getElementTypeBitWidth(); matchAndRewrite() local 418 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 515 getLinearizedShape(MemRefType ty,int srcBits,int dstBits) getLinearizedShape() argument [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_extend.h | 23 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable 34 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable 57 static const int srcBits = 80; global() variable 72 static const int srcBits = sizeof(src_t) * CHAR_BIT; global() variable 92 static const int srcBits = sizeof(src_t) * CHAR_BIT; global() variable [all...] |
H A D | fp_trunc.h | 22 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable 32 static const int srcBits = sizeof(src_t) * CHAR_BIT; variable 42 static const int srcBits = sizeof(src_t) * CHAR_BIT; global() variable [all...] |
/llvm-project/mlir/lib/Dialect/MemRef/Utils/ |
H A D | MemRefUtils.cpp | 52 getLinearizedMemRefOffsetAndSize(OpBuilder & builder,Location loc,int srcBits,int dstBits,OpFoldResult offset,ArrayRef<OpFoldResult> sizes,ArrayRef<OpFoldResult> strides,ArrayRef<OpFoldResult> indices) getLinearizedMemRefOffsetAndSize() argument 101 getLinearizedMemRefOffsetAndSize(OpBuilder & builder,Location loc,int srcBits,int dstBits,OpFoldResult offset,ArrayRef<OpFoldResult> sizes) getLinearizedMemRefOffsetAndSize() argument
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorEmulateNarrowType.cpp | 125 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 191 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 278 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 349 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 460 int srcBits = oldElementType.getIntOrFloatBitWidth(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/ |
H A D | OptimizeSharedMemory.cpp | 78 Value srcBits = b.create<arith::ConstantIndexOp>(loc, mask); in permuteVectorOffset() local [all...] |
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 528 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth(); in matchAndRewrite() local 672 int srcBits in matchAndRewrite() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 2383 tcExtract(WordType * dst,unsigned dstCount,const WordType * src,unsigned srcBits,unsigned srcLSB) tcExtract() argument
|