Searched refs:insertResult (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AffineMap.h | 254 AffineMap insertResult(AffineExpr expr, unsigned pos) { in insertResult() function
|
| H A D | FunctionInterfaces.td | 314 void insertResult(unsigned resultIndex, Type resultType,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 199 void insertResult(Value *Val, BasicBlock *BB, in insertResult() function in __anonc0d91abc0211::LazyValueInfoCache 504 TheCache.insertResult(e.second, e.first, in solve() 585 TheCache.insertResult(Val, BB, *Res); in solveBlockValue()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | SplitReduction.cpp | 267 return map.compose(shiftedIdMap).insertResult(reductionDim, reductionDimPos); in insertParallelDim()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncToAsyncRuntime.cpp | 620 func.insertResult(0, TokenType::get(ctx), {}); in rewriteFuncAsCoroutine()
|