Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Operands

960   const SmallVector<unsigned, 6> Operands;
965 /// operands in the root of the pattern. The rest are appended to this node.
970 const unsigned *operands, unsigned numops,
975 VTs(vts, vts+numvts), Operands(operands, operands+numops),
987 unsigned getNumOperands() const { return Operands.size(); }
989 assert(i < Operands.size());
990 return Operands[i];
994 const SmallVectorImpl<unsigned> &getOperandList() const { return Operands; }
1020 const unsigned *operands, unsigned numops,
1024 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1043 const unsigned *operands, unsigned numops,
1047 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,