Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h1023 bool hasInGlue, bool hasOutGlue, bool hasmemrefs, in EmitNodeMatcherCommon() argument
1027 HasChain(hasChain), HasInGlue(hasInGlue), HasOutGlue(hasOutGlue), in EmitNodeMatcherCommon()
1049 bool hasOutGlue() const { return HasOutGlue; } in hasOutGlue() function
1071 bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, in EmitNodeMatcher() argument
1074 hasOutGlue, hasmemrefs, numfixedarityoperands, in EmitNodeMatcher()
1091 bool hasOutGlue, bool hasmemrefs, in MorphNodeToMatcher() argument
1094 hasOutGlue, hasmemrefs, numfixedarityoperands, in MorphNodeToMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp914 if (!EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher()
918 } else if (EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher()
923 !EN->hasOutGlue() && !EN->hasMemRefs() && in EmitMatcher()
928 EN->hasOutGlue() && !EN->hasMemRefs() && in EmitMatcher()
945 if (EN->hasOutGlue()) in EmitMatcher()
H A DDAGISelMatcherOpt.cpp111 if (!EN->hasOutGlue() && in ContractNodes()
129 EN->hasInGlue(), EN->hasOutGlue(), EN->hasMemRefs(), in ContractNodes()