Home
last modified time | relevance | path

Searched defs:srcBits (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp44 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 Dfp_extend.h23 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 Dfp_trunc.h22 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 DMemRefUtils.cpp52 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 DVectorEmulateNarrowType.cpp125 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 DOptimizeSharedMemory.cpp78 Value srcBits = b.create<arith::ConstantIndexOp>(loc, mask); in permuteVectorOffset() local
[all...]
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp528 int srcBits = memrefType.getElementType().getIntOrFloatBitWidth(); in matchAndRewrite() local
672 int srcBits in matchAndRewrite() local
[all...]
/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2383 tcExtract(WordType * dst,unsigned dstCount,const WordType * src,unsigned srcBits,unsigned srcLSB) tcExtract() argument