Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp963 bool NodeHasChain = false; in EmitResultInstructionAsOperand() local
972 NodeHasChain = II.hasChain; in EmitResultInstructionAsOperand()
974 NodeHasChain = isRoot; in EmitResultInstructionAsOperand()
979 NodeHasChain = true; in EmitResultInstructionAsOperand()
982 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) && in EmitResultInstructionAsOperand()
987 NodeHasChain, TreeHasInGlue, TreeHasOutGlue, in EmitResultInstructionAsOperand()