Searched refs:getNumInstDefs (Results 1 – 3 of 3) sorted by relevance
320 return {operands().begin(), getNumInstDefs()}; in getApplyDefsNeeded()335 virtual unsigned getNumInstDefs() const = 0;337 bool hasAllDefs() const { return operands_size() >= getNumInstDefs(); } in hasAllDefs()430 unsigned getNumInstDefs() const override;614 unsigned getNumInstDefs() const override { return PF.num_out_params(); } in getNumInstDefs() function675 unsigned getNumInstDefs() const override { return I.NumDefs; } in getNumInstDefs() function
239 unsigned NumDefs = getNumInstDefs(); in checkSemantics()354 unsigned CodeGenInstructionPattern::getNumInstDefs() const { in getNumInstDefs() function in llvm::gi::CodeGenInstructionPattern578 if (Op.Kind == PK_Root && OpDef->getNumInstDefs() != 1) { in checkSemantics()
492 for (unsigned K = CGI.Operands.NumDefs; K < CGP.getNumInstDefs(); ++K) in getMCOIOperandTypes()498 int CGIOpOffset = int(CGI.Operands.NumDefs) - CGP.getNumInstDefs(); in getMCOIOperandTypes()502 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()1259 if (IRoot->getNumInstDefs() != 0) { in checkSemantics()1263 Twine(IRoot->getNumInstDefs()) + " output operands"); in checkSemantics()1353 if (IPRoot->getNumInstDefs() == 0) { in findRoots()