Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/flang/include/flang/Tools/
H A DPointerModels.h20 mlir::Type getElementType(mlir::Type pointer) const { in getElementType() function
29 mlir::Type getElementType(mlir::Type pointer) const { in getElementType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h40 llvm::Type *getElementType() const { return ElementType; } in getElementType() function
66 llvm::Type *getElementType() const { return ElementType.getPointer(); } in getElementType() function
104 llvm::Type *getElementType() const { in getElementType() function
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXILPointerType.h41 Type *getElementType() const { return PointeeTy; } in getElementType() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributeInterfaces.cpp31 Type ElementsAttr::getElementType(Attribute elementsAttr) { in getElementType() function in ElementsAttr
H A DBuiltinTypes.cpp281 Type TensorType::getElementType() const { in getElementType() function in TensorType
384 Type BaseMemRefType::getElementType() const { in getElementType() function in BaseMemRefType
H A DBuiltinAttributes.cpp728 DenseArrayBaseAttr::EltType DenseArrayBaseAttr::getElementType() const { in getElementType() function in DenseArrayBaseAttr
1332 Type DenseElementsAttr::getElementType() const { in getElementType() function in DenseElementsAttr
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DVectorSubscripts.h105 mlir::Type getElementType() { return elementType; } in getElementType() function
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp62 Type ArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in ArrayType
111 Type CompositeType::getElementType(unsigned index) const { in getElementType() function in CompositeType
228 Type CooperativeMatrixNVType::getElementType() const { in getElementType() function in CooperativeMatrixNVType
340 Type ImageType::getElementType() const { return getImpl()->elementType; } in getElementType() function in ImageType
465 Type RuntimeArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in RuntimeArrayType
1004 Type StructType::getElementType(unsigned index) const { in getElementType() function in StructType
1139 Type MatrixType::getElementType() const { in getElementType() function in MatrixType
H A DSPIRVOps.cpp688 getElementType(Type type, ArrayRef<int32_t> indices, in getElementType() function
714 getElementType(Type type, Attribute indices, in getElementType() function
739 static Type getElementType(Type type, Attribute indices, Location loc) { in getElementType() function
746 static Type getElementType(Type type, Attribute indices, OpAsmParser &parser, in getElementType() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp97 Type RangeType::getElementType() const { in getElementType() function in RangeType
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h328 Type *getElementType(unsigned N) const { in getElementType() function
370 Type *getElementType() const { return ContainedType; } in getElementType() function
422 Type *getElementType() const { return ContainedType; } in getElementType() function
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h144 Type getElementType() const { return elementType; }; in getElementType() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h248 LLT getElementType() const { in getElementType() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp35 Type ShapeAdaptor::getElementType() const { in getElementType() function in ShapeAdaptor
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp52 Type LLVMArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() function in LLVMArrayType
216 Type LLVMPointerType::getElementType() const { return getImpl()->pointeeType; } in getElementType() function in LLVMPointerType
674 Type LLVMFixedVectorType::getElementType() const { in getElementType() function in LLVMFixedVectorType
722 Type LLVMScalableVectorType::getElementType() const { in getElementType() function in LLVMScalableVectorType
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h367 Type *getElementType() const { in getElementType() function
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp54 static NVVM::MMATypes getElementType(gpu::MMAMatrixType type) { in getElementType() function
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp243 ResourceAliasAnalysis::getElementType(spirv::GlobalVariableOp varOp) const { in getElementType() function in ResourceAliasAnalysis
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp426 fir::BoxCharType::getElementType(mlir::MLIRContext *context) const { in getElementType() function in fir::BoxCharType
481 mlir::Type fir::ComplexType::getElementType() const { in getElementType() function in fir::ComplexType
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h310 Type *getElementType() const { return ElementType; } in getElementType() function
862 Type *getElementType() const { return ElementType; } in getElementType() function
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp41 Type getElementType(Type pointer) const { in getElementType() function
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h200 RecTy *getElementType() const { return ElementTy; } in getElementType() function
722 RecTy *getElementType() const { in getElementType() function
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp59 Type MMAMatrixType::getElementType() const { return getImpl()->elementType; } in getElementType() function in MMAMatrixType
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1201 QualType getElementType() const { return ElementType; } in getElementType() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h405 TypeIndex getElementType() const { return ElementType; } in getElementType() function

12