Home
last modified time | relevance | path

Searched refs:getNumInstOperands (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h334 virtual unsigned getNumInstOperands() const = 0;
431 unsigned getNumInstOperands() const override;
615 unsigned getNumInstOperands() const override { return PF.num_params(); } in getNumInstOperands() function
674 unsigned getNumInstOperands() const override { return I.NumOps; } in getNumInstOperands() function
H A DPatterns.cpp222 unsigned NumExpectedOperands = getNumInstOperands(); in checkSemantics()
362 unsigned CodeGenInstructionPattern::getNumInstOperands() const { in getNumInstOperands() function in llvm::gi::CodeGenInstructionPattern
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp502 for (unsigned K = CGP.getNumInstDefs(); K < CGP.getNumInstOperands(); ++K) { in getMCOIOperandTypes()