Searched refs:getNumInstDefs (Results 1 – 3 of 3) sorted by relevance
325 return {operands().begin(), getNumInstDefs()}; in getApplyDefsNeeded()340 virtual unsigned getNumInstDefs() const = 0;342 bool hasAllDefs() const { return operands_size() >= getNumInstDefs(); } in hasAllDefs()449 unsigned getNumInstDefs() const override;634 unsigned getNumInstDefs() const override { return PF.num_out_params(); } in getNumInstDefs() function695 unsigned getNumInstDefs() const override { return I.NumDefs; } in getNumInstDefs() function
240 unsigned NumDefs = getNumInstDefs(); in checkSemantics()355 unsigned CodeGenInstructionPattern::getNumInstDefs() const { in getNumInstDefs() function in llvm::gi::CodeGenInstructionPattern588 if (Op.Kind == PK_Root && OpDef->getNumInstDefs() != 1) { in checkSemantics()
483 for (unsigned K = CGI.Operands.NumDefs; K < CGP.getNumInstDefs(); ++K) in getMCOIOperandTypes()489 int CGIOpOffset = int(CGI.Operands.NumDefs) - CGP.getNumInstDefs(); in getMCOIOperandTypes()493 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()1249 if (IRoot->getNumInstDefs() != 0) { in checkSemantics()1253 Twine(IRoot->getNumInstDefs()) + " output operands"); in checkSemantics()1349 if (IPRoot->getNumInstDefs() == 0) { in findRoots()2133 OperandMatcher &OM = IM.addOperand(P.getNumInstDefs(), "$intrinsic_id", in emitCodeGenInstructionMatchPattern()