Searched defs:hasInGlue (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 1090 ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, in MorphNodeToMatcher() argument 1023 EmitNodeMatcherCommon(const CodeGenInstruction & cgi,ArrayRef<MVT::SimpleValueType> vts,ArrayRef<unsigned> operands,bool hasChain,bool hasInGlue,bool hasOutGlue,bool hasmemrefs,int numfixedarityoperands,bool isMorphNodeTo) EmitNodeMatcherCommon() argument 1048 bool hasInGlue() const { return HasInGlue; } hasInGlue() function 1070 EmitNodeMatcher(const CodeGenInstruction & cgi,ArrayRef<MVT::SimpleValueType> vts,ArrayRef<unsigned> operands,bool hasChain,bool hasInGlue,bool hasOutGlue,bool hasmemrefs,int numfixedarityoperands,unsigned firstresultslot) EmitNodeMatcher() argument
|