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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp216 Record *getInstrForColumn(Record *KeyInstr, ListInit *CurValueCol);
300 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() local
301 Record *ColInstr = getInstrForColumn(CurKeyInstr, CurValueCol); in buildMapTable()
313 ListInit *CurValueCol) { in getInstrForColumn() argument
340 Init *ColFieldJVallue = CurValueCol->getElement(j); in getInstrForColumn()
357 KeyValueStr + "], column `" + CurValueCol->getAsString() + "'"); in getInstrForColumn()