Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h106 std::vector<unsigned> loopIndex; variable
H A DByteCode.cpp1040 state.loopIndex.resize(maxLoopLevel, 0); in initializeMutableState()
1060 MutableArrayRef<unsigned> loopIndex, ArrayRef<const void *> uniquedMemory, in ByteCodeExecutor() argument
1071 loopIndex(loopIndex), uniquedMemory(uniquedMemory), code(code), in ByteCodeExecutor()
1299 MutableArrayRef<unsigned> loopIndex; member in __anonaa7cf1d91411::ByteCodeExecutor
1495 ++loopIndex[level]; in executeContinue()
1612 unsigned &index = loopIndex[read()]; in executeForEach()
2179 state.valueRangeMemory, state.allocatedValueRangeMemory, state.loopIndex, in match()
2202 state.allocatedValueRangeMemory, state.loopIndex, uniquedData, in rewrite()