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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp727 // NodeHasChain - Whether the instruction node we're creating takes chains.
728 bool NodeHasChain = InstPatNode && local
736 NodeHasChain = true;
892 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) &&
897 NodeHasChain, TreeHasInGlue, TreeHasOutGlue,

Completed in 83 milliseconds