Searched refs:ByteCodeField (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Rewrite/ |
D | ByteCode.cpp | 68 enum OpCode : ByteCodeField { 146 SmallVectorImpl<ByteCodeField> &matcherByteCode, in Generator() 147 SmallVectorImpl<ByteCodeField> &rewriterByteCode, in Generator() 149 ByteCodeField &maxValueMemoryIndex, in Generator() 168 ByteCodeField &getMemIndex(Value value) { in getMemIndex() 177 std::enable_if_t<!std::is_convertible<T, Value>::value, ByteCodeField &> 228 DenseMap<Value, ByteCodeField> valueToMemIndex; 232 llvm::StringMap<ByteCodeField> externalRewriterToMemIndex; 236 llvm::StringMap<ByteCodeField> constraintToMemIndex; 240 llvm::StringMap<ByteCodeField> nativeCreateToMemIndex; [all …]
|
D | ByteCode.h | 30 using ByteCodeField = uint16_t; variable 142 void executeByteCode(const ByteCodeField *inst, PatternRewriter &rewriter, 153 SmallVector<ByteCodeField, 64> matcherByteCode; 156 SmallVector<ByteCodeField, 64> rewriterByteCode; 167 ByteCodeField maxValueMemoryIndex = 0;
|