Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h199 uint16_t ExpectedBitsetID = readU16(); in executeMatchTable() local
203 << ExpectedBitsetID << ")\n"); in executeMatchTable()
204 if ((AvailableFeatures & ExecInfo.FeatureBitsets[ExpectedBitsetID]) != in executeMatchTable()
205 ExecInfo.FeatureBitsets[ExpectedBitsetID]) { in executeMatchTable()