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.cpp392 std::vector<size_t> OperandOffsets; in emitOperandTypeMappings() local
396 OperandOffsets.push_back(CurrentOffset); in emitOperandTypeMappings()
418 for (const auto &[Idx, Offset] : enumerate(OperandOffsets)) in emitOperandTypeMappings()
423 OperandOffsets.push_back(OperandRecords.size()); in emitOperandTypeMappings()
436 if (Idx == OperandOffsets[CurOffset]) { in emitOperandTypeMappings()
438 while (OperandOffsets[++CurOffset] == Idx) in emitOperandTypeMappings()