Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp315 M->NumFixedArityOperands == NumFixedArityOperands; in isEqualImpl()
H A DDAGISelMatcher.h1037 int NumFixedArityOperands; variable
1048 NumFixedArityOperands(numfixedarityoperands) {} in EmitNodeMatcherCommon()
1071 int getNumFixedArityOperands() const { return NumFixedArityOperands; } in getNumFixedArityOperands()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp923 int NumFixedArityOperands = -1; in EmitResultInstructionAsOperand() local
925 NumFixedArityOperands = Pattern.getSrcPattern().getNumChildren(); in EmitResultInstructionAsOperand()
973 NumFixedArityOperands, NextRecordedOperandNo)); in EmitResultInstructionAsOperand()