Home
last modified time | relevance | path

Searched refs:llvmResultType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp651 auto llvmResultType = typeConverter->convertType(resultType); in matchAndRewrite() local
655 if (!llvmResultType) in matchAndRewrite()
667 loc, llvmResultType, adaptor.getVector(), positionArrayAttr); in matchAndRewrite()
771 auto llvmResultType = typeConverter->convertType(destVectorType); in matchAndRewrite() local
775 if (!llvmResultType) in matchAndRewrite()
788 loc, llvmResultType, adaptor.getDest(), adaptor.getSource(), in matchAndRewrite()
821 loc, llvmResultType, adaptor.getDest(), inserted, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1009 Type llvmResultType; in parse() local
1011 llvmResultType = LLVM::LLVMVoidType::get(builder.getContext()); in parse()
1013 llvmResultType = funcType.getResult(0); in parse()
1014 if (!isCompatibleType(llvmResultType)) in parse()
1042 result.addTypes(llvmResultType); in parse()
1305 Type llvmResultType; in parse() local
1307 llvmResultType = LLVM::LLVMVoidType::get(builder.getContext()); in parse()
1309 llvmResultType = funcType.getResult(0); in parse()
1310 if (!isCompatibleType(llvmResultType)) in parse()
1338 if (!llvmResultType.isa<LLVM::LLVMVoidType>()) in parse()
[all …]