Searched defs:numfixedarityoperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h973 int numfixedarityoperands, bool isMorphNodeTo)
977 HasMemRefs(hasmemrefs), NumFixedArityOperands(numfixedarityoperands) {}
1023 int numfixedarityoperands, unsigned firstresultslot)
1026 numfixedarityoperands, false),
1046 int numfixedarityoperands, const PatternToMatch &pattern)
1049 numfixedarityoperands, true),
968 EmitNodeMatcherCommon(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1018 EmitNodeMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1041 MorphNodeToMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument

Completed in 19 milliseconds