Searched refs:ColIdx (Results 1 – 3 of 3) sorted by relevance
117 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local119 return ColIdx; in findFreeColumn()153 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local162 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()165 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()235 ColIdx < End; ++ColIdx) { in printAfterOtherLine()261 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local262 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()305 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local322 ColIdx < End; ++ColIdx) { in printAfterInst()[all …]
288 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local289 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()291 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
3962 llvm::Value *ColIdx = EmitScalarExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local3967 Builder.CreateAdd(Builder.CreateMul(ColIdx, NumRows), RowIdx); in EmitMatrixSubscriptExpr()