Home
last modified time | relevance | path

Searched defs:intType (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/mlir/unittests/TableGen/
H A DEnumsGenTest.cpp176 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 DSerializationTest.cpp84 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 DDataLayoutInterfaces.cpp92 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 DTransformTypes.cpp114 IntegerType intType = llvm::dyn_cast<IntegerType>(type); in verify() local
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DArrayConstructor.cpp36 mlir::Type intType = builder.getIntegerType(alignLike); genInitArrayConstructorVector() local
H A DIntrinsics.cpp260 if (auto intType = genSystemClock() local
/llvm-project/mlir/lib/IR/
H A DBuiltinDialectBytecode.cpp34 if (auto intType = dyn_cast<IntegerType>(type)) { getIntegerBitWidth() local
H A DTypes.cpp127 if (auto intType = llvm::dyn_cast<IntegerType>(*this)) getIntOrFloatBitWidth() local
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp146 Type intType = rewriter.getIntegerType(bitwidth); in matchAndRewrite() local
320 Type intType = scalarIntType; matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp166 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 DLLVMTypes.cpp716 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 DLLVMMemorySlot.cpp948 __anon5e4bab860b02(IntegerType intType) getStored() argument
984 __anon5e4bab860d02(IntegerType intType) canUsesBeRemoved() argument
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp255 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 DConvertLaunchFuncToVulkanCalls.cpp
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp616 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 DTestDialectInterfaces.cpp215 if (auto intType = dyn_cast<TestIntegerType>(type)) { in getAlias() local
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DIndexOps.cpp466 auto intType = cast<IntegerType>(type); foldCastOp() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp576 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { classof() local
683 if (auto intType = llvm::dyn_cast<IntegerType>(*this)) { getCapabilities() local
H A DSPIRVOps.cpp667 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 DSPIRVToLLVM.cpp62 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 DMemRefToSPIRV.cpp905 Type intType = converter->convertType(rewriter.getIndexType()); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp96 if (auto intType = llvm::dyn_cast<IntegerType>(type)) { in isSupportedIntegerType() local
/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp123 if (auto intType = dyn_cast<IntegerType>(type)) in getScalarOrVectorConstInt() local
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp3872 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 DSerializer.cpp444 if (auto intType = dyn_cast<IntegerType>(type)) { prepareBasicType() local

12