Searched refs:NodeHasChain (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp699 // NodeHasChain - Whether the instruction node we're creating takes chains.
700 bool NodeHasChain = InstPatNode && local
708 NodeHasChain = true;
849 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) &&
855 NodeHasChain, TreeHasInGlue, TreeHasOutGlue,

Completed in 246 milliseconds