Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DSourcePrinter.cpp127 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn() local
163 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update() local
192 unsigned ColIdx = findFreeColumn(); in update() local
244 for (size_t ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterOtherLine() local
271 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in printBetweenInsts() local
315 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) in printBetweenInsts() local
331 for (unsigned ColIdx = FirstUnprintedColumn, End = ActiveCols.size(); in printAfterInst() local
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenMapTable.cpp288 for (unsigned ColIdx = 0; ColIdx < NumOfCols; ColIdx++) { in buildMapTable() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExpr.cpp3937 llvm::Value *ColIdx = EmitScalarExpr(E->getColumnIdx()); in EmitMatrixSubscriptExpr() local