Searched refs:getNumInstOperands (Results 1 – 3 of 3) sorted by relevance
363 virtual unsigned getNumInstOperands() const = 0;474 unsigned getNumInstOperands() const override;659 unsigned getNumInstOperands() const override { return PF.num_params(); } in getNumInstOperands() function718 unsigned getNumInstOperands() const override { return I.NumOps; } in getNumInstOperands() function
261 unsigned NumExpectedOperands = getNumInstOperands(); in checkSemantics()404 unsigned CodeGenInstructionPattern::getNumInstOperands() const { in getNumInstOperands() function in llvm::gi::CodeGenInstructionPattern
487 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()