Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h29 using ByteCodeField = uint16_t; variable
176 void executeByteCode(const ByteCodeField *inst, PatternRewriter &rewriter,
187 SmallVector<ByteCodeField, 64> matcherByteCode;
190 SmallVector<ByteCodeField, 64> rewriterByteCode;
200 ByteCodeField maxValueMemoryIndex = 0;
203 ByteCodeField maxOpRangeCount = 0;
204 ByteCodeField maxTypeRangeCount = 0;
205 ByteCodeField maxValueRangeCount = 0;
208 ByteCodeField maxLoopLevel = 0;
H A DByteCode.cpp79 enum OpCode : ByteCodeField {
313 ByteCodeField curLoopLevel = 0;
326 ByteCodeField &maxValueMemoryIndex;
330 ByteCodeField &maxLoopLevel;
347 ByteCodeField fieldParts[2]; in append()
640 ByteCodeField numIndices = 1; in allocateMemoryIndices()
1061 ArrayRef<ByteCodeField> code, in ByteCodeExecutor()
1153 ByteCodeField read(size_t skipN = 0) { return read<ByteCodeField>(skipN); } in read()
1285 const ByteCodeField *curCodeIt;
1303 ArrayRef<ByteCodeField> code;
[all …]