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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp722 // NodeHasChain - Whether the instruction node we're creating takes chains.
723 bool NodeHasChain = InstPatNode && local
731 NodeHasChain = true;
887 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) &&
892 NodeHasChain, TreeHasInGlue, TreeHasOutGlue,
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherGen.cpp689 // NodeHasChain - Whether the instruction node we're creating takes chains.
690 bool NodeHasChain = InstPatNode && local
820 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) &&
826 NodeHasChain, TreeHasInGlue, TreeHasOutGlue,

Completed in 81 milliseconds