Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h102 const auto readULEB = [&]() { in executeMatchTable()
154 uint64_t NewInsnID = readULEB(); in executeMatchTable()
155 uint64_t InsnID = readULEB(); in executeMatchTable()
156 uint64_t OpIdx = readULEB(); in executeMatchTable()
213 uint64_t InsnID = readULEB(); in executeMatchTable()
237 uint64_t InsnID = readULEB(); in executeMatchTable()
267 uint64_t InsnID = readULEB(); in executeMatchTable()
268 uint64_t OpIdx = readULEB(); in executeMatchTable()
315 uint64_t InsnID = readULEB(); in executeMatchTable()
316 uint64_t Expected = readULEB(); in executeMatchTable()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp905 static uint64_t readULEB(const unsigned char *&P) { in readULEB() function
919 unsigned KeyLen = readULEB(P); in readULEBKeyDataLength()
923 unsigned DataLen = readULEB(P); in readULEBKeyDataLength()