Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp289 const Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable() local
290 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
377 for (const Record *ColInstr : ColInstrs) { in emitBinSearchTable() local
378 if (ColInstr) { in emitBinSearchTable()
381 OutStr += ColInstr->getName(); in emitBinSearchTable()