/llvm-project/mlir/unittests/TableGen/ |
H A D | EnumsGenTest.cpp | 176 mlir::Type intType = mlir::IntegerType::get(&ctx, 32); in TEST() local 185 mlir::Type intType = mlir::IntegerType::get(&ctx, 32); in TEST() local
|
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | SerializationTest.cpp | 84 if (auto intType = dyn_cast<IntegerType>(type)) { in addConstInt() local 90 if (auto intType = dyn_cast<IntegerType>(elemType)) { in addConstInt() local
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 92 findEntryForIntegerType(IntegerType intType, in findEntryForIntegerType() argument 116 getIntegerTypeABIAlignment(IntegerType intType, in getIntegerTypeABIAlignment() argument 156 if (auto intType = dyn_cast<IntegerType>(type)) in getDefaultABIAlignment() local 175 getIntegerTypePreferredAlignment(IntegerType intType, in getIntegerTypePreferredAlignment() argument 206 if (auto intType = dyn_cast<IntegerType>(type)) getDefaultPreferredAlignment() local [all...] |
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformTypes.cpp | 114 IntegerType intType = llvm::dyn_cast<IntegerType>(type); in verify() local
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | ArrayConstructor.cpp | 36 mlir::Type intType = builder.getIntegerType(alignLike); genInitArrayConstructorVector() local
|
H A D | Intrinsics.cpp | 260 if (auto intType = genSystemClock() local
|
/llvm-project/mlir/lib/IR/ |
H A D | BuiltinDialectBytecode.cpp | 34 if (auto intType = dyn_cast<IntegerType>(type)) { getIntegerBitWidth() local
|
H A D | Types.cpp | 127 if (auto intType = llvm::dyn_cast<IntegerType>(*this)) getIntOrFloatBitWidth() local
|
/llvm-project/mlir/lib/Conversion/MathToSPIRV/ |
H A D | MathToSPIRV.cpp | 146 Type intType = rewriter.getIntegerType(bitwidth); in matchAndRewrite() local 320 Type intType = scalarIntType; matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
H A D | SCFToOpenMP.cpp | 166 auto intType = cast<IntegerType>(type); in minMaxValueForSignedInt() local 176 auto intType = cast<IntegerType>(type); in minMaxValueForUnsignedInt() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypes.cpp | 716 if (auto intType = llvm::dyn_cast<IntegerType>(type)) isValidElementType() local 791 if (auto intType = llvm::dyn_cast<IntegerType>(type)) isCompatibleOuterType() local 818 __anonb2bfb0400b02(auto intType) isCompatibleImpl() argument 884 if (auto intType = llvm::dyn_cast<IntegerType>(elementType)) isCompatibleVectorType() local
|
H A D | LLVMMemorySlot.cpp | 948 __anon5e4bab860b02(IntegerType intType) getStored() argument 984 __anon5e4bab860d02(IntegerType intType) canUsesBeRemoved() argument
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVConversion.cpp | 255 auto intType = cast<IntegerType>(type); global() local 309 auto intType = dyn_cast<IntegerType>(type.getElementType()); global() local 707 __anonb08dc71c0302(IntegerType intType) SPIRVTypeConverter() argument
|
/llvm-project/mlir/lib/Conversion/GPUToVulkan/ |
H A D | ConvertLaunchFuncToVulkanCalls.cpp |
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 616 auto intType = builder.getIntegerType(bits); in createBlankConstantCode() local 687 auto intType = builder.getIntegerType(bits); in createSingletonFromCode() local 700 auto intType = builder.getIntegerType(bits); in extractCodeFromSingleton() local
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestDialectInterfaces.cpp | 215 if (auto intType = dyn_cast<TestIntegerType>(type)) { in getAlias() local
|
/llvm-project/mlir/lib/Dialect/Index/IR/ |
H A D | IndexOps.cpp | 466 auto intType = cast<IntegerType>(type); foldCastOp() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 576 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { classof() local 683 if (auto intType = llvm::dyn_cast<IntegerType>(*this)) { getCapabilities() local
|
H A D | SPIRVOps.cpp | 667 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { in getZero() local 700 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { in getOne() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 62 return intType.getWidth(); in getIntegerOrVectorElementWidth() local 65 if (auto intType = dyn_cast<IntegerType>(vecType.getElementType())) getIntegerOrVectorElementWidth() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 905 Type intType = converter->convertType(rewriter.getIndexType()); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 96 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { in isSupportedIntegerType() local
|
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/ |
H A D | ArithToSPIRV.cpp | 123 if (auto intType = dyn_cast<IntegerType>(type)) in getScalarOrVectorConstInt() local
|
/llvm-project/mlir/lib/Dialect/Affine/IR/ |
H A D | AffineOps.cpp | 3872 auto intType = llvm::dyn_cast<IntegerType>(resultType); isResultTypeMatchAtomicRMWKind() local 3876 auto intType = llvm::dyn_cast<IntegerType>(resultType); isResultTypeMatchAtomicRMWKind() local 3880 auto intType = llvm::dyn_cast<IntegerType>(resultType); isResultTypeMatchAtomicRMWKind() local 3884 auto intType = llvm::dyn_cast<IntegerType>(resultType); isResultTypeMatchAtomicRMWKind() local [all...] |
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 444 if (auto intType = dyn_cast<IntegerType>(type)) { prepareBasicType() local
|