Lines Matching refs:ValueCols
98 std::vector<ListInit *> ValueCols; member in __anoncf6d0a160111::InstrMap
146 ValueCols.push_back(ColI); in InstrMap()
160 const std::vector<ListInit *> &getValueCols() const { return ValueCols; } in getValueCols()
281 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local
282 unsigned NumOfCols = ValueCols.size(); in buildMapTable()
288 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
364 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
365 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
438 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
445 if (ValueCols.size() > 1) { in emitMapFuncBody()
446 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
447 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
525 ValueCols.push_back(ListJ); in emitEnums()
531 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()