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

References

utils/TableGen/RISCVCompressInstEmitter.cpp
  370     if (SourceOp == SourceOperands.end())
  377                SourceDag->getArgNameStr(SourceOp->getValue()) &&
  379     DestOperandMap[i].Data.Operand = SourceOp->getValue();
  380     SourceOperandMap[SourceOp->getValue()].Data.Operand = i;
  381     LLVM_DEBUG(dbgs() << "    " << SourceOp->getValue() << " ====> " << i