Lines Matching refs:ValueCols
98 std::vector<ListInit*> ValueCols; member in __anon6dfe18f90111::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()
361 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
362 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
432 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
439 if (ValueCols.size() > 1) { in emitMapFuncBody()
440 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
441 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody()
473 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitTablesWithFunc() local
476 if (ValueCols.size() > 1) { in emitTablesWithFunc()
507 std::vector<ListInit*> ValueCols; in emitEnums() local
516 ValueCols.push_back(ListJ); in emitEnums()
522 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()