Lines Matching refs:ValueCols
98 std::vector<ListInit*> ValueCols; member in __anonf261f04c0111::InstrMap
144 ValueCols.push_back(ColI); in InstrMap()
159 return ValueCols; in getValueCols()
283 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local
284 unsigned NumOfCols = ValueCols.size(); in buildMapTable()
290 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
366 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
367 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
437 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
444 if (ValueCols.size() > 1) { in emitMapFuncBody()
445 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
446 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody()
480 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitTablesWithFunc() local
483 if (ValueCols.size() > 1) { in emitTablesWithFunc()
514 std::vector<ListInit*> ValueCols; in emitEnums() local
523 ValueCols.push_back(ListJ); in emitEnums()
529 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()