Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp400 std::vector<int> OperandOffsets; in emitOperandTypeMappings() local
404 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()
426 for (int I = 0, E = OperandOffsets.size(); I != E; ++I) { in emitOperandTypeMappings()
428 OS << " " << OperandOffsets[I] << ",\n"; in emitOperandTypeMappings()
433 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()
445 if (I == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()
447 while (OperandOffsets[++CurOffset] == I) in emitOperandTypeMappings()