Home
last modified time | relevance | path

Searched defs:elementType (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp113 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 DPDLTypes.cpp71 Type elementType = parsePDLType(parser); in parse() local
91 Type elementType) { in verify()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h173 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 DBuiltinTypes.cpp53 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 DBuiltinTypeInterfaces.cpp42 auto elementType = getElementType(); in getSizeInBits() local
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp122 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 DComplexToStandard.cpp57 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 DLayoutUtils.cpp105 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 DVectorSubscripts.h83 MaybeSubstring substringBounds, mlir::Type elementType) in VectorSubscriptBox()
139 mlir::Type elementType; variable
/llvm-project-15.0.7/mlir/lib/Conversion/ComplexToLibm/
H A DComplexToLibm.cpp24 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 DLLVMTypes.cpp39 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 DLLVMTypeSyntax.cpp227 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 DSPIRVTypes.cpp43 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 DInferTypeOpInterface.h108 ShapedTypeComponents(Type elementType) in ShapedTypeComponents()
153 Type elementType; variable
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToGPU/
H A DNvGpuSupport.cpp45 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 DLLVM.cpp27 MlirType mlirLLVMArrayTypeGet(MlirType elementType, unsigned numElements) { in mlirLLVMArrayTypeGet()
H A DPDL.cpp59 MlirType mlirPDLRangeTypeGet(MlirType elementType) { in mlirPDLRangeTypeGet()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpdl.c149 MlirType elementType = mlirPDLRangeTypeGetElementType(constructedType); in testRangeType() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp205 [](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 DDialectPDL.cpp61 [](py::object cls, MlirType elementType) { in populateDialectPDLSubmodule()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp23 Type elementType = inputType.cast<ShapedType>().getElementType(); in forInputType() local
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h85 Type elementType; member
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp191 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 DASTTableGen.cpp79 } else if (auto elementType = getArrayElementType()) { in emitCXXValueTypeName() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertGPULaunchFuncToVulkanLaunchFunc.cpp58 auto elementType = memRefType.getElementType(); in isSupportedType() local

12345