Home
last modified time | relevance | path

Searched defs:rangeIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Rewrite/
H A DByteCode.cpp989 ByteCodeField rangeIndex = getRangeStorageIndex(operations); in generate() local
1369 unsigned rangeIndex) { in assignRangeToMemory()
1522 unsigned rangeIndex = read(); in processNativeFunResults() local
1527 unsigned rangeIndex = read(); in processNativeFunResults() local
1644 unsigned rangeIndex = read(); in executeCreateConstantTypeRange() local
1710 unsigned rangeIndex = read(); in executeDynamicCreateRange() local
1757 unsigned rangeIndex = read(); in executeForEach() local
1854 ByteCodeField rangeIndex, StringRef attrSizedSegments, in executeGetOperandsResults()
1907 ByteCodeField rangeIndex = read(); in executeGetOperands() local
1933 ByteCodeField rangeIndex = read(); in executeGetResults() local
[all …]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DTiling.cpp83 auto rangeIndex = loopIndexToRangeIndex.find(en.index()); in transformIndexOps() local