Home
last modified time | relevance | path

Searched defs:getElementType (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/flang/include/flang/Tools/
H A DPointerModels.h22 mlir::Type getElementType(mlir::Type pointer) const { in getElementType() function
31 mlir::Type getElementType(mlir::Type pointer) const { in getElementType() function
/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h44 Type *getElementType() const { return PointeeTy; } in getElementType() function
H A DDerivedTypes.h342 Type *getElementType(unsigned N) const { getElementType() function
384 Type *getElementType() const { return ContainedType; } getElementType() function
436 Type *getElementType() const { return ContainedType; } getElementType() function
[all...]
/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp32 ElementType FrontendResource::getElementType() { getElementType() function in FrontendResource
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributeInterfaces.cpp27 Type ElementsAttr::getElementType(ElementsAttr elementsAttr) { in getElementType() function in ElementsAttr
H A DBuiltinTypes.cpp270 Type TensorType::getElementType() const { getElementType() function in TensorType
357 Type BaseMemRefType::getElementType() const { getElementType() function in BaseMemRefType
[all...]
H A DBuiltinAttributes.cpp726 static Type getElementType(MLIRContext *ctx) { getElementType() function
771 static Type getElementType(MLIRContext *ctx) { return Float32Type::get(ctx); } getElementType() function
788 static Type getElementType(MLIRContext *ctx) { return Float64Type::get(ctx); } getElementType() function
1287 Type DenseElementsAttr::getElementType() const { getElementType() function in DenseElementsAttr
[all...]
/llvm-project/clang/lib/CodeGen/
H A DAddress.h76 llvm::Type *getElementType() const { getElementType() function
184 llvm::Type *getElementType() const { getElementType() function
/llvm-project/flang/include/flang/Lower/
H A DVectorSubscripts.h105 mlir::Type getElementType() { return elementType; } in getElementType() function
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp66 Type ArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in ArrayType
108 Type CompositeType::getElementType(unsigned index) const { in getElementType() function in CompositeType
236 Type CooperativeMatrixType::getElementType() const { getElementType() function in CooperativeMatrixType
305 Type JointMatrixINTELType::getElementType() const { getElementType() function in JointMatrixINTELType
420 Type ImageType::getElementType() const { return getImpl()->elementType; } getElementType() function in ImageType
546 Type RuntimeArrayType::getElementType() const { return getImpl()->elementType; } getElementType() function in RuntimeArrayType
1079 Type StructType::getElementType(unsigned index) const { getElementType() function in StructType
1214 Type MatrixType::getElementType() const { getElementType() function in MatrixType
[all...]
H A DSPIRVOps.cpp215 getElementType(Type type, ArrayRef<int32_t> indices, in getElementType() function
241 getElementType(Type type, Attribute indices, in getElementType() function
266 static Type getElementType(Type type, Attribute indices, Location loc) { in getElementType() function
273 static Type getElementType(Type type, Attribute indices, OpAsmParser &parser, in getElementType() function
[all...]
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp100 Type RangeType::getElementType() const { in getElementType() function in RangeType
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h150 Type getElementType() const { return elementType; }; in getElementType() function
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h290 constexpr LLT getElementType() const { getElementType() function
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp78 Type ShapeAdaptor::getElementType() const { getElementType() function in ShapeAdaptor
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorType.h170 Type getElementType() const { return rtp.getElementType(); } in getElementType() function
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp54 static NVVM::MMATypes getElementType(gpu::MMAMatrixType type) { in getElementType() function
[all...]
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp264 ResourceAliasAnalysis::getElementType(spirv::GlobalVariableOp varOp) const { in getElementType() function in ResourceAliasAnalysis
/llvm-project/polly/include/polly/
H A DScopInfo.h310 Type *getElementType() const { return ElementType; } in getElementType() function
862 Type *getElementType() const { return ElementType; } getElementType() function
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DIntNarrowing.cpp
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp729 fir::BoxCharType::getElementType(mlir::MLIRContext *context) const { getElementType() function in fir::BoxCharType
799 mlir::Type fir::ComplexType::getElementType() const { getElementType() function in fir::ComplexType
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp59 Type getElementType(Type pointer) const { getElementType() function
67 Type getElementType(Type pointer) const { return Type(); } getElementType() function
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp34 Type getElementType(Type pointer) const { getElementType() function
42 Type getElementType(Type pointer) const { return Type(); } getElementType() function
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h200 RecTy *getElementType() const { return ElementTy; } getElementType() function
775 RecTy *getElementType() const { getElementType() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1223 QualType getElementType() const { return ElementType; } in getElementType() function

12