Lines Matching refs:ValueCols
98 std::vector<ListInit*> ValueCols; member in __anon6384867b0111::InstrMap
144 ValueCols.push_back(ColI); in InstrMap()
169 return ValueCols; in getValueCols()
293 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local
294 unsigned NumOfCols = ValueCols.size(); in buildMapTable()
300 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
376 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
377 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
447 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
454 if (ValueCols.size() > 1) { in emitMapFuncBody()
455 for (unsigned i = 0, e = ValueCols.size(); i < e; i++) { in emitMapFuncBody()
456 ListInit *ColumnI = ValueCols[i]; in emitMapFuncBody()
488 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitTablesWithFunc() local
491 if (ValueCols.size() > 1) { in emitTablesWithFunc()
521 std::vector<ListInit*> ValueCols; in emitEnums() local
530 ValueCols.push_back(ListJ); in emitEnums()
536 ColFieldValueMap[ColName].push_back((ValueCols[k])->getElement(j)); in emitEnums()