Home
last modified time | relevance | path

Searched defs:isValidElementType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp39 bool TypedPointerType::isValidElementType(Type *ElemTy) { isValidElementType() function in TypedPointerType
H A DType.cpp597 bool StructType::isValidElementType(Type *ElemTy) { isValidElementType() function in StructType
659 bool ArrayType::isValidElementType(Type *ElemTy) { isValidElementType() function in ArrayType
683 bool VectorType::isValidElementType(Type *ElemTy) { isValidElementType() function in VectorType
764 bool PointerType::isValidElementType(Type *ElemTy) { isValidElementType() function in PointerType
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp151 bool LLVMArrayType::isValidElementType(Type type) { in isValidElementType() function in LLVMArrayType
419 bool LLVMStructType::isValidElementType(Type type) { isValidElementType() function in LLVMStructType
686 bool LLVMFixedVectorType::isValidElementType(Type type) { isValidElementType() function in LLVMFixedVectorType
715 bool LLVMScalableVectorType::isValidElementType(Type type) { isValidElementType() function in LLVMScalableVectorType
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypes.h400 inline bool BaseMemRefType::isValidElementType(Type type) { isValidElementType() function
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaValidation.cpp508 bool TosaValidation::isValidElementType(Type type) { isValidElementType() function in __anonc01ea8470111::TosaValidation
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp317 bool TensorType::isValidElementType(Type type) { isValidElementType() function in TensorType
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp1236 bool fir::VectorType::isValidElementType(mlir::Type t) { isValidElementType() function in fir::VectorType
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp144 bool MMAMatrixType::isValidElementType(Type elementType) { isValidElementType() function in MMAMatrixType
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp229 static bool isValidElementType(Type *Ty) { isValidElementType() function
[all...]