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

References

utils/TableGen/CodeGenInstruction.cpp
  143     OpInfo.Constraints.resize(OpInfo.MINumOperands);
  245     if (!Ops[Op.first].Constraints[Op.second].isNone())
  249     Ops[Op.first].Constraints[Op.second] =
  300   if (!Ops[SrcOp.first].Constraints[SrcOp.second].isNone())
  312       if (Op.Constraints[i] == NewConstraint)
  318   Ops[SrcOp.first].Constraints[SrcOp.second] = NewConstraint;
utils/TableGen/CodeGenInstruction.h
  128         for (unsigned j = 0, e = Constraints.size(); j != e; ++j) {
  129           const CGIOperandList::ConstraintInfo &CI = Constraints[j];
utils/TableGen/InstrInfoEmitter.cpp
  176         Op.Constraints[j];
utils/TableGen/X86RecognizableInstr.cpp
  413     if (!OperandList[operandIndex].Constraints.empty()) {
  415         OperandList[operandIndex].Constraints[0];