Searched refs:ByteCodeAddr (Results 1 – 2 of 2) sorted by relevance
30 using ByteCodeAddr = uint32_t; variable41 ByteCodeAddr rewriterAddr);44 ByteCodeAddr getRewriterAddr() const { return rewriterAddr; } in getRewriterAddr()48 PDLByteCodePattern(ByteCodeAddr rewriterAddr, Args &&...patternArgs) in PDLByteCodePattern()53 ByteCodeAddr rewriterAddr;
306 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 …]