Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp216 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
296 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
307 Record *MapTableEmitter::getInstrForColumn(Record *KeyInstr, in getInstrForColumn() function in MapTableEmitter