/llvm-project/mlir/lib/IR/ |
H A D | BuiltinDialectBytecode.cpp | 47 unsigned bitWidth = getIntegerBitWidth(reader, type); readAPIntWithKnownWidth() local
|
H A D | BuiltinAttributes.cpp | 535 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 D | LayoutUtils.cpp | 157 auto bitWidth = scalarType.getIntOrFloatBitWidth(); in getScalarTypeAlignment() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 172 unsigned bitWidth = asImpl().readUInt32(); in readAPInt() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h |
|
H A D | Floating.h |
|
H A D | IntegralAP.h |
|
/llvm-project/mlir/lib/Dialect/Polynomial/IR/ |
H A D | PolynomialOps.cpp | 26 auto bitWidth = tensorType.getElementTypeBitWidth(); in build() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | DebugTypeGenerator.cpp | 288 unsigned bitWidth; convertType() local
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ArithOps.cpp | 1340 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 D | MathToFuncs.cpp | 659 int64_t bitWidth = elementType.getIntOrFloatBitWidth(); in createCtlzFunc() local
|
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/ |
H A D | ControlFlowOps.cpp | 526 unsigned bitWidth = flagType.getIntOrFloatBitWidth(); in parseSwitchOpCases() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 144 auto bitWidth = type.getIntOrFloatBitWidth(); getTypeNumBytes() local
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 412 size_t bitWidth = value.getBitWidth(); writeAPIntWithKnownWidth() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 507 unsigned bitWidth = operandETy.getIntOrFloatBitWidth(); convertRoundEvenOp() local
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 881 int64_t bitWidth = vecTy.getElementType().getIntOrFloatBitWidth(); convertTransferReadToLoads() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 510 unsigned bitWidth = flagType.getIntOrFloatBitWidth(); parseSwitchOpCases() local 850 llvm::TypeSize bitWidth = dataLayout.getTypeSizeInBits(type); isTypeCompatibleWithAtomicOp() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 710 auto bitWidth = getIntOrFloatBitWidth(); getSizeInBytes() local
|
/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | GPUToLLVMConversion.cpp | 1050 unsigned bitWidth = valueType.getIntOrFloatBitWidth(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 986 FailureOr<APInt> readAPIntWithKnownWidth(unsigned bitWidth) override { in readAPIntWithKnownWidth() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 4488 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 D | SparseTensorDialect.cpp | 61 static constexpr bool acceptBitWidth(unsigned bitWidth) { in acceptBitWidth() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5347 unsigned bitWidth = result.getBitWidth(); convertToInteger() local
|