| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | BuiltinTypes.cpp | 113 MlirType mlirComplexTypeGet(MlirType elementType) { in mlirComplexTypeGet() 173 MlirType elementType) { in mlirVectorTypeGet() 180 const int64_t *shape, MlirType elementType) { in mlirVectorTypeGetChecked() 209 MlirType elementType, in mlirRankedTensorTypeGetChecked() 220 MlirType mlirUnrankedTensorTypeGet(MlirType elementType) { in mlirUnrankedTensorTypeGet() 225 MlirType elementType) { in mlirUnrankedTensorTypeGetChecked() 235 MlirType mlirMemRefTypeGet(MlirType elementType, intptr_t rank, in mlirMemRefTypeGet() 246 MlirType mlirMemRefTypeGetChecked(MlirLocation loc, MlirType elementType, in mlirMemRefTypeGetChecked() 259 MlirType mlirMemRefTypeContiguousGet(MlirType elementType, intptr_t rank, in mlirMemRefTypeContiguousGet() 292 MlirType mlirUnrankedMemRefTypeGet(MlirType elementType, in mlirUnrankedMemRefTypeGet() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/ |
| H A D | PDLTypes.cpp | 71 Type elementType = parsePDLType(parser); in parse() local 91 Type elementType) { in verify()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | BuiltinTypes.h | 173 Builder(ArrayRef<int64_t> shape, Type elementType) in Builder() 205 Type elementType; variable 224 Builder(ArrayRef<int64_t> shape, Type elementType, Attribute encoding) in Builder() 270 Type elementType; variable 330 Type elementType; variable
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinTypes.cpp | 53 Type elementType) { in verify() 233 ArrayRef<int64_t> shape, Type elementType, in verify() 312 Type elementType) { in checkTensorElementType() 334 ArrayRef<int64_t> shape, Type elementType, in verify() 365 Type elementType) { in verify() 549 MemRefType MemRefType::get(ArrayRef<int64_t> shape, Type elementType, in get() 580 MemRefType MemRefType::get(ArrayRef<int64_t> shape, Type elementType, in get() 618 MemRefType MemRefType::get(ArrayRef<int64_t> shape, Type elementType, in get() 659 ArrayRef<int64_t> shape, Type elementType, in verify() 708 Type elementType, Attribute memorySpace) { in verify() [all …]
|
| H A D | BuiltinTypeInterfaces.cpp | 42 auto elementType = getElementType(); in getSizeInBits() local
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | TypeParser.cpp | 122 auto elementType = parseType(); in parseComplexType() local 216 auto elementType = parseType(); in parseMemRefType() local 399 auto elementType = parseType(); in parseTensorType() local 472 auto elementType = parseType(); in parseVectorType() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToStandard/ |
| H A D | ComplexToStandard.cpp | 57 Type elementType = type.getElementType(); in matchAndRewrite() local 222 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 441 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 466 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 490 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 511 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 533 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 710 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local 756 Type elementType = type.getElementType(); in matchAndRewrite() local 820 auto elementType = type.getElementType().cast<FloatType>(); in matchAndRewrite() local [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Utils/ |
| H A D | LayoutUtils.cpp | 105 auto elementType = vectorType.getElementType(); in decorateType() local 124 auto elementType = arrayType.getElementType(); in decorateType() local 139 auto elementType = arrayType.getElementType(); in decorateType() local
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | VectorSubscripts.h | 83 MaybeSubstring substringBounds, mlir::Type elementType) in VectorSubscriptBox() 139 mlir::Type elementType; variable
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLibm/ |
| H A D | ComplexToLibm.cpp | 24 auto elementType = complexType.getElementType(); in operator ()() local 36 auto elementType = type.cast<FloatType>(); in operator ()() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 39 LLVMArrayType LLVMArrayType::get(Type elementType, unsigned numElements) { in get() 46 Type elementType, unsigned numElements) { in getChecked() 60 Type elementType, unsigned numElements) { in verify() 650 Type elementType, unsigned numElements) { in verifyVectorConstructionInvariants() 660 LLVMFixedVectorType LLVMFixedVectorType::get(Type elementType, in get() 668 Type elementType, unsigned numElements) { in getChecked() 688 Type elementType, unsigned numElements) { in verify() 708 LLVMScalableVectorType LLVMScalableVectorType::get(Type elementType, in get() 739 Type elementType, unsigned numElements) { in verify() 879 Type elementType = vecType.getElementType(); in isCompatibleVectorType() local [all …]
|
| H A D | LLVMTypeSyntax.cpp | 227 Type elementType; in parsePointerType() local 259 Type elementType; in parseVectorType() local 295 Type elementType; in parseArrayType() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 43 Type elementType; member 48 ArrayType ArrayType::get(Type elementType, unsigned elementCount) { in get() 54 ArrayType ArrayType::get(Type elementType, unsigned elementCount, in get() 78 auto elementType = getElementType().cast<SPIRVType>(); in getSizeInBytes() local 216 Type elementType; member 222 CooperativeMatrixNVType CooperativeMatrixNVType::get(Type elementType, in get() 324 Type elementType; member 453 Type elementType; member 457 RuntimeArrayType RuntimeArrayType::get(Type elementType) { in get() 1056 for (Type elementType : getElementTypes()) in getExtensions() local [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | InferTypeOpInterface.h | 108 ShapedTypeComponents(Type elementType) in ShapedTypeComponents() 153 Type elementType; variable
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/ |
| H A D | NvGpuSupport.cpp | 45 Type elementType, int64_t lineSizeBits) { in getTileShape() 155 Type elementType, in getRegisterIndexToTileOffsetMap() 175 Type elementType = fragmentType.vectorType.getElementType(); in getLaneIdAndValueIdToOperandCoord() local
|
| /llvm-project-15.0.7/mlir/lib/CAPI/Dialect/ |
| H A D | LLVM.cpp | 27 MlirType mlirLLVMArrayTypeGet(MlirType elementType, unsigned numElements) { in mlirLLVMArrayTypeGet()
|
| H A D | PDL.cpp | 59 MlirType mlirPDLRangeTypeGet(MlirType elementType) { in mlirPDLRangeTypeGet()
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | pdl.c | 149 MlirType elementType = mlirPDLRangeTypeGetElementType(constructedType); in testRangeType() local
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRTypes.cpp | 205 [](PyType &elementType) { in bindDerived() 336 DefaultingPyLocation loc) { in bindDerived() 368 DefaultingPyLocation loc) { in bindDerived() 410 [](PyType &elementType, DefaultingPyLocation loc) { in bindDerived() 442 DefaultingPyLocation loc) { in bindDerived() 501 DefaultingPyLocation loc) { in bindDerived()
|
| H A D | DialectPDL.cpp | 61 [](py::object cls, MlirType elementType) { in populateDialectPDLSubmodule()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/ |
| H A D | UniformSupport.cpp | 23 Type elementType = inputType.cast<ShapedType>().getElementType(); in forInputType() local
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUDialect.h | 85 Type elementType; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | TypeConverter.cpp | 191 auto elementType = convertType(type.getElementType()); in convertComplexType() local 304 Type elementType = convertType(type.getElementType()); in getMemRefDescriptorFields() local 399 Type elementType = convertType(type.getElementType()); in convertMemRefToBarePtr() local 411 auto elementType = convertType(type.getElementType()); in convertVectorType() local
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ASTTableGen.cpp | 79 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertGPULaunchFuncToVulkanLaunchFunc.cpp | 58 auto elementType = memRefType.getElementType(); in isSupportedType() local
|