Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp216 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
295 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() local
296 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
308 ListInit *CurValueCol) { in getInstrForColumn() argument
335 Init *ColFieldJVallue = CurValueCol->getElement(j); in getInstrForColumn()
352 KeyValueStr + "], column `" + CurValueCol->getAsString() + "'"); in getInstrForColumn()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenMapTable.cpp215 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
299 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() local
300 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
312 ListInit *CurValueCol) { in getInstrForColumn() argument
339 Init *ColFieldJVallue = CurValueCol->getElement(j); in getInstrForColumn()
356 KeyValueStr + "], column `" + CurValueCol->getAsString() + "'"); in getInstrForColumn()