Home
last modified time | relevance | path

Searched refs:getAsValues (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorInferTypeOpInterfaceImpl.cpp139 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 DMemRefToLLVM.cpp1323 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()