Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h548 const uint64_t NumAddrSpace = MatchTable[CurrentIdx++]; in executeMatchTable() local
558 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable()
565 for (unsigned I = 0; I != NumAddrSpace; ++I) { in executeMatchTable()