Home
last modified time | relevance | path

Searched refs:insertResult (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DAffineMap.h254 AffineMap insertResult(AffineExpr expr, unsigned pos) { in insertResult() function
H A DFunctionInterfaces.td314 void insertResult(unsigned resultIndex, Type resultType,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp199 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 DSplitReduction.cpp267 return map.compose(shiftedIdMap).insertResult(reductionDim, reductionDimPos); in insertParallelDim()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp620 func.insertResult(0, TokenType::get(ctx), {}); in rewriteFuncAsCoroutine()