Searched refs:ColIdx (Results 1 – 3 of 3) sorted by relevance
123 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local124 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()125 return ColIdx; in findFreeColumn()159 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local160 if (!ActiveCols[ColIdx].isActive()) in update()162 CheckedVarIdxs.insert(ActiveCols[ColIdx].VarIdx); in update()163 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()164 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()165 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()168 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()[all …]
287 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local288 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()290 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
4364 llvm::Value *ColIdx = EmitScalarExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local4369 Builder.CreateAdd(Builder.CreateMul(ColIdx, NumRows), RowIdx); in EmitMatrixSubscriptExpr()