Home
last modified time | relevance | path

Searched refs:ColIdx (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp117 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local
119 return ColIdx; in findFreeColumn()
153 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local
162 << 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() local
262 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()
305 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local
322 ColIdx < End; ++ColIdx) { in printAfterInst()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp288 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local
289 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable()
291 ColInstrVec[ColIdx] = ColInstr; in buildMapTable()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3962 llvm::Value *ColIdx = EmitScalarExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local
3967 Builder.CreateAdd(Builder.CreateMul(ColIdx, NumRows), RowIdx); in EmitMatrixSubscriptExpr()