Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp964 bool NodeHasChain = false; in EmitResultInstructionAsOperand() local
973 NodeHasChain = II.hasChain; in EmitResultInstructionAsOperand()
975 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
980 NodeHasChain = true; in EmitResultInstructionAsOperand()
983 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) && in EmitResultInstructionAsOperand()
988 NodeHasChain, TreeHasInGlue, TreeHasOutGlue, in EmitResultInstructionAsOperand()