Searched refs:getNumInstOperands (Results 1 – 3 of 3) sorted by relevance
334 virtual unsigned getNumInstOperands() const = 0;431 unsigned getNumInstOperands() const override;615 unsigned getNumInstOperands() const override { return PF.num_params(); } in getNumInstOperands() function674 unsigned getNumInstOperands() const override { return I.NumOps; } in getNumInstOperands() function
222 unsigned NumExpectedOperands = getNumInstOperands(); in checkSemantics()362 unsigned CodeGenInstructionPattern::getNumInstOperands() const { in getNumInstOperands() function in llvm::gi::CodeGenInstructionPattern
502 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()