Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:numOperands

337   /// NumOperands/NumValues - The number of entries in the Operand/Value list.
338 unsigned short NumOperands, NumValues;
527 unsigned getNumOperands() const { return NumOperands; }
534 assert(Num < NumOperands && "Invalid child # of SDNode!");
540 op_iterator op_end() const { return OperandList+NumOperands; }
683 NumOperands(NumOps), NumValues(VTs.NumVTs),
697 UseList(NULL), NumOperands(0), NumValues(VTs.NumVTs),
704 NumOperands = 1;
715 NumOperands = 2;
729 NumOperands = 3;
745 NumOperands = 4;
756 NumOperands = N;
1563 unsigned numOperands, SDVTList VTs, ISD::MemIndexedMode AM,
1568 InitOperands(Ops, Operands, numOperands);