Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp384 std::vector<int> OperandOffsets; in emitOperandTypeMappings() local
388 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()
411 for (int I = 0, E = OperandOffsets.size(); I != E; ++I) in emitOperandTypeMappings()
412 OS << " " << OperandOffsets[I] << ",\n"; in emitOperandTypeMappings()
416 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()
426 if (I == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()
429 while (OperandOffsets[++CurOffset] == I) in emitOperandTypeMappings()