| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncParallelFor.cpp | 546 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 D | AsyncToAsyncRuntime.cpp | 142 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 D | CallInterfaces.td | 85 "::llvm::ArrayRef<::mlir::Type>", "getCallableResults"
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.td | 72 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 D | Dialect.cpp | 305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/mlir/ |
| H A D | Dialect.cpp | 305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/mlir/ |
| H A D | Dialect.cpp | 305 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | InliningUtils.cpp | 340 ArrayRef<Type> callableResultTypes = callable.getCallableResults(); in inlineCall()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/ |
| H A D | Dialect.cpp | 332 llvm::ArrayRef<mlir::Type> FuncOp::getCallableResults() { in getCallableResults() function in FuncOp
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Func/IR/ |
| H A D | FuncOps.td | 299 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-4.md | 170 ArrayRef<Type> FuncOp::getCallableResults() { return getType().getResults(); }
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Interfaces.md | 654 - `ArrayRef<Type> getCallableResults()`
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/ |
| H A D | ShapeOps.td | 1073 ArrayRef<Type> getCallableResults() { return getFunctionType().getResults(); }
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMOps.td | 1405 ArrayRef<Type> getCallableResults() { return getFunctionType().getReturnType(); }
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ |
| H A D | SPIRVOps.cpp | 2322 ArrayRef<Type> spirv::FuncOp::getCallableResults() { in getCallableResults() function in spirv::FuncOp
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestOps.td | 475 ::llvm::ArrayRef<::mlir::Type> getCallableResults() {
|