Searched defs:dstBits (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_trunc.h | 56 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable 66 static const int dstBits = 80; global() variable 77 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable 91 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable 101 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable [all...] |
H A D | fp_extend.h | 107 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable 117 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable 127 static const int dstBits = sizeof(dst_t) * CHAR_BIT; global() variable
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | EmulateNarrowType.cpp | 45 int dstBits = convertedElementType.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 195 int dstBits = newResultType.getElementType().getIntOrFloatBitWidth(); matchAndRewrite() local 252 int dstBits = convertedElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 347 int dstBits = convertedType.getElementTypeBitWidth(); matchAndRewrite() local 419 int dstBits = convertedElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 516 getLinearizedShape(MemRefType ty,int srcBits,int dstBits) getLinearizedShape() argument [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 102 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 | 126 int dstBits = newElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 192 int dstBits = newElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 279 int dstBits = newElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 350 int dstBits = newElementType.getIntOrFloatBitWidth(); matchAndRewrite() local 461 int dstBits = newElementType.getIntOrFloatBitWidth(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 553 int dstBits = dstType.getIntOrFloatBitWidth(); in matchAndRewrite() local 705 int dstBits = static_cast<int>(dstType.getWidth()); in matchAndRewrite() local [all...] |