Lines Matching refs:ValueCols
97 std::vector<ListInit*> ValueCols; member in __anon07e93d460111::InstrMap
143 ValueCols.push_back(ColI); in InstrMap()
158 return ValueCols; in getValueCols()
282 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local
283 unsigned NumOfCols = ValueCols.size(); in buildMapTable()
289 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
365 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
366 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
436 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
443 if (ValueCols.size() > 1) { in emitMapFuncBody()
444 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
445 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody()
479 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitTablesWithFunc() local
482 if (ValueCols.size() > 1) { in emitTablesWithFunc()
513 std::vector<ListInit*> ValueCols; in emitEnums() local
522 ValueCols.push_back(ListJ); in emitEnums()
528 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()