Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/Common/
HDDAGISelMatcher.cpp321 M->NumFixedArityOperands == NumFixedArityOperands; in isEqualImpl()
HDDAGISelMatcher.h1017 int NumFixedArityOperands; variable
1028 HasMemRefs(hasmemrefs), NumFixedArityOperands(numfixedarityoperands) {} in EmitNodeMatcherCommon()
1051 int getNumFixedArityOperands() const { return NumFixedArityOperands; } in getNumFixedArityOperands()
/freebsd-head/contrib/llvm-project/llvm/utils/TableGen/
HDDAGISelMatcherGen.cpp924 int NumFixedArityOperands = -1; in EmitResultInstructionAsOperand() local
926 NumFixedArityOperands = Pattern.getSrcPattern().getNumChildren(); in EmitResultInstructionAsOperand()
974 NumFixedArityOperands, NextRecordedOperandNo)); in EmitResultInstructionAsOperand()