Searched refs:ColIdx (Results 1 – 3 of 3) sorted by relevance
123 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local125 return ColIdx; in findFreeColumn()159 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local168 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()171 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()241 ColIdx < End; ++ColIdx) { in printAfterOtherLine()267 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local268 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()311 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local328 ColIdx < End; ++ColIdx) { in printAfterInst()[all …]
289 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local290 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()292 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
4322 llvm::Value *ColIdx = EmitScalarExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local4327 Builder.CreateAdd(Builder.CreateMul(ColIdx, NumRows), RowIdx); in EmitMatrixSubscriptExpr()