| /llvm-project-15.0.7/flang/include/flang/Tools/ |
| H A D | PointerModels.h | 20 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 D | Address.h | 40 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 D | DXILPointerType.h | 41 Type *getElementType() const { return PointeeTy; } in getElementType() function
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributeInterfaces.cpp | 31 Type ElementsAttr::getElementType(Attribute elementsAttr) { in getElementType() function in ElementsAttr
|
| H A D | BuiltinTypes.cpp | 281 Type TensorType::getElementType() const { in getElementType() function in TensorType 384 Type BaseMemRefType::getElementType() const { in getElementType() function in BaseMemRefType
|
| H A D | BuiltinAttributes.cpp | 728 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 D | VectorSubscripts.h | 105 mlir::Type getElementType() { return elementType; } in getElementType() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVTypes.cpp | 62 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 D | SPIRVOps.cpp | 688 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 D | Types.cpp | 97 Type RangeType::getElementType() const { in getElementType() function in RangeType
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 328 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 D | InferTypeOpInterface.h | 144 Type getElementType() const { return elementType; }; in getElementType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | LowLevelTypeImpl.h | 248 LLT getElementType() const { in getElementType() function
|
| /llvm-project-15.0.7/mlir/lib/Interfaces/ |
| H A D | InferTypeOpInterface.cpp | 35 Type ShapeAdaptor::getElementType() const { in getElementType() function in ShapeAdaptor
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypes.cpp | 52 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 D | IVDescriptors.h | 367 Type *getElementType() const { in getElementType() function
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/ |
| H A D | WmmaOpsToNvvm.cpp | 54 static NVVM::MMATypes getElementType(gpu::MMAMatrixType type) { in getElementType() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UnifyAliasedResourcePass.cpp | 243 ResourceAliasAnalysis::getElementType(spirv::GlobalVariableOp varOp) const { in getElementType() function in ResourceAliasAnalysis
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIRType.cpp | 426 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 D | ScopInfo.h | 310 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 D | OpenMPDialect.cpp | 41 Type getElementType(Type pointer) const { in getElementType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 200 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 D | GPUDialect.cpp | 59 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 D | MemRegion.h | 1201 QualType getElementType() const { return ElementType; } in getElementType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 405 TypeIndex getElementType() const { return ElementType; } in getElementType() function
|