Searched refs:getNumInstOperands (Results 1 – 3 of 3) sorted by relevance
339 virtual unsigned getNumInstOperands() const = 0;450 unsigned getNumInstOperands() const override;635 unsigned getNumInstOperands() const override { return PF.num_params(); } in getNumInstOperands() function694 unsigned getNumInstOperands() const override { return I.NumOps; } in getNumInstOperands() function
223 unsigned NumExpectedOperands = getNumInstOperands(); in checkSemantics()366 unsigned CodeGenInstructionPattern::getNumInstOperands() const { in getNumInstOperands() function in llvm::gi::CodeGenInstructionPattern
493 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()