Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DByteCode.h30 using ByteCodeAddr = uint32_t; variable
41 ByteCodeAddr rewriterAddr);
44 ByteCodeAddr getRewriterAddr() const { return rewriterAddr; } in getRewriterAddr()
48 PDLByteCodePattern(ByteCodeAddr rewriterAddr, Args &&...patternArgs) in PDLByteCodePattern()
53 ByteCodeAddr rewriterAddr;
H A DByteCode.cpp306 llvm::StringMap<ByteCodeAddr> rewriterToAddr;
319 DenseMap<Block *, ByteCodeAddr> blockToAddr;
343 void append(ByteCodeAddr field) { in append()
348 std::memcpy(fieldParts, &field, sizeof(ByteCodeAddr)); in append()
358 append(ByteCodeAddr(0)); in append()
515 ByteCodeAddr addr = blockToAddr[it.first]; in generate()
1190 curCodeIt = &code[read<ByteCodeAddr>(destIndex * 2)]; in selectJump()
1270 ByteCodeAddr result; in readImpl()
1271 std::memcpy(&result, curCodeIt, sizeof(ByteCodeAddr)); in readImpl()
1437 curCodeIt = &code[read<ByteCodeAddr>()]; in executeBranch()
[all …]