Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DLoops.cpp51 ArrayRef<Value> indexedValues, in inlineRegionAndEmitStore() argument
56 map.map(block.getArguments(), indexedValues); in inlineRegionAndEmitStore()
124 SmallVector<Value> indexedValues; in emitScalarImplementation() local
125 indexedValues.reserve(linalgOp.getNumInputsAndOutputs()); in emitScalarImplementation()
134 indexedValues.push_back(inputOperand->get()); in emitScalarImplementation()
139 indexedValues.push_back( in emitScalarImplementation()
146 indexedValues.push_back( in emitScalarImplementation()
160 inlineRegionAndEmitStore<LoadOpTy, StoreOpTy>(b, loc, linalgOp, indexedValues, in emitScalarImplementation()