Home
last modified time | relevance | path

Searched refs:getCallableResults (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp546 func.getCallableResults(), operands); in createAsyncDispatchFunction()
567 computeFunc.func.getCallableResults(), in createAsyncDispatchFunction()
614 parallelComputeFunction.func.getCallableResults(), in doAsyncDispatch()
633 asyncDispatchFunction.getCallableResults(), in doAsyncDispatch()
692 compute.getCallableResults(), in doSequentialDispatch()
708 b.create<func::CallOp>(compute.getSymName(), compute.getCallableResults(), in doSequentialDispatch()
H A DAsyncToAsyncRuntime.cpp142 for (auto resType : func.getCallableResults().drop_front()) in setupCoroMachinery()
615 resultTypes.reserve(func.getCallableResults().size()); in rewriteFuncAsCoroutine()
616 llvm::transform(func.getCallableResults(), std::back_inserter(resultTypes), in rewriteFuncAsCoroutine()
641 func.getName(), func.getCallableResults(), oldCall.getArgOperands()); in rewriteCallsiteForCoroutine()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DCallInterfaces.td85 "::llvm::ArrayRef<::mlir::Type>", "getCallableResults"
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/
H A DMLProgramOps.td72 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
419 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
/llvm-project-15.0.7/mlir/examples/toy/Ch6/mlir/
H A DDialect.cpp305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
/llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/
H A DDialect.cpp305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
/llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/
H A DDialect.cpp305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp340 ArrayRef<Type> callableResultTypes = callable.getCallableResults(); in inlineCall()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp332 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/
H A DFuncOps.td299 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-4.md170 ArrayRef<Type> FuncOp::getCallableResults() { return getType().getResults(); }
/llvm-project-15.0.7/mlir/docs/
H A DInterfaces.md654 - `ArrayRef<Type> getCallableResults()`
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/
H A DShapeOps.td1073 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td1405 ArrayRef<Type> getCallableResults() { return getFunctionType().getReturnType(); }
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2322 ArrayRef<Type> spirv::FuncOp::getCallableResults() { in getCallableResults() function in spirv::FuncOp
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td475 ::llvm::ArrayRef<::mlir::Type> getCallableResults() {