| /llvm-project-15.0.7/flang/include/flang/Optimizer/Support/ |
| H A D | TypeCode.h | 26 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 D | LoweringOptions.h | 59 void overrideIndexBitwidth(unsigned bitwidth) { in overrideIndexBitwidth()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MathToSPIRV/ |
| H A D | MathToSPIRV.cpp | 79 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 D | SCFToOpenMP.cpp | 162 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 D | InferIntRangeInterface.cpp | 38 ConstantIntRanges ConstantIntRanges::maxRange(unsigned bitwidth) { in maxRange()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/X86Vector/Transforms/ |
| H A D | LegalizeForLLVMExport.cpp | 52 unsigned bitwidth = elementType.getIntOrFloatBitWidth(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 29 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 D | DeserializationTest.cpp | 81 uint32_t addIntType(uint32_t bitwidth) { in addIntType()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 1113 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 D | SerializeToHsaco.cpp | 224 uint32_t bitwidth) { in translateToLLVMIR()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/ |
| H A D | BufferOptimizations.cpp | 53 unsigned bitwidth = mlir::DataLayout::closest(alloc.getDefiningOp()) in defaultIsSmallAlloc() local
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 77 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 D | EnumsGen.cpp | 382 int64_t bitwidth = 64; in emitSpecializedAttrDef() local
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | designated-initializers.c | 118 int bitwidth[] = { [(long long int)1] = 5, [(short int)2] = 2 }; variable
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 807 unsigned bitwidth = value.getBitWidth(); in prepareConstantInt() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 362 unsigned bitwidth = leftVal.getBitWidth(); in widenBitwiseBounds() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 549 unsigned bitwidth = getIntOrFloatBitWidth(); in getCapabilities() local
|