Home
last modified time | relevance | path

Searched defs:bitwidth (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Optimizer/Support/
H A DTypeCode.h26 inline int characterBitsToTypeCode(unsigned bitwidth) { in characterBitsToTypeCode()
37 inline int complexBitsToTypeCode(unsigned bitwidth) { in complexBitsToTypeCode()
50 inline int integerBitsToTypeCode(unsigned bitwidth) { in integerBitsToTypeCode()
63 inline int logicalBitsToTypeCode(unsigned bitwidth) { in logicalBitsToTypeCode()
75 inline int realBitsToTypeCode(unsigned bitwidth) { in realBitsToTypeCode()
/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DLoweringOptions.h59 void overrideIndexBitwidth(unsigned bitwidth) { in overrideIndexBitwidth()
/llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp79 int bitwidth = floatType.getWidth(); in matchAndRewrite() local
136 unsigned bitwidth = 0; in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp162 unsigned bitwidth = intType.getWidth(); in minMaxValueForSignedInt() local
172 unsigned bitwidth = intType.getWidth(); in minMaxValueForUnsignedInt() local
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferIntRangeInterface.cpp38 ConstantIntRanges ConstantIntRanges::maxRange(unsigned bitwidth) { in maxRange()
/llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/
H A DLegalizeForLLVMExport.cpp52 unsigned bitwidth = elementType.getIntOrFloatBitWidth(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp29 MlirType mlirIntegerTypeGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeGet()
33 MlirType mlirIntegerTypeSignedGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeSignedGet()
37 MlirType mlirIntegerTypeUnsignedGet(MlirContext ctx, unsigned bitwidth) { in mlirIntegerTypeUnsignedGet()
/llvm-project-15.0.7/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp81 uint32_t addIntType(uint32_t bitwidth) { in addIntType()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1113 auto checkOperandSizeForBitwidth = [&](unsigned bitwidth) -> LogicalResult { in processConstant()
1137 auto bitwidth = intType.getWidth(); in processConstant() local
1170 auto bitwidth = floatType.getWidth(); in processConstant() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp224 uint32_t bitwidth) { in translateToLLVMIR()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp53 unsigned bitwidth = mlir::DataLayout::closest(alloc.getDefiningOp()) in defaultIsSmallAlloc() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp77 static FloatType getDLFloatType(MLIRContext &ctx, int32_t bitwidth) { in getDLFloatType()
132 unsigned bitwidth; in translateDataLayout() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DEnumsGen.cpp382 int64_t bitwidth = 64; in emitSpecializedAttrDef() local
/llvm-project-15.0.7/clang/test/Sema/
H A Ddesignated-initializers.c118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp807 unsigned bitwidth = value.getBitWidth(); in prepareConstantInt() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp362 unsigned bitwidth = leftVal.getBitWidth(); in widenBitwiseBounds() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp549 unsigned bitwidth = getIntOrFloatBitWidth(); in getCapabilities() local