Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp205 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
290 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
301 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr, in getInstrForColumn() function in MapTableEmitter