reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/AsmWriterEmitter.cpp
  170   for (size_t i = 0, e = Instructions.size(); i != e; ++i) {
  171     const AsmWriterInst &Inst = Instructions[i];
  206       const AsmWriterInst &FirstInst = Instructions[Idxs.front()];
  216                         const AsmWriterInst &OtherInst = Instructions[Idx];
  295   for (AsmWriterInst &AWI : Instructions) {
  308   for (AsmWriterInst &AWI : Instructions) {
  362         OpcodeInfo[Instructions[Idx].CGIIndex] |=
  365         AsmWriterInst &Inst = Instructions[Idx];
  471   auto I = llvm::remove_if(Instructions,
  473   Instructions.erase(I, Instructions.end());
  473   Instructions.erase(I, Instructions.end());
  478   std::reverse(Instructions.begin(), Instructions.end());
  478   std::reverse(Instructions.begin(), Instructions.end());
  485   if (!Instructions.empty()) {
  489     while (!Instructions.empty())
  490       EmitInstructions(Instructions, O, PassSubtarget);
 1145       Instructions.emplace_back(*I, i, Variant);