Home
last modified time | relevance | path

Searched refs:containerType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp49 static Type getPtrToElementType(T containerType, LLVMTypeConverter &lowering) { in getPtrToElementType() argument
51 lowering.convertType(containerType.getElementType())); in getPtrToElementType()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1417 Type containerType, in getInsertExtractValueElementType() argument
1421 Type llvmType = containerType; in getInsertExtractValueElementType()
1422 if (!isCompatibleType(containerType)) in getInsertExtractValueElementType()
1461 Type llvmType = containerType; in getInsertExtractValueElementType()
1462 if (!isCompatibleType(containerType)) { in getInsertExtractValueElementType()
1507 Type containerType; in parse() local
1516 parser.parseType(containerType) || in parse()
1641 Type containerType; in parse() local
1651 parser.parseType(containerType)) in parse()
1663 result.addTypes(containerType); in parse()
[all …]
H A DLLVMTypes.cpp828 >([&](auto containerType) { in isCompatibleImpl() argument
829 return isCompatible(containerType.getElementType()); in isCompatibleImpl()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp568 Type containerType = op.composite().getType(); in matchAndRewrite() local
569 if (containerType.isa<VectorType>()) { in matchAndRewrite()
598 Type containerType = op.composite().getType(); in matchAndRewrite() local
599 if (containerType.isa<VectorType>()) { in matchAndRewrite()