Searched refs:getAsValues (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorInferTypeOpInterfaceImpl.cpp | 139 static SmallVector<Value> getAsValues(OpBuilder &b, Location loc, in getAsValues() function 159 reifiedReturnShapes.push_back(getAsValues(b, loc, resultShape)); in reifyResultShapes()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1323 static SmallVector<Value> getAsValues(OpBuilder &b, Location loc, in getAsValues() function 1444 ? getAsValues(b, loc, llvmIndexType, in getDynamicOutputShape() 1448 : getAsValues(b, loc, llvmIndexType, in getDynamicOutputShape()
|