Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/OpenMPToLLVM/
H A DOpenMPToLLVM.cpp57 SmallVector<Type> resTypes; in matchAndRewrite() local
58 if (failed(converter->convertTypes(curOp->getResultTypes(), resTypes))) in matchAndRewrite()
75 rewriter.replaceOpWithNewOp<T>(curOp, resTypes, convertedOperands, in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1702 llvm::ArrayRef<mlir::Type> resTypes = regionTypes; in parse() local
1703 resTypes = prependCount ? resTypes.drop_front(2) : resTypes; in parse()
1705 for (auto operandType : llvm::zip(operands, resTypes)) in parse()
1713 result.addTypes(resTypes); in parse()
2006 llvm::ArrayRef<mlir::Type> resTypes = result.types; in parse() local
2008 llvm::zip(operands, prependCount ? resTypes.drop_front() : resTypes)) in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2312 SmallVector<Type, 1> resTypes; in print() local
2319 resTypes.push_back(returnType); in print()
2322 isVarArg(), resTypes); in print()
2324 p, *this, argTypes.size(), resTypes.size(), in print()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp1562 llvm::SmallVector<mlir::Type> resTypes; in getFunctionType() local
1564 resTypes.push_back(*resultType); in getFunctionType()
1566 resTypes); in getFunctionType()