Lines Matching refs:ValueCols
98 std::vector<ListInit*> ValueCols; member in __anon141388c10111::InstrMap
144 ValueCols.push_back(ColI); in InstrMap()
169 return ValueCols; in getValueCols()
288 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local
289 unsigned NumOfCols = ValueCols.size(); in buildMapTable()
295 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
371 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
372 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
442 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
449 if (ValueCols.size() > 1) { in emitMapFuncBody()
450 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
451 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody()
483 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitTablesWithFunc() local
486 if (ValueCols.size() > 1) { in emitTablesWithFunc()
516 std::vector<ListInit*> ValueCols; in emitEnums() local
525 ValueCols.push_back(ListJ); in emitEnums()
531 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()