Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Operands

193   /// constraint to the nodes operands.  This returns true if it makes a
216 /// getNumOperands - This is the number of operands required or -1 if
237 /// constraints for this node to the operands of the node. This returns
412 /// Returns the number of MachineInstr operands that would be produced by this
415 /// for Operands; otherwise 1.
537 /// It's important that the usage of operands in ComplexPatterns is
626 std::vector<Record*> Operands;
632 const std::vector<Record*> &operands,
634 : Pattern(TP), Results(results), Operands(operands),
639 unsigned getNumOperands() const { return Operands.size(); }
651 assert(ON < Operands.size());
652 return Operands[ON];