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

References

utils/TableGen/AsmMatcherEmitter.cpp
  589       return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx;
 1686   if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) {
 1695         NewAsmOp.SubOpIdx = SI;
 1700       Op->SubOpIdx = 0;
 1705   Op->Class = getOperandClass(Operands[Idx], Op->SubOpIdx);
 1724     Op->SubOpIdx = Idx.second;
 1744       Op.SubOpIdx = CGA.ResultInstOperandIndex[i].second;
 1749                                  Op.SubOpIdx);
 1793     if (AsmOperands[SrcOperand].SubOpIdx == -1) {
 1800       assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI &&