Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp65 static void inlineRegionAndEmitStore(OpType op, ArrayRef<Value> indexedValues, in inlineRegionAndEmitStore() argument
72 map.map(block.getArguments(), indexedValues); in inlineRegionAndEmitStore()
146 SmallVector<Value, 4> indexedValues; in emitScalarImplementation() local
147 indexedValues.reserve(nInputs + nOutputs); in emitScalarImplementation()
158 indexedValues.push_back(IndexedValueType(linalgOp.getInput(i))(indexing)); in emitScalarImplementation()
165 indexedValues.push_back( in emitScalarImplementation()
179 inlineRegionAndEmitStore<IndexedValueType>(linalgOp, indexedValues, indexing, in emitScalarImplementation()
470 SmallVector<Value, 4> indexedValues; in emitScalarImplementation() local
471 indexedValues.reserve(nLoops + nInputs + nOutputs); in emitScalarImplementation()
473 indexedValues.push_back(allIvs[i]); in emitScalarImplementation()
[all …]