Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.cpp191 ByteCodeField &maxValueMemoryIndex, in Generator() argument
200 maxValueMemoryIndex(maxValueMemoryIndex), in Generator()
237 opaqueVal, maxValueMemoryIndex + uniquedData.size()); in getMemIndex()
326 ByteCodeField &maxValueMemoryIndex; member in __anonaa7cf1d90211::Generator
544 if (index > maxValueMemoryIndex) in allocateMemoryIndices()
545 maxValueMemoryIndex = index; in allocateMemoryIndices()
705 if (numIndices > maxValueMemoryIndex) in allocateMemoryIndices()
706 maxValueMemoryIndex = numIndices; in allocateMemoryIndices()
1021 rewriterByteCode, patterns, maxValueMemoryIndex, in PDLByteCode()
1036 state.memory.resize(maxValueMemoryIndex, nullptr); in initializeMutableState()
H A DByteCode.h200 ByteCodeField maxValueMemoryIndex = 0; variable