Home
last modified time | relevance | path

Searched defs:bitWidth (Results 1 – 23 of 23) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DBuiltinDialectBytecode.cpp47 unsigned bitWidth = getIntegerBitWidth(reader, type); readAPIntWithKnownWidth() local
H A DBuiltinAttributes.cpp535 size_t bitWidth = value.getBitWidth(); writeBits() local
560 readBits(const char * rawData,size_t bitPos,size_t bitWidth) readBits() argument
947 size_t bitWidth = getDenseElementBitWidth(eltType); get() local
1455 size_t bitWidth = getDenseElementBitWidth(newElementType); mappingHelper() local
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/Utils/
H A DLayoutUtils.cpp157 auto bitWidth = scalarType.getIntOrFloatBitWidth(); in getScalarTypeAlignment() local
/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h172 unsigned bitWidth = asImpl().readUInt32(); in readAPInt() local
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DFloating.h
H A DIntegralAP.h
/llvm-project/mlir/lib/Dialect/Polynomial/IR/
H A DPolynomialOps.cpp26 auto bitWidth = tensorType.getElementTypeBitWidth(); in build() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp288 unsigned bitWidth; convertType() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1340 unsigned bitWidth = llvm::cast<IntegerType>(resType).getWidth(); fold() local
1367 unsigned bitWidth = llvm::cast<IntegerType>(resType).getWidth(); fold() local
1462 unsigned bitWidth = llvm::cast<IntegerType>(resType).getWidth(); fold() local
1606 unsigned bitWidth = llvm::cast<IntegerType>(resType).getWidth(); fold() local
1628 unsigned bitWidth = llvm::cast<IntegerType>(resType).getWidth(); fold() local
[all...]
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp659 int64_t bitWidth = elementType.getIntOrFloatBitWidth(); in createCtlzFunc() local
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp526 unsigned bitWidth = flagType.getIntOrFloatBitWidth(); in parseSwitchOpCases() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp144 auto bitWidth = type.getIntOrFloatBitWidth(); getTypeNumBytes() local
/llvm-project/mlir/lib/Bytecode/Writer/
H A DBytecodeWriter.cpp412 size_t bitWidth = value.getBitWidth(); writeAPIntWithKnownWidth() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp507 unsigned bitWidth = operandETy.getIntOrFloatBitWidth(); convertRoundEvenOp() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp881 int64_t bitWidth = vecTy.getElementType().getIntOrFloatBitWidth(); convertTransferReadToLoads() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp510 unsigned bitWidth = flagType.getIntOrFloatBitWidth(); parseSwitchOpCases() local
850 llvm::TypeSize bitWidth = dataLayout.getTypeSizeInBits(type); isTypeCompatibleWithAtomicOp() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp710 auto bitWidth = getIntOrFloatBitWidth(); getSizeInBytes() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1050 unsigned bitWidth = valueType.getIntOrFloatBitWidth(); matchAndRewrite() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp986 FailureOr<APInt> readAPIntWithKnownWidth(unsigned bitWidth) override { in readAPIntWithKnownWidth() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp4488 int bitWidth = realType.getWidth(); genIeeeLogb() local
4785 int bitWidth = realType.getWidth(); genIeeeSignbit() local
4882 int bitWidth = realType.getWidth(); genIeeeValue() local
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp61 static constexpr bool acceptBitWidth(unsigned bitWidth) { in acceptBitWidth() argument
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5347 unsigned bitWidth = result.getBitWidth(); convertToInteger() local