Searched refs:ColIdx (Results 1 – 3 of 3) sorted by relevance
121 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local122 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()123 return ColIdx; in findFreeColumn()157 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local158 if (!ActiveCols[ColIdx].isActive()) in update()160 CheckedVarIdxs.insert(ActiveCols[ColIdx].VarIdx); in update()161 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()162 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()163 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()166 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()[all …]
287 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local288 const ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()290 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
4673 llvm::Value *ColIdx = EmitMatrixIndexExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local4679 Builder.CreateAdd(Builder.CreateMul(ColIdx, NumRows), RowIdx); in EmitMatrixSubscriptExpr()