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()
236 uint64_t InsnID = readULEB(); in executeMatchTable()
266 uint64_t InsnID = readULEB(); in executeMatchTable()
267 uint64_t OpIdx = readULEB(); in executeMatchTable()
313 uint64_t InsnID = readULEB(); in executeMatchTable()
314 uint64_t Expected = readULEB(); in executeMatchTable()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp876 static uint64_t readULEB(const unsigned char *&P) { in readULEB() function
890 unsigned KeyLen = readULEB(P); in readULEBKeyDataLength()
894 unsigned DataLen = readULEB(P); in readULEBKeyDataLength()