Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h524 const uint64_t NumAddrSpace = readULEB(); in executeMatchTable() local
534 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable()
541 for (unsigned I = 0; I != NumAddrSpace; ++I) { in executeMatchTable()