Home
last modified time | relevance | path

Searched refs:operands_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h334 unsigned operands_size() const { return Operands.size(); } in operands_size() function
366 bool hasAllDefs() const { return operands_size() >= getNumInstDefs(); } in hasAllDefs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp318 for (unsigned K = 0; K < Pat->operands_size(); ++K) { in propagateAndInferTypes()
497 assert(OpTypes.size() == CGP.operands_size()); in getMCOIOperandTypes()
524 assert(MCOITypes.size() == P.operands_size()); in getInstEqClasses()
2292 assert((Idx + 1) == P.operands_size() && in emitCodeGenInstructionMatchPattern()